Best way XML File handling bullet point •

Posted by dbengals on Stack Overflow See other posts from Stack Overflow or by dbengals
Published on 2010-03-16T13:18:19Z Indexed on 2010/03/16 13:36 UTC
Read the original article Hit count: 455

Filed under:
|
|

For an XML file I am creating I have data that contains a bullet • what is the best method for handling this in xml data? It opens in an XML editor and reads fine, but I cannot import the file via SSIS, I get an error regarding this point.

<xmldata>• Bullet</xmldata>

Renders fine, but cannot import with SSIS.

© Stack Overflow or respective owner

Related posts about Xml

Related posts about ssis