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 ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 ------------------------------------------------------- Easy Software Deployment >> http://wpkg.org _______________________________________________ wpkg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wpkg-users
