You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2004/08/18 15:58:59 UTC

DO NOT REPLY [Bug 30727] New: - Example on http://xml.apache.org/xalan-j/usagepatterns.html uses depricated method

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=30727>.
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=30727

Example on http://xml.apache.org/xalan-j/usagepatterns.html uses depricated method

           Summary: Example on http://xml.apache.org/xalan-
                    j/usagepatterns.html uses depricated method
           Product: XalanJ2
           Version: CurrentCVS
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Xalan
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: minchau@ca.ibm.com


On http://xml.apache.org/xalan-j/usagepatterns.html there is a sample that 
calls this:

org.apache.xalan.templates.OutputProperties.getDefaultMethodProperties("xml")

which is a depricated method.  The sample should have this:

org.apache.xml.serializer.OutputPropertiesFactory.getDefaultMethodProperties
("xml")

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org