-
-
Save pdtpatrick/c5b5700c743b2e8ffa36 to your computer and use it in GitHub Desktop.
testxml.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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