This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: How is this part of the XSLT specification to be interpreted?


   So, you can just do:

   <xsl:stylesheet exclude-result-prefixes="doc" ... >

   and all elements in the 'doc' namespace will be ignored, and you can have
   structured documentation within that namespace to your heart's content.

   Should have known that someone had thought of it already.

   Cheers,


No, exclude-result-prefixes just means that namespace declarations will
not be copied if they are not used, it never changes the
element/attribute structure of the output.

David
 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]