Linera Posted July 8, 2006 Share Posted July 8, 2006 What does @*|node() in <xsl:apply-templates select="@*|node()"/> mean? Link to comment Share on other sites More sharing options...
boen_robot Posted July 8, 2006 Share Posted July 8, 2006 An XPath expression. Read the XPath tutorial and you'll have a lot better understanding of those expressions.By the way, in the case you describe, you might as well use simply <xsl:apply-templates/> without any select statement. Or at least I think you could. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now