 |
 |
 |
Hi jeni
I agree with you..
From: Jeni Tennison <jeni@xxxxxxxxxxxxxxxx>
Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
To: "Vasu Chakkera" <vasucv@xxxxxxxxxxx>
CC: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] Problem with <a> conversion
Date: Mon, 1 Jul 2002 11:26:04 +0100
Hi Vasu,
> If you are trying to get hold of the all the a elements in the xml
> document irrespective of where or under which element they appear
> ,you can use //a instead of the a under each of the elements..
That's true, but it's simpler to just use "a", as in:
<xsl:template match="a">
...
</xsl:template>
The pattern "//a" matches all 'a' elements that are descendants of a
root node. Since all 'a' elements in a document are always descendants
of a root node, you may as well just match all 'a' elements rather
than having the extra test of seeing whether they're descendants of
a root node.
The same goes for any pattern: no match attribute needs to start with
"//".
Note that matching with a pattern is different from selecting with an
expression. If you had to *select* all the 'a' elements in the
document, then you would have to use "//a".
Cheers,
Jeni
---
Jeni Tennison
http://www.jenitennison.com/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
 | 



|  |
These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.
|  |
| |
 |
 |
 |