Hi all
Im using the Coldjava Taglib for XSLT Operations and
the input that  I feed to it is a request scope
variable.

<xslt:ApplyXSL xslData="html.xsl">
     <bean:write name="xmlString"/>
</xslt:ApplyXSL>

I have a request scope variable called xmlString which
contains a Stringified version of my DOM. When I do
this, it throws me a "Markup in the document preceding
the root element is not well-formed". My XML is 
perfect. because if i use it this way


<xslt:ApplyXSL xslData="html.xsl">
     <%= pageContext.findAttribute("xmlString") %>
</xslt:ApplyXSL>

It works fine this way. Why isnt the first one
working??

TIA
raj


__________________________________________________
Do You Yahoo!?
Try FREE Yahoo! Mail - the world's greatest free email!
http://mail.yahoo.com/

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to