Milan Jezdik schrieb:
> Hi all,
> 
> please, can someone explain me what this construction means (in .xsl file)?
> 
> <xsl:template match="@*|node()">
> 
> Exactly the left match part:
> A) @* .... ????
> B) | ..... ????
> C) node() . ????
> 
> 
> What documentation is this related to?

This is XPath syntax. You could start with an XSLT/XPath tutorial.

-- Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to