This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Inserting parts of a xml document


> What do I have to change in my xslt file to get the correct result??

>      <xsl:template match="root/a">
           <xsl:copy>   <!-- !! -->
>             <xsl:apply-templates />
           </xsl:copy>  <!-- !! -->
>          <xsl:copy>
>             <xsl:apply-templates select="document('test2.xml')/root/a/node()" 
/>
>          </xsl:copy>
>      </xsl:template>

Cheers,
Oliver


/-------------------------------------------------------------------\
|  ob|do        Dipl.Inf. Oliver Becker                             |
|  --+--        E-Mail: obecker@informatik.hu-berlin.de             |
|  op|qo        WWW:    http://www.informatik.hu-berlin.de/~obecker |
\-------------------------------------------------------------------/


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]