RE: [xsl] XSLT throws some unicode errors!!

Subject: RE: [xsl] XSLT throws some unicode errors!!
From: "Clapham, Paul" <pclapham@xxxxxxxxxxxxx>
Date: Wed, 25 Jul 2001 10:13:59 -0700
The description of the Unicode character 00A8 is "Diaeresis"; it looks like
a pair of dots that might go over the letter u, say, in German to umlaut it.
So your assumption that the ? in your href was the problem is likely not a
correct assumption.  You'll have to look at your document again.  You could
use an editor that displays files in hexadecimal form to search for that
character.

PC2

-----Original Message-----
From: G Unnikrishnan [mailto:G.Unnikrishnan@xxxxxxx]
Sent: July 25, 2001 09:43
To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] XSLT throws some unicode errors!!


Hi,

I'm getting the following error while compiling the my xslt files.

"XSLT Error (javax.xml.transform.TransformerConfigurationException): An
invalid 
XML character (Unicode: 0xa8) was found in the element content of the
document."


I'm using the syntax, "java org.apache.xalan.xslt.Process -in index.xml -xsl

standard.xslt" to compile my xslt file.


I ASSUMED that the problem could be the presence of a "?" in the html output

which is 
present in my "standard.xslt" file.. 


<A target="_top"
      href="http://oraclestore.oracle.com/cec/cstage?eccookie=&amp;ecaction=
ecpassthru2&amp;template=walkin1.en.htm">

Please note the ? in the url.

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


Current Thread