xsl-list
[Top] [All Lists]

Re: [xsl] xpath query failing

2016-04-22 20:31:30
All your elements are in a namespace, so all the names need to be subjected 
to the same treatment:

"/*[local-name()='nlog']/*[local-name()='rules'/*[local-name()='logger'][@writeTo='file']/@minlevel"

You example missed the "@" from "@writeTo".

HI Michael,
Thanks for the patience, that worked well and saved me a bunch of time.

Much appreciated,
jlc
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--

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