pyxsldoc/xsl

Stylesheet removecomments.xsl

pyxsldoc/xsl/removecomments.xsl

used when using option removedocs to remove all comments from XSLT package

remove comments stylesheet

a stylesheet which removes all comments in a given XML file. developed to clean XML comment documented XSLT files processed by pyXSLdoc in order to make them smaller and therefor faster for transformations.

meta data

  • version 1.0
  • author Christof Höke
  • since v0.41
Stylesheet removecomments.xsl

XSLT version 1.0

Template Summary
* | @*
copies everything recursively
/
start template
processing-instruction() | text()
copies complete text or PI node

Template Detail

/

matches: "/"

start template

* | @*

matches: "* | @*"

copies everything recursively

processing-instruction() | text()

matches: "processing-instruction() | text()"

copies complete text or PI node

Copyright © 2004-2005 Christof Höke (generated with pyXSLdoc)