xsl-list
[Top] [All Lists]

Re: [xsl] 'Embedded' xml

2009-05-20 07:37:43
Bruno Domenici wrote:

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">

I don't think you can have an XML declaration inside of an XML element so what you have is not well-formed XML. Are you sure your markup looks that way? Or is the content of the GetCidadesResult element escaped XML?


--

        Martin Honnen
        http://msmvps.com/blogs/martin_honnen/

--~------------------------------------------------------------------
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>