Bonjour,
J'ai un fichier xml où il ya une balise targetnamespace où je dois ecrire un path.
<targetnamespace>path</targetnamespace>
Mais targetnamespace est dans la plupart des cas est un attribut de balise comme l'exemple suivant:
<schema xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:tns="http://www.library.com"
targetNamespace="http://www.library.com">
Donc comment ecrire le path dans targetnamespace comme balise non pas un attribut de balise.
Partager