Help for this page

Select Code to Download


  1. or download this
    <xsl:if test="/PLMXML/Form[starts-with(@id, 'id')]">
    
  2. or download this
    <xsl:if test="/PLMXML/Form[substr(@id, 1, 2)='id']">
    
  3. or download this
    <xsl:if test="/PLMXML/Form[starts-with(@id,'id')]">