Ich muss dies mit einem Unix-Skript oder einem Befehl tun. In / home / user / app / xmlfiles befindet sich eine XML-Datei wie
<book>
<fiction type='a'>
<author type=''></author>
</fiction>
<fiction type='b'>
<author type=''></author>
</fiction>
<Romance>
<author type=''></author>
</Romance>
</book>
Ich möchte den Autorentyp in der Fiktion als lokal bearbeiten.
<fiction>
<author type='Local'></author>
</fiction>
Ich muss den Autorentyp, der sich im Fiction-Tag befindet, nur mit dem Attribut b ändern . Bitte helfen Sie mir dabei mit einem Unix-Shell-Skript oder -Befehl. Vielen Dank !
xlstproc
. linux.byexamples.com/archives/463/xslt-processor-command-line