OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
using javascript in a xsl stylesheet
This page's ID:
10900
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
In XSLT, anything within comment tags (<!--, --> ) is ignored. Your script is within comment tags. Those must be removed. If you want the transformed document to have comment tags, you must use <xsl:comment>...</xsl:comment>. Secondly, the appearance of an ampersand(&) in an XML language means an entity (such as <, for instance) is coming up. So all &'s in your script must be replaced with &amp;. This means you'll have a lot of "if (blah &amp;&amp; blah)" in your script. [edit: stupid UBB messes up character entities; turned all my &amp;'s into &'s] [This message has been edited by Slime (edited 02-05-2003).]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »