Skip to Content
0
Former Member
Oct 07, 2005 at 08:20 PM

XML -> XSLT

76 Views

I have the codigo XML that I obtain of a webservice, like I can obtain the result that comes in AuthenticateUserResult, using a program XSLT, thanks

*************

spanish :

tengo el codigo XML que obtengo de un webservice, como puedo obtener el resultado que viene en AuthenticateUserResult, usando un programa XSLT, gracias

************

ej:

<?xml version="1.0" encoding="utf-8"?>

http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd=" http://www.w3.org/2001/XMLSchema" xmlns:soap=" http://schemas.xmlsoap.org/soap/envelope/">

<soap:Body>

http://tempuri.org/">

<AuthenticateUserResult>string</AuthenticateUserResult>

</AuthenticateUserResponse>

</soap:Body>

</soap:Envelope>