[ http://issues.apache.org/jira/browse/XALANJ-2049?page=history ]
Henry Zongaro resolved XALANJ-2049:
-----------------------------------
Resolution: Fixed
Fix Version: 2.5
As I mentioned before, I believe this bug to have been fixed in a previous
release of Xalan-J.
If you are still able to reproduce the problem, even after following the
directions of the FAQ entry I mentioned, please reopen this bug report and
provide a complete test case (stylesheet and input document) with which to
reproduce the problem.
> text is split in to more CDATA sections.
> ----------------------------------------
>
> Key: XALANJ-2049
> URL: http://issues.apache.org/jira/browse/XALANJ-2049
> Project: XalanJ2
> Type: Bug
> Components: Xalan
> Versions: 2.6
> Environment: windows
> Reporter: Thomas Pendrup Joergensen
> Assignee: Henry Zongaro
> Fix For: 2.5
>
> Header decl:
> cdata-section-elements="SupplName SupplDesc"
> input:
> <com:Name>Koebenhavns Energi</com:Name>
> XSL:
> <SupplName>
> <xsl:value-of select="/Invoice/com:SellerParty/com:PartyName/com:Name"/>
> </SupplName>
> Output:
> <SupplName><![CDATA[Koebenhavns Energ]]><![CDATA[i]]></SupplName>
> My client wants only One CDATA component. How can i achieve that ?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]