S
seeCoolGuy
I've been using Access to import some data straight into a sql server
database by simply importing the xml file. However lately some of the
newer xml files will contain vaild data such as
"m<sup>3</sup>" within the tags so it reads like the following
<TblPartDesriptions_to_translate>
<intpartid>79</intpartid>
<strpartdescription>Part Description Here</strpartdescription>
<strlongdescription>some really long text here
m<sup>3</sup>/min.)</strlongdescription>
</TblPartDesriptions_to_translate>
The data inside the strlongdescription should just parse correctly but
it could just be a microsoft thing, since it does parse correctly in
other products such as "XML PAD" and Firefox for viewing the file.
any help is appreciated, perhaps a modified xsl file?
database by simply importing the xml file. However lately some of the
newer xml files will contain vaild data such as
"m<sup>3</sup>" within the tags so it reads like the following
<TblPartDesriptions_to_translate>
<intpartid>79</intpartid>
<strpartdescription>Part Description Here</strpartdescription>
<strlongdescription>some really long text here
m<sup>3</sup>/min.)</strlongdescription>
</TblPartDesriptions_to_translate>
The data inside the strlongdescription should just parse correctly but
it could just be a microsoft thing, since it does parse correctly in
other products such as "XML PAD" and Firefox for viewing the file.
any help is appreciated, perhaps a modified xsl file?