XSLTools

Changeset

93:eb5f0603564c
2005-07-15 paulb raw files shortlog changelog graph [project @ 2005-07-15 13:35:46 by paulb] Changed the attribute used to select extracted regions (fragments).
XSLForms/XSL/Extract.xsl (file)
     1.1 --- a/XSLForms/XSL/Extract.xsl	Fri Jul 15 13:19:25 2005 +0000
     1.2 +++ b/XSLForms/XSL/Extract.xsl	Fri Jul 15 13:35:46 2005 +0000
     1.3 @@ -33,7 +33,7 @@
     1.4          <xsl:apply-templates select="@*"/>
     1.5  
     1.6          <!-- Process the elements. -->
     1.7 -        <xsl:for-each select="//*[@id=$element-id]">
     1.8 +        <xsl:for-each select="//*[@template:id=$element-id]">
     1.9            <axsl:for-each select="dyn:evaluate($element-path)">
    1.10              <xsl:copy>
    1.11                <xsl:apply-templates select="@*|node()"/>