Subject: Re: 'Embedded' xml
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Wed, 20 May 2009 13:37:10 +0200
|
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/
| Current Thread |
|
Martin Honnen - 20 May 2009 11:37:38 -0000 <=
|
|