XAML support for local-name() in XPath
Posted
by emddudley
on Stack Overflow
See other posts from Stack Overflow
or by emddudley
Published on 2009-10-28T17:11:03Z
Indexed on
2010/05/17
4:30 UTC
Read the original article
Hit count: 352
I'd like to bind to the element name of a node in my XmlDataProvider
. I can't seem to get local-name() to work within my XPath expression. Does XAML support local-name()?
<TextBlock Text="{Binding XPath=local-name()}" />
© Stack Overflow or respective owner