You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Helo,
How to add extra attribute with information about depth.
I tried to add to complex-elements.xsl this, but it will not work:
<!-- wrap complex elements in section elements -->
<xsl:element name="section">
<xsl:attribute name="data-xsd2html2xml-depth"><xsl:value-of select="count(ancestor::*)"/></xsl:attribute>
The text was updated successfully, but these errors were encountered:
Helo,
How to add extra attribute with information about depth.
I tried to add to complex-elements.xsl this, but it will not work:
The text was updated successfully, but these errors were encountered: