Hi, I have still problems understanding the results of merging mutible configurations. As far as I know combining classes is supposed to be a merge between different classes of only one member of a class each. merge Software/nagios.xml <-------> Network/primergy.xml I use a class 'Software' and have several xmls, nagios.xml, vmware.xml, base.xml e.g. residing in the corresponding directory. Unfortunately the packages and scripts section will be merged althought I use the dont_merge element. To understand the way of merging it is helpfull to test without a complete installation process. How can I achive that using xsltproc e.g. ? p.s. I dont want to use yast for a test
On Monday 02 October 2006 07:21, Arvid Walter wrote:
To understand the way of merging it is helpfull to test without a complete installation process. How can I achive that using xsltproc e.g. ?
/usr/bin/xsltproc --novalid --param replace "'false'" --param \ dontmerge1 "'ELEMENTNAME'" --param with profile.xml --output \ out.xml /usr/share/autoinstall/xslt/merge.xslt base_profile.xml you can use dontmerge2, dontmerge3 and so on -- ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, Maxfeldstrasse 5, D-90409 Nuernberg, Germany Business: http://www.suse.de/~ug now playing Agonoize - sick
participants (2)
-
Arvid Walter
-
Uwe Gansert