problem with an xinclude
hi, i have a problem with an xinclude here. All of my xincludes work fine (normally) but im having a problem with the include of sysconfig. heres my configuration: default.xml: <?xml version="1.0"?> <!DOCTYPE profile SYSTEM "/usr/share/autoinstall/dtd/profile.dtd"> <profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config=" http://www.suse.com/1.0/configns" xmlns:xinclude=" http://www.w3.org/2001/XInclude"> <xinclude:include href=" http://192.168.100.19/autoyast/includes/bootloader.xml"/> <xinclude:include href="http://192.168.100.19/autoyast/includes/users.xml"/> <xinclude:include href="http://192.168.100.19/autoyast/includes/groups"/> <xinclude:include href=" http://192.168.100.19/autoyast/includes/sysconfig.xml"/> <xinclude:include href=" http://192.168.100.19/autoyast/includes/files-ldap.xml"/> <xinclude:include href="http://192.168.100.19/autoyast/includes/firewall.xml "/> <xinclude:include href="http://192.168.100.19/autoyast/includes/local.xml"/> <xinclude:include href="http://192.168.100.19/autoyast/includes/inetd.xml"/> ...... and so on. everything worked fine .. i just wanted to integrate a sysconfig. Heres my sysconfig.xml: <sysconfig config:type="list" xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1. 0/configns" xmlns:xinclude="http://www.w3.org/2001/XInclude"> <sysconfig_entry> <sysconfig_key>RUN_PARALLEL</sysconfig_key> <sysconfig_path>/etc/sysconfig/boot</sysconfig_path> <sysconfig_value>no</sysconfig_value> </sysconfig_entry> </sysconfig> For me everything looks ok. But i cant really find the mistake im making. checked everything about 10 times allready. any help would be nice. mfg Florian.
Hi, just wanted to let u know i found the error. For those who are intressted how i solved it... look at my last post, including of groups.XML:-) mfg Florian. On 3/27/06, mailing list <fzmailinglist@googlemail.com> wrote:
hi, i have a problem with an xinclude here. All of my xincludes work fine (normally) but im having a problem with the include of sysconfig. heres my configuration:
default.xml:
<?xml version="1.0"?> <!DOCTYPE profile SYSTEM "/usr/share/autoinstall/dtd/profile.dtd"> <profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config=" http://www.suse.com/1.0/configns" xmlns:xinclude=" http://www.w3.org/2001/XInclude">
<xinclude:include href=" http://192.168.100.19/autoyast/includes/bootloader.xml"/> <xinclude:include href="http://192.168.100.19/autoyast/includes/users.xml "/> <xinclude:include href="http://192.168.100.19/autoyast/includes/groups"/> <xinclude:include href=" http://192.168.100.19/autoyast/includes/sysconfig.xml"/> <xinclude:include href=" http://192.168.100.19/autoyast/includes/files-ldap.xml"/> <xinclude:include href=" http://192.168.100.19/autoyast/includes/firewall.xml"/> <xinclude:include href="http://192.168.100.19/autoyast/includes/local.xml "/> <xinclude:include href="http://192.168.100.19/autoyast/includes/inetd.xml "/> ...... and so on.
everything worked fine .. i just wanted to integrate a sysconfig.
Heres my sysconfig.xml: <sysconfig config:type="list" xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1. 0/configns" xmlns:xinclude="http://www.w3.org/2001/XInclude">
<sysconfig_entry> <sysconfig_key>RUN_PARALLEL</sysconfig_key> <sysconfig_path>/etc/sysconfig/boot</sysconfig_path> <sysconfig_value>no</sysconfig_value> </sysconfig_entry> </sysconfig>
For me everything looks ok. But i cant really find the mistake im making. checked everything about 10 times allready. any help would be nice.
mfg Florian.
participants (1)
-
mailing list