<!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>RE: [jdom-interest] XSL</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>hmm none of this stuff seems to be working smoothly.. when i try to do anything with xsl... i get a variety of outputs.. for some reason now it concats a 0 on xsl... so the tags look like &lt;xsl0:template&gt; ... ? the stylesheets seem to render differently in my IDE, NS , and IE.. it very odd... is there any way i can build XSL using the other API's DOM or SAX.. it seems i could build some documents using the Builder class.. but there is no Builder class available.. is there somewhere i can get one?</FONT></P>

<P><FONT SIZE=2>-----Original Message-----</FONT>
<BR><FONT SIZE=2>From: Harry Evans [<A HREF="mailto:hevans@elite.com">mailto:hevans@elite.com</A>]</FONT>
<BR><FONT SIZE=2>Sent: Wednesday, July 26, 2000 12:53 PM</FONT>
<BR><FONT SIZE=2>To: Eddy, Joel; 'jdom-interest@jdom.org'</FONT>
<BR><FONT SIZE=2>Subject: RE: [jdom-interest] XSL</FONT>
</P>
<BR>

<P><FONT SIZE=2>Namespace ns = Namespace.get(&quot;xsl&quot;, &quot; <A HREF="http://www.w3.org/TR/1999/XSLT" TARGET="_blank">http://www.w3.org/TR/1999/XSLT</A></FONT>
<BR><FONT SIZE=2>&lt;<A HREF="http://www.w3.org/TR/1999/XSLT" TARGET="_blank">http://www.w3.org/TR/1999/XSLT</A>&gt; &quot;);</FONT>
<BR><FONT SIZE=2>Element e1 = new Element(&quot;template&quot;, ns);</FONT>
<BR><FONT SIZE=2>Element e2 = new Element(&quot;item1&quot;, ns);</FONT>
<BR><FONT SIZE=2>e1.addChild(e2);</FONT>
<BR><FONT SIZE=2>&lt;etc... /&gt;</FONT>
<BR><FONT SIZE=2>&nbsp;</FONT>
<BR><FONT SIZE=2>The interface for creating Elements is fully specified in the Javadoc for</FONT>
<BR><FONT SIZE=2>the class.&nbsp; Try that first.</FONT>
<BR><FONT SIZE=2>&nbsp;</FONT>
<BR><FONT SIZE=2>Harry Evans</FONT>
</P>

<P><FONT SIZE=2>-----Original Message-----</FONT>
<BR><FONT SIZE=2>From: Eddy, Joel [<A HREF="mailto:joel.eddy@medinex.com">mailto:joel.eddy@medinex.com</A>]</FONT>
<BR><FONT SIZE=2>Sent: Wednesday, July 26, 2000 8:45 AM</FONT>
<BR><FONT SIZE=2>To: 'Elliotte Rusty Harold'; 'jdom-interest@jdom.org'</FONT>
<BR><FONT SIZE=2>Subject: RE: [jdom-interest] XSL</FONT>
</P>
<BR>
<BR>

<P><FONT SIZE=2>how would i go about building up other elements for the xsl doc? </FONT>
</P>

<P><FONT SIZE=2>Element e = new Element(&quot;template&quot;, &quot;xsl&quot;); </FONT>
</P>

<P><FONT SIZE=2>i tried that thinking it might work.. im not sure i understand the</FONT>
<BR><FONT SIZE=2>parameters being passed to the Element object </FONT>
</P>

<P><FONT SIZE=2>-----Original Message----- </FONT>
<BR><FONT SIZE=2>From: Elliotte Rusty Harold [ <A HREF="mailto:elharo@metalab.unc.edu">mailto:elharo@metalab.unc.edu</A></FONT>
<BR><FONT SIZE=2>&lt;<A HREF="mailto:elharo@metalab.unc.edu">mailto:elharo@metalab.unc.edu</A>&gt; ] </FONT>
<BR><FONT SIZE=2>Sent: Wednesday, July 26, 2000 6:42 AM </FONT>
<BR><FONT SIZE=2>To: Eddy, Joel; 'jdom-interest@jdom.org' </FONT>
<BR><FONT SIZE=2>Subject: Re: [jdom-interest] XSL </FONT>
</P>
<BR>

<P><FONT SIZE=2>At 3:57 PM -0700 7/25/00, Eddy, Joel wrote: </FONT>
</P>

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

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

<P><FONT SIZE=2>You need to create a Namespace object for the xsl namespace. For example, </FONT>
</P>

<P><FONT SIZE=2>Element e = new Element(&quot;stylesheet&quot;, &quot;xsl&quot;, &quot;</FONT>
<BR><FONT SIZE=2><A HREF="http://www.w3.org/TR/1999/XSLT" TARGET="_blank">http://www.w3.org/TR/1999/XSLT</A> &lt;<A HREF="http://www.w3.org/TR/1999/XSLT" TARGET="_blank">http://www.w3.org/TR/1999/XSLT</A>&gt; &quot;); </FONT>
</P>

<P><FONT SIZE=2>We should clean up the error message to make this more obvious. </FONT>
</P>
<BR>

<P><FONT SIZE=2>+-----------------------+------------------------+-------------------+ </FONT>
<BR><FONT SIZE=2>| Elliotte Rusty Harold | elharo@metalab.unc.edu | Writer/Programmer | </FONT>
<BR><FONT SIZE=2>+-----------------------+------------------------+-------------------+ </FONT>
<BR><FONT SIZE=2>|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The XML Bible (IDG Books, 1999)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | </FONT>
<BR><FONT SIZE=2>|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A HREF="http://metalab.unc.edu/xml/books/bible/" TARGET="_blank">http://metalab.unc.edu/xml/books/bible/</A></FONT>
<BR><FONT SIZE=2>&lt;<A HREF="http://metalab.unc.edu/xml/books/bible/" TARGET="_blank">http://metalab.unc.edu/xml/books/bible/</A>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | </FONT>
<BR><FONT SIZE=2>|&nbsp;&nbsp; <A HREF="http://www.amazon.com/exec/obidos/ISBN=0764532367/cafeaulaitA/" TARGET="_blank">http://www.amazon.com/exec/obidos/ISBN=0764532367/cafeaulaitA/</A></FONT>
<BR><FONT SIZE=2>&lt;<A HREF="http://www.amazon.com/exec/obidos/ISBN=0764532367/cafeaulaitA/" TARGET="_blank">http://www.amazon.com/exec/obidos/ISBN=0764532367/cafeaulaitA/</A>&gt;&nbsp;&nbsp;&nbsp; | </FONT>
<BR><FONT SIZE=2>+----------------------------------+---------------------------------+ </FONT>
<BR><FONT SIZE=2>|&nbsp; Read Cafe au Lait for Java News:&nbsp; <A HREF="http://metalab.unc.edu/javafaq/" TARGET="_blank">http://metalab.unc.edu/javafaq/</A></FONT>
<BR><FONT SIZE=2>&lt;<A HREF="http://metalab.unc.edu/javafaq/" TARGET="_blank">http://metalab.unc.edu/javafaq/</A>&gt;&nbsp; | </FONT>
<BR><FONT SIZE=2>|&nbsp; Read Cafe con Leche for XML News: <A HREF="http://metalab.unc.edu/xml/" TARGET="_blank">http://metalab.unc.edu/xml/</A></FONT>
<BR><FONT SIZE=2>&lt;<A HREF="http://metalab.unc.edu/xml/" TARGET="_blank">http://metalab.unc.edu/xml/</A>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | </FONT>
<BR><FONT SIZE=2>+----------------------------------+---------------------------------+ </FONT>
<BR><FONT SIZE=2>_______________________________________________ </FONT>
<BR><FONT SIZE=2>To control your jdom-interest membership: </FONT>
<BR><FONT SIZE=2><A HREF="http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourhos" TARGET="_blank">http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourhos</A></FONT>
<BR><FONT SIZE=2>t.com</FONT>
<BR><FONT SIZE=2>&lt;<A HREF="http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourho" TARGET="_blank">http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourho</A></FONT>
<BR><FONT SIZE=2>st.com&gt;&nbsp; </FONT>
</P>

<P><FONT SIZE=2>_______________________________________________</FONT>
<BR><FONT SIZE=2>To control your jdom-interest membership:</FONT>
<BR><FONT SIZE=2><A HREF="http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourhost.com" TARGET="_blank">http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourhost.com</A></FONT>
</P>

</BODY>
</HTML>