> > I've got a little problem with my xml files and maybe someone knows the solution for this problem... > > In the config.xml file i wanted to use the following lines: > > <param name='web_packages_file_name' value="xml.php?pwd=S3kr37&mode=packages" /> > > <param name='web_profiles_file_name' value="xml.php?pwd=S3kr37&mode=profiles" /> > > <param name='web_hosts_file_name' value="xml.php?pwd=S3kr37&mode=hosts" /> > Just a guess - did you try using ' instead of "? > Like: > <param name='web_hosts_file_name' value='xml.php?pwd=S3kr37&mode=hosts' /> > ? That's what i'm usually using and only changed it to " to make sure its not because of a ' vs " issue. ;) Son, no. Its not because of that. The thing is that when i use & instead of just & it does work as needed... but its ugly :p - jens Easy Software Deployment >> http://wpkg.org _______________________________________________ wpkg-users mailing list wpkg-users at lists.wpkg.org http://lists.wpkg.org/mailman/listinfo/wpkg-users |