This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

special characters handling...


Hello All:

I have been looking for some sort of information wherein I will be able
to use special characters in XML, that's when someone on this mailing
list suggested me to have a look at this URL:

"http://www.dpawson.freeserve.co.uk/xsl/chars.html"

I have placed this part of the code on the top of my XSL file.

<!DOCTYPE xsl:stylesheet SYSTEM [
  <!ENTITY xhtml-lat1 SYSTEM
     "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">
  <!ENTITY xhtml-special SYSTEM
     "http://www.w3.org/TR/xhtml1/DTD/xhtml-special.ent">
  <!ENTITY xhtml-symbol SYSTEM
     "http://www.w3.org/TR/xhtml1/DTD/xhtml-symbol.ent">
  &xhtml-lat1;
  &xhtml-special;
  &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?

Thanks,
Rohit






 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]