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]

RE: XSLT throws some unicode errors!!


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@sun.com]
Sent: July 25, 2001 09:43
To: XSL-List@lists.mulberrytech.com
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


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