xsl-list
[Top] [All Lists]

[xsl] 'Embedded' xml

2009-05-20 07:10:54
Hi,


Is it possible use xsl to extract a 'embedded' xml like this:

<soap:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:dp="http://www.datapower.com/schemas/management";>
<soap:Body>
<GetCidadesResponse xmlns="http://wseapisul.apisul.com.br";>
<GetCidadesResult><?xml version="1.0"
encoding="utf-8"?><APISUL><CIDADES Quantidade="1">
  <CIDADE>
    <CD_CIDADE>3681</CD_CIDADE>
    <DS_CIDADE>SAO PAULO</DS_CIDADE>
    <DS_UF>SP</DS_UF>
    <DS_PAIS>BRASIL</DS_PAIS>
  </CIDADE>
</CIDADES></APISUL></GetCidadesResult></GetCidadesResponse></soap:Body></soap:Envelope>

I have to extract values from the GetCidadesResult node. I don't know
how to XPath this.

Any idea!?

Thanks!

-- 
Bruno D.

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>