special characters handling...

Subject: special characters handling...
From: "Rohit Peyyeti" <rohit@xxxxxxxxxxxxxxxxx>
Date: Mon, 14 Aug 2000 13:24:28 +0530
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


Current Thread