Hi,
We are moving along with XML in timport fine. But hit a snag where sandr could not do a proper search and replace. Here is what I have,
<xml>
<rs:data> <z:row DOCTEXT='{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl {\f0\fswiss\fcharset0 Arial;}}
\uc1\pard\ulnone\f0\fs20\objattph\'20\par
}
'/>
</rs:data>
</xml>
But when I print out the above text after the sandr (the sandr is, <sandr "<=/?rs:data>" "" $data>), is
before,
<xml>
<rs:data>
<z:row DOCID='MSG000867433_RTF' DOCTEXT='{\rtf1\ansi\ansicpg1252\deff
0\deflang1033{\fonttbl {\f0\fswiss\fcharset0 Arial;}}
\uc1\pard\ulnone\f0\fs20\objattph\'20\par
}
�'/>
</rs:data>
</xml>
and after,
<xml>
<z:row DOCID='MSG000867433_RTF' DOCTEXT='{\rtf1\ansi\ansicpg1252\deff
0\deflang1033{\fonttbl {\f0\fswiss\fcharset0 Arial;}}
\uc1\pard\ulnone\f0\fs20\objattph\'20\par
}
As you can see, there is a � character in the first printout of the data. What is this? and it looks like it is breaking because of this.
Any help will be good.
thanks!!
We are moving along with XML in timport fine. But hit a snag where sandr could not do a proper search and replace. Here is what I have,
<xml>
<rs:data> <z:row DOCTEXT='{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl {\f0\fswiss\fcharset0 Arial;}}
\uc1\pard\ulnone\f0\fs20\objattph\'20\par
}
'/>
</rs:data>
</xml>
But when I print out the above text after the sandr (the sandr is, <sandr "<=/?rs:data>" "" $data>), is
before,
<xml>
<rs:data>
<z:row DOCID='MSG000867433_RTF' DOCTEXT='{\rtf1\ansi\ansicpg1252\deff
0\deflang1033{\fonttbl {\f0\fswiss\fcharset0 Arial;}}
\uc1\pard\ulnone\f0\fs20\objattph\'20\par
}
�'/>
</rs:data>
</xml>
and after,
<xml>
<z:row DOCID='MSG000867433_RTF' DOCTEXT='{\rtf1\ansi\ansicpg1252\deff
0\deflang1033{\fonttbl {\f0\fswiss\fcharset0 Arial;}}
\uc1\pard\ulnone\f0\fs20\objattph\'20\par
}
As you can see, there is a � character in the first printout of the data. What is this? and it looks like it is breaking because of this.
Any help will be good.
thanks!!