Editer un fichier xml à partir d'un bash
Résolu/Fermé
A voir également:
- Editer un fichier xml à partir d'un bash
- Comment ouvrir un fichier epub ? - Guide
- Comment réduire la taille d'un fichier - Guide
- Creer un groupe whatsapp a partir d'un autre groupe - Guide
- Fichier rar - Guide
- Ouvrir un fichier .bin - Guide
3 réponses
zipe31
Messages postés
36402
Date d'inscription
dimanche 7 novembre 2010
Statut
Contributeur
Dernière intervention
27 janvier 2021
6 418
18 nov. 2011 à 11:31
18 nov. 2011 à 11:31
Salut,
Normalement avec "sed" c'est faisable, même si ce n'est pas l'idéal ;-)
Normalement avec "sed" c'est faisable, même si ce n'est pas l'idéal ;-)
jisisv
Messages postés
3645
Date d'inscription
dimanche 18 mars 2001
Statut
Modérateur
Dernière intervention
15 janvier 2017
934
18 nov. 2011 à 12:32
18 nov. 2011 à 12:32
Pour procéder proprement, pourquoi ne pas utiliser un processeur XSSLT comme xalan ?
Pour une introduction XSLT: http://zvon.org/xxl/XSLTutorial/Output_fre/index.html
(Google est ton ami...)
Pour xalan: http://xml.apache.org/xalan-c/
apt-cache show xalan:
<cut>
Description: XSLT processor
This is the Xalan XSLT processor from the Apache Software Foundation.
.
This package provides a command line utility to process XML files
using an XSLT stylesheet
</cut>
Johan
Pour une introduction XSLT: http://zvon.org/xxl/XSLTutorial/Output_fre/index.html
(Google est ton ami...)
Pour xalan: http://xml.apache.org/xalan-c/
apt-cache show xalan:
<cut>
Description: XSLT processor
This is the Xalan XSLT processor from the Apache Software Foundation.
.
This package provides a command line utility to process XML files
using an XSLT stylesheet
</cut>
Johan