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_volumewi th this
line <actual_volume> e:/tmp/xyz</actual_volume>
Thanks to all who answer this post
<axsone_dbmap version="1.0">
<dbmap_entrie s>
<dbmap_entry>
<logical_librar y>LOG</logical_library >
<actual_library >logs</actual_library>
<actual_volume> {ABC}</actual_volume>
</dbmap_entry>
<dbmap_entry>
<logical_librar y>CONFIG</logical_library >
<actual_library >config</actual_library>
<actual_volume> ${CTRONHOME}</actual_volume>
</dbmap_entry>
<dbmap_entry>
<logical_librar y>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_volumewi th this
line <actual_volume> e:/tmp/xyz</actual_volume>
Thanks to all who answer this post
<axsone_dbmap version="1.0">
<dbmap_entrie s>
<dbmap_entry>
<logical_librar y>LOG</logical_library >
<actual_library >logs</actual_library>
<actual_volume> {ABC}</actual_volume>
</dbmap_entry>
<dbmap_entry>
<logical_librar y>CONFIG</logical_library >
<actual_library >config</actual_library>
<actual_volume> ${CTRONHOME}</actual_volume>
</dbmap_entry>
<dbmap_entry>
<logical_librar y>DATA</logical_library >
<actual_library >data</actual_library>
<actual_volume> {VAR}</actual_volume>
</dbmap_entry>
</dbmap_entries>
</axsone_dbmap>
Comment