xmljs
Version:
A small and simple package which can traverse a XML document
16 lines (13 loc) • 428 B
text/xml
<soap:Envelope
xmlns:soap="http://www.w3.org/2001/12/soap-envelope"
soap:encodingStyle="http://www.w3.org/2001/12/soap-encoding">
<soap:Body xmlns:m="http://www.example.org/stock">
<m:GetStockPriceResponse>
<m:Price>34.5</m:Price>
</m:GetStockPriceResponse>
<m:GetStockPriceResponse>
<m:Price>30.2</m:Price>
</m:GetStockPriceResponse>
</soap:Body>
</soap:Envelope>