Hello, I try to use the "cdata-section-elements" attribute as : <xsl:output method="xml" version="1.0" encoding="UTF-8" standalone="yes" indent="no" cdata-section-elements="pdf:content" />
But this one is ignored. The content of my "pdf:content" node doesn't have any CDATA tag after beeing transformed. I can see that with logs : before the transformer, I have startCDATA-endCDATA. after the transformer, no startCDATA-endCDATA can be found. How can I output "pdf:content" children text nodes using CDATA section ? Thank you Olivier --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]