You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2005/06/08 20:18:35 UTC

DO NOT REPLY [Bug 35273] New: - processToDOM returns a read-only DOM (PATCH)

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=35273>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35273

           Summary: processToDOM returns a read-only DOM (PATCH)
           Product: Cocoon 2
           Version: 2.1.7
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: P2
         Component: general components
        AssignedTo: dev@cocoon.apache.org
        ReportedBy: jeff.kirby@wicourts.gov


When Saxon is the active XSLT processor, using the zero-argument constructor to 
DOMResult results in a read-only DOM being produced.  This, in turn, means that 
a call to PipelineUtil.processToDOM() always returns a read-only DOM.  The 
attached patch adds overloaded versions of PipelineUtil.processToDOM() and 
SourceUtil.toDOM() to allow the user to pass in an explicit Node object to be 
passed to DOMResult (via DOMBuilder).

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.