[ http://issues.apache.org/jira/browse/XALANJ-2122?page=all ]
Morris Kwan updated XALANJ-2122:
--------------------------------
Attachment: nextSibling_XSLTC.patch
The file nextSibling_XSLTC.patch contains the patch to support
DOMResult.nextSibling in XSLTC.
The nextSibling information is passed from TransformerImpl to
TransletOutputHandlerFactory,
then to SAX2DOM. If nextSibling is not null, SAX2DOM inserts the result nodes
before it.
Otherwise the result nodes are appended as the last children of the parent.
> JAXP 1.3: Support the new nextSibling attribute in DOMResult
> ------------------------------------------------------------
>
> Key: XALANJ-2122
> URL: http://issues.apache.org/jira/browse/XALANJ-2122
> Project: XalanJ2
> Type: Bug
> Components: XPath-API
> Versions: CurrentCVS
> Reporter: Morris Kwan
> Assignee: Morris Kwan
> Priority: Critical
> Attachments: nextSibling_XSLTC.patch, nextSibling_interpretive.patch
>
> The class javax.xml.transform.dom.DOMResult in JAXP 1.3 has a new attribute
> 'nextSibling'. It specifies the child node before which the result nodes
> should be inserted. The current implementation ignores the nextSibling
> attribute and the result nodes are always appended as the last children of
> the parent node.
> This problem need to be fixed in both Xalan interpretive and XSLTC.
--
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]