Alexey,

I've never seen that error before, but it looks like it's coming
directly from Xerces serializers.

--Keith

"Alexey N. Shananin" wrote:
> 
> Hi!
> I've got a custom tag, which marshalls some data to JSP out object. This
> implemented like that:
> 
> <xs:style xsl="/xsl/test.xslt">
>     <is:marshaller/>
> </xs:style>
> 
> this tag is included within my "style" custom tag, which performs
> XSLT-transformation. The exception occurs:
> 
> java.io.IOException: Illegal to flush within a custom tag
>     at
> org.apache.xml.serialize.XMLSerializer.endElement(XMLSerializer.java:403)
>     at
> org.apache.xml.serialize.XMLSerializer.endElement(XMLSerializer.java:550)
>     at org.exolab.castor.xml.Marshaller.marshal(Marshaller.java:1328)
>     at org.exolab.castor.xml.Marshaller.marshal(Marshaller.java:735)
>     at ru.park.ispark.taglib.MarshallerTag.outputXml(MarshallerTag.java:63)
> ...
> 
> Why?
> 
> Thanks in advance!
> 
> --
> Best regards,
> 
> Alexey N. Shananin (mailto:[EMAIL PROTECTED])
> Java Developer, PARK.RU (http://www.park.ru)
> 
> -----------------------------------------------------------
> If you wish to unsubscribe from this mailing, send mail to
> [EMAIL PROTECTED] with a subject of:
>         unsubscribe castor-dev

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to