[Fatal Error] :20:45: The entity "nbsp" was referenced, but not
declared.
Window::transform:
javax.xml.transform.TransformerConfigurationException:
javax.xml.transform.TransformerException: org.xml.sax.SAXParseException:
The entity "nbsp" was referenced, but not declared.
javax.xml.transform.TransformerConfigurationException:
javax.xml.transform.TransformerException: org.xml.sax.SAXParseException:
The entity "nbsp" was referenced, but not declared.

xslt doesn't know by default about & n b s p ; - thats part of the html
spec. You can get around it pretty easily by using & # 1 6 0 ; instead.

cf is not the best place to write xslt sheets (runs them well (aside
from parameter passing)). If I may suggest, try using
http://treebeard.sf.net it's free and you'll get much more helpful
errors (the author is kind of retarded but the product is helpful :-D)

also, you might want to grab an xslt book - you'll get better usage out
of xslt if you use templates instead of for-each's

Cheers,
--
Rob <[EMAIL PROTECTED]>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to