hi all,
        i have downloaded Xalan-j_2_1_0 and i am trying to use the XSLTC
features,
but i am encountering different problems.

1) i don't know why but it seems that i cannot access element's attributes
2) if i want to output the whole element with all its data (<person
name="Marco" />), the 
   following template does not work!
   <xsl:template match="@*|*">
        <xsl:copy>
                <xsl:apply-templates select="@*" />
        </xsl:copy>
   </xsl:template>

it just output <person ="Marco"/>

attached is the xml and xsl file

hope that someone can help me soon

thanx in advance and regards
        marco

mytest.xsl

test.xml

Reply via email to