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 Rhinorhino 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. tektipsjunkie

    XSL nested if statements

    I know I can do this:: <xsl:if test="ms:Person/ms:Name/@ms:first"> <xsl:if test="ms:Person/ms:Name/@ms:last"> </xsl:if> </xsl:if> BUT I would like to do this:: <xsl:if test="ms:Person/ms:Name/@ms:first" or test="ms:Person/ms:Name/@ms:last"> Is there a way to user and/or operators
  2. tektipsjunkie

    trying to comment out the results of XSL:COPY-OF in a XSL file...help

    I am transforming an XML doc from Schema A to Schema B. These are two established standards, Schema A being newer. Schema A actually has more built in elements and can house more detailed information than Schema B, which is fine. THey try to describe the same thing. however, to not lose data...

Part and Inventory Search

Back
Top