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
<TblPartDesript ions_to_transla te>
<intpartid>79 </intpartid>
<strpartdescrip tion>Part Description Here</strpartdescript ion>
<strlongdescrip tion>some really long text here
m<sup>3</sup>/min.)</strlongdescript ion>
</TblPartDesripti ons_to_translat e>
The data inside the strlongdescript ion 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
<TblPartDesript ions_to_transla te>
<intpartid>79 </intpartid>
<strpartdescrip tion>Part Description Here</strpartdescript ion>
<strlongdescrip tion>some really long text here
m<sup>3</sup>/min.)</strlongdescript ion>
</TblPartDesripti ons_to_translat e>
The data inside the strlongdescript ion 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?
Comment