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: What does exclude-result-prefixes = "html" do??


> What does the 'exclude-result-prefixes = "html"' do??

It is a cue to the XSLT processor to not copy namespace nodes for the
namespace associated with the 'html' prefix from literal result elements
in the stylesheet tree when creating the corresponding element in the
result tree.

(read that sentence very carefully :)

There's no significance to the 'html' other than that the prefix 'html'
was assigned to a particular namespace URI in that particular stylesheet.


 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]