Jens Geile schrieb: > Hi, > > 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' /> ? -- Tomasz Chmielewski http://wpkg.org Easy Software Deployment >> http://wpkg.org _______________________________________________ wpkg-users mailing list wpkg-users at lists.wpkg.org http://lists.wpkg.org/mailman/listinfo/wpkg-users |