> The problem comes with things like webserver bindings. Somebody in > their wisdom decided to make them into a list delimited by some sort > of white space, rather than seperate xml entities, and so when i use > XMLParse() to parse the text into coldfusion readable xml, the > whitespace seems to get changed or removed or something and so when > you re-save the xml file, IIS throws up errors for the bindings and > shuts down the sites affected...
XMLParse() just follows the specs regarding normalization of attribute's values: http://www.w3.org/TR/2004/REC-xml-20040204/#AVNormalize ---------------------------- Massimo Foti Tools for ColdFusion and Dreamweaver developers: http://www.massimocorner.com ---------------------------- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217344 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

