[ http://issues.apache.org/jira/browse/XALANJ-969?page=all ]
Brian Minchau updated XALANJ-969:
---------------------------------
Version: Latest Development Code
(was: 2.3)
> Attempt copy-of on very deep tree; output truncated
> ---------------------------------------------------
>
> Key: XALANJ-969
> URL: http://issues.apache.org/jira/browse/XALANJ-969
> Project: XalanJ2
> Type: Bug
> Components: Xalan
> Versions: Latest Development Code
> Environment: Operating System: Other
> Platform: Other
> Reporter: david_marston
> Assignee: Xalan Developers Mailing List
> Priority: Minor
> Attachments: 8175.patch
>
> Try a very simple copy-of template on a tree of nested elements. The copy-of
> works on 1000-deep nesting (like perf\xtestdata\elem1kdeep) but not on
> 10,000-deep (like perf\xtestdata\elem10kdeep). Low severity assuming that most
> people don't have XML that deeply nested. On my test system, it stopped output
> in the middle of a tag ("<e3658><"), so it appears to be a serialization
> issue.
> Note egregious ill-formed-ness of output--we at least need error detection.
> (This was for UTF-8 encoding. YMMV.)
> Typical template:
> <xsl:template match="doc">
> <out>
> <xsl:copy-of select="*"/>
> </out>
> </xsl:template>
--
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
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]