DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30258>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30258

java.lang.IllegalStateException: can't declare any more prefixes in this context

           Summary: java.lang.IllegalStateException: can't declare any more
                    prefixes in this context
           Product: Taglibs
           Version: 1.0
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: XTags Taglib
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Dear All,
I am using JSTL transform tag to transform the xml using XSLT.
I am using the following code:
<c:import url="/resources/homepages/syncdiff/xsl/syncdiff.xsl" var="xslt"/>
<x:transform xml="${adapterUDMVar}" xslt="${xslt}" />
and the xml used is as given below :
<UDM xmlns="http://www.cramer.com/udm"; versionNumber="1.0" generatedBy="Netman 
Aps" source="ResourceManager" UDMDateTime="2004-07-14T14:38:08"/>

I am getting the following error:
java.lang.IllegalStateException: can't declare any more prefixes in this 
context

but this error goes if I remove the xmlns:udm="http://www.cramer.com/udm"; 
attribute from UDM tag. 

Could anyone tell me what could be the problem?

Cheers
kk

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

Reply via email to