Skip to content

Instantly share code, notes, and snippets.

@carlosmcevilly
Created April 28, 2012 04:11
Show Gist options
  • Save carlosmcevilly/2515718 to your computer and use it in GitHub Desktop.
Save carlosmcevilly/2515718 to your computer and use it in GitHub Desktop.
test file for use with xpath-eval.pl
<?xml version="1.0"?>
<BusinessCard>
<firstName>Joe</firstName>
<lastName>Smith</lastName>
<phone class="work">408-555-5555</phone>
<phone class="home">408-555-8888</phone>
<phone class="cell">408-555-2222</phone>
<phone class="fax">408-555-1111</phone>
</BusinessCard>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment