Displaying 1 result from an estimated 1 matches for "shipmentopt".
2007 Nov 21
4
Builder::XmlMarkup adds <inspect/> on printing and <clone/> on saving
...:XmlMarkup.new(:target=>filetransfer.data, :indent=>2)
myxml.instruct! #:xml, :version=>"1.0"
myxml.OpenShipments("xmlns"=>"x-schema:OpenShipments.xdr"){
for row in parsed # contains rows of a parsed .csv file
myxml.OpenShipment("ShipmentOption"=>"", "ProcessStatus"=>"")
do
myxml.ShipTo do
myxml.CompanyOrName(row[0])
myxml.Address1(row [1])
myxml.Address2(row [2])
myxml.CountryTerritory("DE")
myxml.PostalCode(row [3]...