pyxsldoc/xsl
Stylesheet removecomments.xsl
pyxsldoc/xsl/removecomments.xsl
- Stylesheet
removecomments.xsl
XSLT version 1.0
* | @*
|
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
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