Re: XML & XSLT technical question.

2010-07-01 Thread Ian Skinner
On 7/1/2010 12:11 PM, Judah McAuley wrote: > Have you tried wrapping the xml element in a CDATA block? I don't have control over the XML document. It is the output of a tool I am using. I am just trying to output the data in the XML in a pleasing and desireable format. Everything I have re

Re: XML & XSLT technical question.

2010-07-01 Thread Judah McAuley
Have you tried wrapping the xml element in a CDATA block? On Thu, Jul 1, 2010 at 11:57 AM, Ian Skinner wrote: > >  Further testing and development has shown that it is something with > how Firefox applies the transformation.  It just removes all the line > breaks of the text inside of elements.

Re: XML & XSLT technical question.

2010-07-01 Thread Ian Skinner
Further testing and development has shown that it is something with how Firefox applies the transformation. It just removes all the line breaks of the text inside of elements. I.E. apparently does not, but Opera does. Unfortunatly I.E. handles other style elements in a way I do not like.

XML & XSLT technical question.

2010-07-01 Thread Ian Skinner
Asking here as this is not strictly speaking, a ColdFusion question as CF is not being used in this process at the moment. I have an XML file created by a tool I use. It has eateries like this: Note the white space carriage returns and line feeds in the COMMENTS attribute. I am using an X