he leido y probado sin ningun exito codigos que he encontrado por internet y no he conseguido extraear los tres valores entre los tags <string> que necesito. Lo que si he conseguido es tener una variable string que guarda todo el contenido del xml
Código:
<?xml version="1.0" ?>
- <ArrayOfArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <ArrayOfString>
<string>3459629</string>
<string>30</string>
<string>20100614</string>
</ArrayOfString>
</ArrayOfArrayOfString>
por favor, me podeis indicar como obtener los valores contenidos en el tag. Por cierto, tengo php4
muchas gracias y que me disculpe abimaelrc por no saber entender su post.
Miquel