From: David Vallner Date: 2006-11-05T21:57:17+09:00 Subject: Re: maching input and output xmlsimple --------------enigE97D87C5EB067A7F3DD024AD Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable hborda wrote: > I'm using xmlsimple to change values opn configurations files and it > works great! My only problem is that XMLout does not match my input > xml file format. Does anybody has any advise? >=20 If you're using xmlsimple in the first place, odds are the format of your document isn't semantically significant. Xmlsimple lets you pick a string with which to indent a level of the tree in the output, but that's it - your original formatting is lost when you read the document. For what it's worth, the output of xmlsimple looks like fairly standard fare, is there anything in specific you don't like about it? Massaging the XML file with a beautifier (e.g. http://www.digital-mines.com/htb/) after writing it out might help. David Vallner --------------enigE97D87C5EB067A7F3DD024AD Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (MingW32) iD8DBQFFTd+jy6MhrS8astoRAi0rAJ4/mREwJteUF+c+p8NwooM53J7i4gCfSisq +c17eOlaWHqGIHAwf/Cu6Qc= =Ovgp -----END PGP SIGNATURE----- --------------enigE97D87C5EB067A7F3DD024AD--