Entites in XSLT documentation - bug?
Posted: Fri Feb 03, 2012 11:21 pm
I added an entity definition in the beginning of my xslt stylesheet
<!DOCTYPE xsl:stylesheet [
<!ENTITY e1 "abcd">
]>
And I would like to use it in XSLT documentation tags (because parameters of some of my functions always have the same description). But the Generate XSLT documentation tool shows an error:
The following errors were encountered when generating stylesheet documentation..
The entity "e1" was referenced, but not declared.
<!DOCTYPE xsl:stylesheet [
<!ENTITY e1 "abcd">
]>
And I would like to use it in XSLT documentation tags (because parameters of some of my functions always have the same description). But the Generate XSLT documentation tool shows an error:
The following errors were encountered when generating stylesheet documentation..
The entity "e1" was referenced, but not declared.