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]
Other format: [Raw text]

RE: Qualified Attrib Value


Hi,

> > How do I get the value of the "test" attrib (contains a value 
> > qualified
> > in myprefix associated namespace) within this fragment without the
> > prefix? (not using string manipulation, but proper Xpath).
> > 
> > <el test="myprefix:val" />
> 
> String manipulation is not part of "proper XPath"? Hmh. Anyhow,
> 
>   substring-before(el/@test, ':')

And I meant

  substring-after(el/@test, ':')

Cheers,

Jarno

 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]