On Thu, Jul 1, 2010 at 3:31 PM, Ian Skinner wrote: ... > Other then just breaking down and working this in IE does anybody have > any other thoughs on what is going on here?
Assuming I haven't totally misunderstood what's going on: You could drop to java and an XML lib that respects whitespace. It's a common problem, I think. Some people use Jericho (a tag parsing lib) for XML because it respects whitespace some XML parsers don't, if I'm remembering the comments right. I wouldn't recommend that one specifically, as it doesn't do XSLT transforms. :) It would probably be best if you used a java lib that isn't included with other stuff, as those XML libs can be mad conflicting. That's all I can think of, maybe there's some simple way to use built in stuff tho. Replace the new chunk with the old chunk after the transform by hand? Etc. :den -- The reason why men enter into society is the preservation of their property. John Lock ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:335024 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

