|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: special characters handling...
Rohit,
> I have placed this part of the code on the top of my XSL file.
>
> <!ENTITY xhtml-symbol SYSTEM
> "http://www.w3.org/TR/xhtml1/DTD/xhtml-symbol.ent">
> &xhtml-symbol;
>
> But browser spits out this error "A string literal was expected, but no
> opening
> quote character was found. Error processing resource"
>
> What exactly does this mean?
To be included into a DTD, an entity must be declared with a percent sign:
<!ENTITY % xhtml-symbol SYSTEM
"http://www.w3.org/TR/xhtml1/DTD/xhtml-symbol.ent">
%xhtml-symbol;
See XML spec about parametric entities.
HTH,
Nikolai Grigoriev
RenderX
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
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








