xsl-list
[Top] [All Lists]

RE: Parsing XML tag attributes

2003-04-04 09:51:49
Thanks Michael, you are correct.  Your XSLT book (2nd ed.) in fact had the 
answer I needed.  I just got hold of a copy.

Good stuff by the way!

-----Original Message-----
From: Michael Kay [mailto:mhk(_at_)mhk(_dot_)me(_dot_)uk]
Sent: Friday, April 04, 2003 1:38 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: RE: [xsl] Parsing XML tag attributes



Have I overcomplicated the XML by using class with an element 
attribute?  Would it make more sense to use this?

<class>
      <element>TestType</element>
      <documentation>Doc for TestType</documentation>
</class>


No, processing attributes in XSLT is just as easy as processing
elements.

Any XSLT textbook or tutorial will have examples of how to do this.

Michael Kay
Software AG
home: Michael(_dot_)H(_dot_)Kay(_at_)ntlworld(_dot_)com
work: Michael(_dot_)Kay(_at_)softwareag(_dot_)com 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>