Skip to content

Instantly share code, notes, and snippets.

@uniquelau
Created May 9, 2013 11:14
Show Gist options
  • Save uniquelau/5546902 to your computer and use it in GitHub Desktop.
Save uniquelau/5546902 to your computer and use it in GitHub Desktop.
IEnumerable<Node> nodes = uQuery.GetNodesByXPath("$ancestorOrSelf/*[normalize-space(pub)][1]");
if (nodes != null)
{
ltlFancyAPint.Text = nodes.First().GetProperty("pub").ToString();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment