[phpxpath - Help] RE: exportToFile formatting (or lack thereof)
Brought to you by:
bs_php,
nigelswinson
From: SourceForge.net <no...@so...> - 2004-04-26 19:26:58
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2541349 By: nigelswinson It's best to set setSkipWhiteSpaces() before you do your import, as it's during the import process that it sets the whitespace that should go around the elements, but the value is also used on export to reconstruct the file to your liking. So if you have SkipWhiteSpaces on for the import, then it will bin all the whitespaces, then turn it off for the export, and it won't "pretty print" the output, but output as was imported. Please post further support queries by email to the (archived) users list, where your issue will be read by many other Php.XPath users. Cheers, Nigel ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=114574 |