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 2003/07/24 15:52:25 UTC

DO NOT REPLY [Bug 21855] New: - Namespace bug in FragmentExtractorTransformer

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

Namespace bug in FragmentExtractorTransformer

           Summary: Namespace bug in FragmentExtractorTransformer
           Product: Cocoon 2
           Version: Current CVS 2.1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: sitemap components
        AssignedTo: dev@cocoon.apache.org
        ReportedBy: holz@fiz-chemie.de


null is passed as namespace uri to AttributesImpl.addAttribute . The 
empty string should be used instead. Some ContentHandler (e.g. saxon) are
picky about this. The error will not show up, if the next ContentHandler
is Xalan.