PHP Classes

File: tests/testXmlData/purchase-order-sample.xml

Recommend this page to a friend!
  Classes of Richard Williams   XML Helper   tests/testXmlData/purchase-order-sample.xml   Download  
File: tests/testXmlData/purchase-order-sample.xml
Role: Auxiliary data
Content type: text/plain
Description: Test data
Class: XML Helper
Extract XML data into an array and vice-versa
Author: By
Last change:
Date: 13 years ago
Size: 1,580 bytes
 

Contents

Class file image Download
<PurchaseOrder> <FromParty>XYZ</FromParty> <VendorId>TESTCO</VendorId> <VendorCustID>TESTCO</VendorCustID> <CompanyID>TESTCO</CompanyID> <CostCenterID>Source Key</CostCenterID> <PurchaseOrderNumber>1001</PurchaseOrderNumber> <PurchaseOrderDate>10/19/2008</PurchaseOrderDate> <ReleaseDate>10/19/2008</ReleaseDate> <SWSFreightCode>UPG</SWSFreightCode> <View>default</View> <OrdByAddress> <Attention>George Nichols</Attention> <Line1>1373 General Place</Line1> <Line2>Bldg 54</Line2> <City>Olympia</City> <StateProvinceCode>wA</StateProvinceCode> <PostalCode>98300</PostalCode> <CountryCode>United States</CountryCode> <Phone> 360 778-1543</Phone> <Email>geo@crylogistics.com</Email> <Fax /> </OrdByAddress> <PurchaseOrderItemDetail> <LineNumber>1</LineNumber> <VendorProductID>P3456SL</VendorProductID> <VendorProductDescription>Picture CD Holder </VendorProductDescription> <CustomerProductID>P3456SL</CustomerProductID> <CustomerProductDescription>Picture CD Holder </CustomerProductDescription> <OrderQuantity>1</OrderQuantity> <SellPrice>33.00</SellPrice> </PurchaseOrderItemDetail> <PurchaseOrderItemDetail> <LineNumber>2</LineNumber> <VendorProductID>100DSH1456</VendorProductID> <VendorProductDescription>Candy Dish</VendorProductDescription> <CustomerProductID>100DSH1456</CustomerProductID> <CustomerProductDescription>Candy Dish</CustomerProductDescription> <OrderQuantity>2</OrderQuantity> <SellPrice>22.00</SellPrice> </PurchaseOrderItemDetail> </PurchaseOrder>