Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. AndrewSmall

    processing child nodes in xsl

    Try something like the following... <xsl:template match=&quot;caption|content&quot;> <xsl:if test=&quot;not(child::node())&quot;> <xsl:value-of select=&quot;.&quot; /> </xsl:if> <xsl:for-each select=&quot;child::*&quot; > <xsl:if test=&quot;self::media&quot;>...
  2. AndrewSmall

    Embedding a DTD within a DTD?

    One of my coworkers found the answer. The DTD !ENTITY statement handles this.
  3. AndrewSmall

    Embedding a DTD within a DTD?

    I am using the Open Travel Alliance (OTA) XML specification but need to send additional elements along with the standard validated XML. I have so far added an internal DTD subset along with the OTA standard external DTD subset. I would like to move the internal DTD subset into an external file...

Part and Inventory Search

Back
Top