|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: RE: Unterminated String Constant Error??
You almost certainly have something like: var foo = 'ccc ddd'; This will cause an unterminated string constant as the single quotes have to be on the same line. This occurs when you've got the following in your xslt: var foo = '<xsl:value-of select="foo"/>'; Used on the following xml: <foo>ccc ddd</foo> To avoid this, use normalize-space where needed eg: var foo = '<xsl:value-of select="normalize-space(foo)"/>'; cheers andrew
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








