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=10417>. 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=10417 PipeDocument: use generated doc as _stylesheet_? Summary: PipeDocument: use generated doc as _stylesheet_? Product: XalanJ2 Version: CurrentCVS Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: org.apache.xalan.lib AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Sometimes folks want to use a stylesheet to generate another stylesheet. Currently they have to write it out and read it back in, or do some wrappering games if they want to feed the SAX events through SAXResult back into SAXSource and thus directly into our stylesheet builder code. The PipeDocument extension currently encapsulates that sort of multi-pass processing for the generated-document-to-source-document path, reading the stylesheet from an href; it might be nice to be able to reverse the roles, generating the stylesheet and reading the source doc from the href.
