ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> xsl-list
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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved