|
|
 |
xsl-list
[xsl] is ID definition in DTD necessday for id()
by Steve Renshaw other posts by this author
Dec 20 2001 5:07PM messages near this date
[xsl] ANN: Saxon 7.0
|
Re: [xsl] is ID definition in DTD necessday for id()
Quick questions -is it needed to use a dtd definition in the XML source
<!DOCTYPE root [
...
<!ELEMENT item (#PCDATA)>
<!ATTLIST item id ID #REQUIRED>
...
]>
in order for id() to match an element with @id attribute? Do some processor
just look for the existnace of @id or is an ID definiton needed? Do some
processors treat this differently (whicyh and how?
final question -what id "id()" called - it isn't a function or is it?
It acts more like text() or comment(). thanxks
----------------
<xsl:template match="id('x123')">
<xsl:value-of select="."/>
</xsl:template>
_________________________________________________________________
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
Thread:
Steve Renshaw
David Carlisle
|
|
|
 |
|