XML Editor
Sign up for a WebBoard account Sign Up Keyword Search Search More Options... Options
Chat Rooms Chat Help Help News News Log in to WebBoard Log in Not Logged in
Show tree view Topic
Topic Page 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Go to previous topicPrev TopicGo to next topicNext Topic
Postnext
Adam JonesSubject: Error When Using XMLConverters dll in Visual Studio 2005 to convert csv to xml with a conv file that has an associated xsd file
Author: Adam Jones
Date: 09 Nov 2007 12:59 PM
I have created a conversion file using Stylus Studio 2007. This file just contains the instructions for converting a simple csv file to xml. One catch though is that I am using a schema to validate the xml file that is created. This works fine in the Stylus Studio IDE. However when I go to my project in Visual Studio 2005 and try to convert the file using the associated conv file I get an error as below:

Error during conversion: Invalid name character in 'xmlns:xsi'. The ':' character, hexadecimal value 0x3A, cannot be included in a name.

Here's the code:

Dim inStream As Stream = File.OpenRead("C:\ThreeWayMatch\ProcessingDirectories\vbh8866ftpuser\Copy of Rotary 2007-11-02.CSV")
Dim outStream As Stream = File.OpenWrite("C:\ThreeWayMatch\TempXMLFiles\testing.xml")

Dim converterSource As New InputStreamSource(inStream)
Dim converterResult As New OutputStreamResult(outStream)

Dim converter As String = "converter:C:\ThreeWayMatch\TempXMLFiles\Untitled1.conv"
Dim factory As New ConverterFactory
Dim toXml As Converter = factory.CreateConvertToXml(converter)
toXml.Convert(converterSource, converterResult)

Pretty straight forward, anyone have any suggestions?

Postnext
Tony LavinioSubject: Error When Using XMLConverters dll in Visual Studio 2005 to convert csv to xml with a conv file that has an associated xsd file
Author: Tony Lavinio
Date: 12 Nov 2007 07:21 PM
Where is the reference to the schema file?
Could you package together a test case in a .zip file
and send it to stylus-field-report@progress.com ?

Postnext
Adam JonesSubject: Error When Using XMLConverters dll in Visual Studio 2005 to convert csv to xml with a conv file that has an associated xsd file
Author: Adam Jones
Date: 13 Nov 2007 08:03 AM
I packaged the xsd, conv and csv file and sent them to the email address you specified with the subject "Test Case For XMLConverter Error".

Thanks

Postnext
Tony LavinioSubject: Error When Using XMLConverters dll in Visual Studio 2005 to convert csv to xml with a conv file that has an associated xsd file
Author: Tony Lavinio
Date: 15 Nov 2007 08:20 PM
I built a project and ran it, and the XML validated find
against your XSD, except that I had to change 'row' to
'lineItem'.

How exactly were you validating the output? What does the
rest of your program look like? Does the testing.xml
include any namespace output? (I didn't see any when I
ran the code you sent.)

Posttop
Adam JonesSubject: Error When Using XMLConverters dll in Visual Studio 2005 to convert csv to xml with a conv file that has an associated xsd file
Author: Adam Jones
Date: 16 Nov 2007 08:12 AM
Pardon my ignorance but I thought the validation occurred when the file was converted using the conv file because I have a schema defined within the conv file properties.

 
Topic Page 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Go to previous topicPrev TopicGo to next topicNext Topic
Download A Free Trial of Stylus Studio 6 XML Professional Edition Today! Powered by Stylus Studio, the world's leading XML IDE for XML, XSLT, XQuery, XML Schema, DTD, XPath, WSDL, XHTML, SQL/XML, and XML Mapping!  
go

Log In Options

Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio® and DataDirect XQuery ™are from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2016 All Rights Reserved.