> > 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 ------------------------------------------------------------------------- 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
