<br><font size=2 face="sans-serif">Our XSL does not contain &quot;</font><font size=2 color=blue face="Arial">&lt;xsl:output
method=&quot;text&quot;/&gt;</font><font size=2 face="sans-serif">&quot;
but it does contain the following:</font>
<br>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &lt;xsl:output
method=&quot;xml&quot; encoding=&quot;UTF-8&quot; indent=&quot;yes&quot;/&gt;
</font>
<br><font size=2 face="sans-serif"><br>
</font>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td>
<td><font size=1 face="sans-serif"><b>&quot;Robert Taylor&quot; &lt;rtaylor@mulework.com&gt;</b></font>
<br><font size=1 face="sans-serif">Sent by: jdom-interest-admin@jdom.org</font>
<p><font size=1 face="sans-serif">05/18/2004 01:54 PM</font>
<td><font size=1 face="Arial">&nbsp; &nbsp; &nbsp; &nbsp; </font>
<br><font size=1 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; To:
&nbsp; &nbsp; &nbsp; &nbsp;&lt;jdom-interest@jdom.org&gt;</font>
<br><font size=1 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; cc:
&nbsp; &nbsp; &nbsp; &nbsp;</font>
<br><font size=1 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; Subject:
&nbsp; &nbsp; &nbsp; &nbsp;FW: [jdom-interest] Question regarding
XML transformation!</font></table>
<br>
<br>
<br><font size=2 color=blue face="Arial">I sent this directly to the recipient
(by accident) &nbsp;instead of the list.</font>
<br><font size=3>&nbsp;</font>
<br><font size=2 color=blue face="Arial">robert</font>
<br><font size=2 face="Tahoma">-----Original Message-----<b><br>
From:</b> Robert Taylor [mailto:rtaylor@mulework.com]<b><br>
Sent:</b> Tuesday, May 18, 2004 1:27 PM<b><br>
To:</b> Salim Hamid<b><br>
Subject:</b> RE: [jdom-interest] Question regarding XML transformation!<br>
</font>
<br><font size=2 color=blue face="Arial">This may or may not help, but
I get the same exception when I have the following line in my XSL:</font>
<br><font size=3>&nbsp;</font>
<br><font size=2 color=blue face="Arial">&lt;xsl:output method=&quot;text&quot;/&gt;</font>
<br><font size=3>&nbsp;</font>
<br><font size=2 color=blue face="Arial">If I remove that line, then the
exception is no longer thrown.</font>
<br><font size=3>&nbsp;</font>
<br><font size=2 color=blue face="Arial">hth,</font>
<br><font size=3>&nbsp;</font>
<br><font size=2 color=blue face="Arial">robert</font>
<br><font size=2 face="Tahoma">-----Original Message-----<b><br>
From:</b> jdom-interest-admin@jdom.org [mailto:jdom-interest-admin@jdom.org]<b>On
Behalf Of </b>Salim Hamid<b><br>
Sent:</b> Tuesday, May 18, 2004 1:17 PM<b><br>
To:</b> jdom-interest@jdom.org<b><br>
Subject:</b> [jdom-interest] Question regarding XML transformation!<br>
</font>
<br><font size=2 face="sans-serif"><br>
We've recently acquired Beta 10 release of JDOM and are interested in the
new transformation classes. &nbsp;Do they support transforming an XML doc
using an XSL file that I provide? &nbsp;I have the following code but I
get the exception &quot;<b>java.lang.IllegalStateException: Root element
not set</b> &quot; when I attempt to do anything with the transformed document:</font><font size=3>
<br>
</font><font size=2 face="sans-serif"><br>
 &nbsp; &nbsp; &nbsp; XSLTransformer transformer = new XSLTransformer(xslFileName);</font><font size=3>
</font><font size=2 face="sans-serif"><br>
 &nbsp; &nbsp; &nbsp; Document targetDoc = transformer.transform(sourceDoc);</font><font size=3>
<br>
</font><font size=2 face="sans-serif"><br>
 &nbsp; &nbsp; &nbsp; System.out.println(targetDoc); &nbsp;<b>// This line
throws the exception indicating that the transformation did not occur correctly</b></font><font size=3>
<br>
</font><font size=2 face="sans-serif"><br>
The XML doc is transformed fine using the XMLTransformer class provided
by IBM WebSphere. &nbsp;Unfortunately, the WebSphere class only deals with
files-- something that we don't want due to I/O processing. &nbsp;We want
to transform XML strings instead of files. &nbsp;Am I not understanding
something about the JDOM transformation classes or are there future plans
to support what we want?</font><font size=3> <br>
</font><font size=2 face="sans-serif"><br>
A reply to this note would be greatly appreciated.</font><font size=3>
<br>
</font><font size=2 face="sans-serif"><br>
Regards,<br>
<br>
Salim Hamid<br>
IBM Software Group -- &nbsp;Digital Media Development<br>
301-803-1247 &nbsp; T/L 262-1247</font>
<br>