barrien2 / S2SX-EMPLEAT-DEL-MES

0 stars 0 forks source link

full bridge rectifier #2

Open barrien2 opened 5 years ago

barrien2 commented 5 years ago

V8dZNLJ

<?php // El fichero test.xml contiene un documento XML con un elemento raíz y, al // menos, un elemento /[raiz]/titulo.

if (file_exists('test.xml')) { $xml = simplexml_load_file('test.xml');

print_r($xml);

} else { exit('Error abriendo test.xml.'); } ?

barrien2 commented 5 years ago

<?php // El fichero test.xml contiene un documento XML con un elemento raíz y, al // menos, un elemento /[raiz]/titulo.

if (file_exists('test.xml')) { $xml = simplexml_load_file('test.xml');

print_r($xml);

} else { exit('Error abriendo test.xml.'); } ?

barrien2 commented 5 years ago

// El fichero test.xml contiene un documento XML con un elemento raíz y, al // menos, un elemento /[raiz]/titulo.

if (file_exists('test.xml')) { $xml = simplexml_load_file('test.xml');

print_r($xml);

} else { exit('Error abriendo test.xml.'); }

barrien2 commented 5 years ago

`<?php // El fichero test.xml contiene un documento XML con un elemento raíz y, al // menos, un elemento /[raiz]/titulo.

if (file_exists('test.xml')) { $xml = simplexml_load_file('test.xml');

print_r($xml);

} else { exit('Error abriendo test.xml.'); } ?`

barrien2 commented 5 years ago
<?php
// El fichero test.xml contiene un documento XML con un elemento raíz y, al
// menos, un elemento /[raiz]/titulo.

if (file_exists('test.xml')) {
    $xml = simplexml_load_file('test.xml');

    print_r($xml);
} else {
    exit('Error abriendo test.xml.');
}
?
barrien2 commented 5 years ago
foreach ($peliculas->pelicula->personajes->personaje as $personaje) {
   echo $personaje->nombre, ' interpretado por ', $personaje->actor, PHP_EOL;
}
barrien2 commented 5 years ago
<treballadors>
    <treballador>
        <nom></nom>
        <cognoms></cognoms>
        <data_naixement></data_naixement>
        <antiguitat></antiguitat>
        <codi_rol></codi_rol>
    </treballador>
    <treballador>
        <nom></nom>
        <cognoms></cognoms>
        <data_naixement></data_naixement>
        <antiguitat></antiguitat>
        <codi_rol></codi_rol>
    </treballador>  
    <treballador>
        <nom></nom>
        <cognoms></cognoms>
        <data_naixement></data_naixement>
        <antiguitat></antiguitat>
        <codi_rol></codi_rol>
    </treballador>
</treballadors>