<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2652.35">
<TITLE>XSL</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2 FACE="Arial">well ive tried just about everything.. i have commented out every check that would validate the element against having a &quot;:&quot; and even added&nbsp; the line</FONT></P>

<P><FONT SIZE=2 FACE="Arial">if (c == 0x003A) return true;</FONT>
<BR><FONT SIZE=2 FACE="Arial">to the verifier class.. thinking that this might work but it didnt (that key should be the hex for ' : ' ... anyone have any ideas.. id rather not build XSL using strings.. a couple of you have been more than helpful so far...&nbsp; :)</FONT></P>
<BR>

<P><FONT SIZE=2 FACE="Arial">for those not understanding this ... i get the following error when i try to create an document with the root &quot;xsl:stylesheet&quot;&nbsp; it seems to choke on the colon...</FONT></P>

<P><FONT SIZE=2 FACE="Courier New">The name &quot;xsl:stylesheet&quot; is not legal for JDOM/XML elements: : is not allowed in XML names.. org.jdom.IllegalNameException: The name &quot;xsl:stylesheet&quot; is not legal for JDOM/XML elements: : is not allowed in XML names..</FONT><FONT SIZE=2 FACE="Arial"> </FONT></P>

</BODY>
</HTML>