> > On 10/9/06, Miguel Angel Vicente Ballesteros <[EMAIL PROTECTED]> wrote: > > Buenos dÃas. > > Os cuento mi problema. > > Tengo ficheros en formato xml y los quiero trocear mediante un shell script. > > El formato del fichero es el siguiente. > > <coches> > > <coche name="coche1"> > > </coche> > > <coche name="coche2"> > > </coche> > > <coche name="coche3"> > > </coche> > > </coches> > > y lo que quiero es dividir en distintos ficheros (en este caso 3 ficheros > > tantos como elementos coche haya) con la estructura siguiente. > > > > > > fichero1 > > > > <coches> > > > > <coche name="coche1"> > > </coche> > > </coches> > > --------------------------------- > > > > fichero2 > > > > <coches> > > > > <coche name="coche2"> > > </coche> > > </coches> > > ------------------------------------- > > fichero3 > > > > <coches> > > > > <coche name="coche3"> > > </coche> > > </coches> > > > > > > Un saludo y muchas gracias. >
Mira documentación sobre "Xerces" S2 -- Fernando. {:-{D> "Hackers do it with fewer instructions." -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]