On Tue, Jul 13, 2010 at 8:25 AM, Uwe Gansert <ug@suse.de> wrote:
I don't think merge.xslt can handle that. You'd have to write your own xslt file but because you say you don't know anything about xslt, you should split it into 3 xml files. 2 times partitioning and one all_the_rest.xml Then merge the correct partitioning into the all_the_rest.xml with merge.xslt
That's exactly how I do it here. The customer didn't want/trust/understand rules and classes, plus they wanted to implement their own selection dialogs. So, I have a "stub.xml" with the basic tags (i.e. empty) and depending on the user selections on the user interface, some pre-defined bits and pieces are merged with xsltproc (partitioning, packages, networking, etc). Not the most elegant solution, but works :) -- -- Erico -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org