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
Conferences Close Tree View
+ Stylus Studio Feature Requests (1192)
- Stylus Studio Technical Forum (14621)
-> + Automation using Visual Studio (7)
-> - CSV to XML conversion help (2)
-> ->CSV to XML conversion hel...
-> + XML tree help (3)
-> + java.lang.NullPointerException... (2)
-> + Creating schema from xml - how... (3)
-> + Mismatch between intellisense ... (4)
-> + Using FOP 0.94 in XML Pipeline (2)
-> - UV Kit (1)
-> - Preview PDF as HTML? (1)
-> + ArrayIndexOutOfBoundsException... (3)
-> + WSCC to KML transform help (5)
-> + Using XSV 3.1-1 as an external... (2)
-> + Cannot debug stylesheet (2)
-> + Error installing Stylus Studio... (3)
-> - Windows XP "not responding" er... (1)
-> - Windows XP "not responding" er... (1)
-> + HTML to XSL (2)
-> + Run Stylus studio from command... (2)
-> + Setting Context for XPath Quer... (5)
-> + Batch process to check well-fo... (9)
-- Previous [1201-1220] [1221-1240] [1241-1260] Next
+ Website Feedback (249)
+ XSLT Help and Discussion (7625)
+ XQuery Help and Discussion (2017)
+ Stylus Studio FAQs (159)
+ Stylus Studio Code Samples & Utilities (364)
+ Stylus Studio Announcements (113)
Topic  
Postnext
Taron BarberSubject: CSV to XML conversion help
Author: Taron Barber
Date: 18 Mar 2008 05:36 PM
Hi,

I have just begun to work with XML and am in the process of trying to convert a csv file to XML but am having trouble. I need to get a CDATA section under one of the field elements. I need to get it setup to import as follows:

<inv>
<inventory>
<sku>
<quantity>
<url><![CDATA [import data from csv file.........
</inventory
</inv>



I can not get it to format in this way. I can only get it to import as follows:

<inv>
<inventory>
<sku>
<quantity>
<url>
</inventory>
</inv>

How do I get that CDATA section under the <url> field element?

I hope this makes a little sense. I just started getting involved in XML so I dont really know the correct terminology.

Thank you for any help


Posttop
(Deleted User) Subject: CSV to XML conversion help
Author: (Deleted User)
Date: 19 Mar 2008 06:19 AM
Hi,
ths CSV to XML converter doesn't allow to specify whether the data should be enclosed in CDATA sections, as in XML the CDATA section is just a syntactic feature that allows a user to freely type any text without the need of escaping the reserved characters (i.e. it's only useful if a human being is actually typing the data).
So an XML-compliant parser should find no difference between <[CDATA[http://www.xxxx.com/some/URL?key=value&key=value]]> and http://www.xxxx.com/some/URL?key=value&amp;key=value (note that & turned into &amp;). As a workaround, if your requirement to use CDATA sections cannot be avoided, you can post process the generated XML with an XSL indentity transformation that specifies the cdata-section-elements="url" attribute in the xsl:output instruction.

Hope this helps,
Alberto

   
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.