Connecting Tech Pros Worldwide Help | Site Map

Leave " alone in transformation

  #1  
Old November 14th, 2008, 10:55 PM
LionelAndJen@gmail.com
Guest
 
Posts: n/a
I have an XML file that has a free form comment field in which the
data provider, very kindly, already uses """ when writing
"doesn't", I have doesn't .

it's PERFECT, because that xml is then fed to an XSLT sheet that
transforms this text into a sql insert statement. UNFORTUNATELY, XSLT
translates doesn't into doesn't in the output, which then
destroys my sql statement. How do I tell my XSLT to leave well-enough
alone ? I know it has to be easy, but I just don't get it right now
in spite of looking online.

Also, bear in mind I'm your friendly neighborhood XSLT newbie. :)

Thanks a lot.
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Leave " alone in transformation LionelAndJen@gmail.com answers 3 November 21st, 2008 09:05 AM