L
LionelAndJen
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.
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.