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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11648

document() doesn't work from a Templates

           Summary: document() doesn't work from a Templates
           Product: XalanJ2
           Version: 2.4Dx
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: javax.xml
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I'm finding that calls to document() that worked when I generate a transformer with 
javax.xml.transform.Transformer transformer = tFactory.newTransformer(xslSource);

fail when I generate it with 

javax.xml.transform.Templates templ = tFactory.newTemplates(xslSource);
javax.xml.transform.Transformer transformer = templ.newTransformer();

it fails siliently - simply returning nothing.

Reply via email to