S
Stu
can sombody point me in the right direction.
I have an XML file (see below) and I am looking to create an .xsl file
that will
replace this line <actual_volume>{VAR}</actual_volume> with this
line <actual_volume>e:/tmp/xyz</actual_volume>
Thanks to all who answer this post
<axsone_dbmap version="1.0">
<dbmap_entries>
<dbmap_entry>
<logical_library>LOG</logical_library>
<actual_library>logs</actual_library>
<actual_volume>{ABC}</actual_volume>
</dbmap_entry>
<dbmap_entry>
<logical_library>CONFIG</logical_library>
<actual_library>config</actual_library>
<actual_volume>${CTRONHOME}</actual_volume>
</dbmap_entry>
<dbmap_entry>
<logical_library>DATA</logical_library>
<actual_library>data</actual_library>
<actual_volume>{VAR}</actual_volume>
</dbmap_entry>
</dbmap_entries>
</axsone_dbmap>
I have an XML file (see below) and I am looking to create an .xsl file
that will
replace this line <actual_volume>{VAR}</actual_volume> with this
line <actual_volume>e:/tmp/xyz</actual_volume>
Thanks to all who answer this post
<axsone_dbmap version="1.0">
<dbmap_entries>
<dbmap_entry>
<logical_library>LOG</logical_library>
<actual_library>logs</actual_library>
<actual_volume>{ABC}</actual_volume>
</dbmap_entry>
<dbmap_entry>
<logical_library>CONFIG</logical_library>
<actual_library>config</actual_library>
<actual_volume>${CTRONHOME}</actual_volume>
</dbmap_entry>
<dbmap_entry>
<logical_library>DATA</logical_library>
<actual_library>data</actual_library>
<actual_volume>{VAR}</actual_volume>
</dbmap_entry>
</dbmap_entries>
</axsone_dbmap>