how to find out if an attribute exists or not in XSL.
相关问题
- Illegal to have multiple roots (start tag in epilo
- Newtonsoft DeserializeXNode expands internal array
- how to use special characters like '<'
- XML - XSLT - document() function inside count() fu
- convert logback.xml to log4j.properties
相关文章
- Creating XML Elements without namespace declaratio
- Get Attribute Value From Simple XML Using JQuery /
- Directly signing an Office Word document using XML
- When sending XML to JMS should I use TextMessage o
- Fragment Content Overlaps Toolbar and Bottom Navig
- Getting “Error: Missing Constraints in ConstraintL
- xslt localization
- Upgrading transaction.commit_manually() to Django
if need select some element without attribute
Just use:
Do note: In a well-written XSLT code the number of conditional instructions (such as
<xsl:choose>
,<xsl:when>
,<xsl:otherwise>
,<xsl:if>
, ... etc.) is close to zero. In this solution it is 0.