SmartsIntegrator Support and Discussion Forums

DTD issue

Share/Bookmark: Add this Thread to Digg Digg   Add this Thread to StumbleUpon Stumble Upon   Add this Thread to Del.icio.us Del.icio.us   Add this Thread to Reddit Reddit   Add this Thread to Facebook Facebook
RE: DTD issue
by benj on Tue, Jan 20 2009 12:39 PM
Thanks for this, we’ve isolated the problem and the file now works correctly.

Unfortunately this means a new sub-release, as there were a number of affected modules. We just need to finalise testing, but you’ll be able to download the new version from tomorrow at ftp://ftp.smartsintegrator.com/smartsdownloads/SmartsIntegratorSetup1300_22c.zip.

Many thanks for your help and patience,

Ben.
Ben Jackson
SmartsIntegrator Technical Support
benj
benj
Joined: Thu, Feb 7 2008
Posts: 96
DTD issue
by portedquery on Tue, Jan 20 2009 12:38 PM
Ben,
I'm working a new database insert by processing an xml file's values into a database table. The inbound file contains a dtd, and I'm not sure whether I should attempt to process the file with dtd settings or not. I get a message as follows when I do attempt to import the xml file into the schema editor:

Error : An exception occurred : XmlException, For security reasons DTD is prohibited in this XML document. To enable DTD processing set the ProhibitDtd property on XmlReaderSettings to false and pass the settings into XmlReader.Create method. :

I'm not familiar with VSTA, so am a bit unsure as to how to proceed. The file I'm attempting to process is generated by a commercial organization quarterly and is used to process fuel taxes. I'm attaching one for your review. I can get the file in csv format as well, but would rather use the xml version.

J
portedquery
Joined: Wed, Jul 2 2008
Posts: 72