This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Access to RowsetSchema attribute


Gurnandan Kaur wrote:

> Using the following xml fragment, I need to get the
> value of rs:dbtype attribute, assuming that the
> current context is positioned at the attribute
> z:row/@c1. How do I do it? 

What's wrong with straightforward absolute location path like 
/xml/s:Schema/s:ElementType/s:AttributeType[@name='c1']/s:datatype/@rs:dbtype"?

PS. In the case if your snippet is not html but xml you don't have to 
use 'xml' as element name because it's reserved name.

-- 
Oleg Tkachenko
Multiconn International, Israel


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]