Yup, seen it before but I forget if it's a Tomcat or Xalan bug. Make sure you've
got the latest of each (and JSTL for that matter) and try again. I also seem to
remember some weird issue with having the stylesheet use:

<xsl:stylesheet version="1.0"
                xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>

instead of:

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                version="1.0">

Quoting Lokanath <[EMAIL PROTECTED]>:

> hi guys
> 
> I am trying to transform a xml file using <x:tranforms> .I my local system
> it's working fine.But when i moved the war file to the server it gave the
> following error
> 
> "javax.servlet.ServletException:
> javax.xml.transform.TransformerConfigurationException:
> javax.xml.transform.TransformerException: java.lang.IllegalStateException:
> can't declare any more prefixes in this context"
> 
> i have no clue what is going wrong.Please help me
> 
>                                                            lokanath

-- 
Kris Schneider <mailto:[EMAIL PROTECTED]>
D.O.Tech       <http://www.dotech.com/>

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

Reply via email to