3 users online. Create an account or sign in to join them.Users
Another Javascript & XSLT Question...
This is an open discussion with 3 replies, filed under General.
Search
This old thread may have your answer. Note Nick Dunn’s question…
You could also look at using something like jMapping which does most of the work using data="{}" attributes in your HTML output.
Thanks guys, I guess I just assumed that <xsl:comment> ignored everything in between. Makenosound, that jQuery extension looks really nice as well! It might save me a bunch of time, thanks for the link!
Create an account or sign in to comment.
Question for you guys… I’m interested in using Symphony and the (very cool) Map Location field to make a little map, something like this. I think I can figure something like that out, but it seems complicated because of mixing Javascript and XSLT. The Javascript by itself doesn’t seem to work after it’s been processed. Now, I know I can use <xsl:comment> tags around the javascript to make it work, but then I can’t use any xsl tags to call information from the XML, right?
What might be a good work-around? Mucho thanks, as always…