Skip to content

Instantly share code, notes, and snippets.

@pdtpatrick
Created July 5, 2012 17:22
Show Gist options
  • Save pdtpatrick/c5b5700c743b2e8ffa36 to your computer and use it in GitHub Desktop.
Save pdtpatrick/c5b5700c743b2e8ffa36 to your computer and use it in GitHub Desktop.
testxml.xml
<HSItemPrice xmlns="http://example.org/HSItemPrice.xsd">
<HSItem>
<AccountNumber>111947</AccountNumber>
<ItemCode>1018167</ItemCode>
<Quantity>1</Quantity>
<UnitOfMeasure>EA</UnitOfMeasure>
<CurrentPrice>0</CurrentPrice>
<ItemStatus>Discontinued</ItemStatus>
<PromoCode />
</HSItem>
<SubstituteItem>
<ItemCode>1018167</ItemCode>
<SubstituteItemCode>1125542</SubstituteItemCode>
<SubstituteItemUom>EA</SubstituteItemUom>
<SubstituteItemPrice>454.49</SubstituteItemPrice>
</SubstituteItem>
</HSItemPrice>
<HSItemPrice xmlns="http://example.org/HSItemPrice.xsd">
<HSItem>
<AccountNumber>111947</AccountNumber>
<ItemCode>1012351</ItemCode>
<Quantity>1</Quantity>
<UnitOfMeasure>EA</UnitOfMeasure>
<CurrentPrice>0</CurrentPrice>
<ItemStatus>Discontinued</ItemStatus>
<PromoCode />
</HSItem>
<SubstituteItem>
<ItemCode>1012351</ItemCode>
<SubstituteItemCode>1125537</SubstituteItemCode>
<SubstituteItemUom>EA</SubstituteItemUom>
<SubstituteItemPrice>134.99</SubstituteItemPrice>
</SubstituteItem>
</HSItemPrice>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment