<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Convert XML to CSV</title>
	<atom:link href="http://blog.mclaughlinsoftware.com/oracle-sql-programming/how-to-convert-xml-to-csv-and-upload-into-oracle/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mclaughlinsoftware.com</link>
	<description>Michael McLaughlin's Technical Blog</description>
	<lastBuildDate>Fri, 12 Mar 2010 07:01:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mathew P</title>
		<link>http://blog.mclaughlinsoftware.com/oracle-sql-programming/how-to-convert-xml-to-csv-and-upload-into-oracle/comment-page-1/#comment-12801</link>
		<dc:creator>Mathew P</dc:creator>
		<pubDate>Fri, 04 Dec 2009 05:28:14 +0000</pubDate>
		<guid isPermaLink="false">http://maclochlainn.wordpress.com/?page_id=44#comment-12801</guid>
		<description>If you run into problems while creating the external table, try replacing the &quot;REJECT LIMIT 0&quot; part by &quot;REJECT LIMIT UNLIMITED&quot;</description>
		<content:encoded><![CDATA[<p>If you run into problems while creating the external table, try replacing the &#8220;REJECT LIMIT 0&#8243; part by &#8220;REJECT LIMIT UNLIMITED&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maclochlainn</title>
		<link>http://blog.mclaughlinsoftware.com/oracle-sql-programming/how-to-convert-xml-to-csv-and-upload-into-oracle/comment-page-1/#comment-26</link>
		<dc:creator>maclochlainn</dc:creator>
		<pubDate>Fri, 19 Sep 2008 05:39:43 +0000</pubDate>
		<guid isPermaLink="false">http://maclochlainn.wordpress.com/?page_id=44#comment-26</guid>
		<description>Yong,

Unfortunately, when I copied the code in as plain text there were two outcomes. The first is that people can cut and paste. The second was that the apostrophes weren&#039;t purely ASCII apostrophes because Wordpress converted them to specialized characters.

While you could replace the extended character set apostrophes in an editor and run the sample code, it was tedious. Your error appears to indicate that the quotes aren&#039;t matched.

I&#039;ve updated all the code to now work with a direct copy into your console or file. It&#039;s one of the reasons why I moved the blog off wordpress.com because they don&#039;t provide that control for plugins.</description>
		<content:encoded><![CDATA[<p>Yong,</p>
<p>Unfortunately, when I copied the code in as plain text there were two outcomes. The first is that people can cut and paste. The second was that the apostrophes weren&#8217;t purely ASCII apostrophes because Wordpress converted them to specialized characters.</p>
<p>While you could replace the extended character set apostrophes in an editor and run the sample code, it was tedious. Your error appears to indicate that the quotes aren&#8217;t matched.</p>
<p>I&#8217;ve updated all the code to now work with a direct copy into your console or file. It&#8217;s one of the reasons why I moved the blog off wordpress.com because they don&#8217;t provide that control for plugins.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yong</title>
		<link>http://blog.mclaughlinsoftware.com/oracle-sql-programming/how-to-convert-xml-to-csv-and-upload-into-oracle/comment-page-1/#comment-27</link>
		<dc:creator>Yong</dc:creator>
		<pubDate>Thu, 18 Sep 2008 23:12:03 +0000</pubDate>
		<guid isPermaLink="false">http://maclochlainn.wordpress.com/?page_id=44#comment-27</guid>
		<description>I tried your example and got this error

-bash-3.00$ java org.apache.xalan.xslt.Process -IN test.xml -XSL filter.xsl -TEXT
[Fatal Error] filter.xsl:2:25: Open quote is expected for attribute &quot;version&quot; associated with an  element type  &quot;xsl:stylesheet&quot;.
file:///export/home/ywu/xml/filter.xsl; Line #2; Column #25; org.xml.sax.SAXParseException: Open quote is expected for attribute &quot;version&quot; associated with an  element type  &quot;xsl:stylesheet&quot;.

(Location of error unknown)XSLT Error (javax.xml.transform.TransformerException): No xml-stylesheet PI found in: test.xml
Exception in thread &quot;main&quot; java.lang.RuntimeException: No xml-stylesheet PI found in: test.xml
        at org.apache.xalan.xslt.Process.doExit(Process.java:1155)
        at org.apache.xalan.xslt.Process.main(Process.java:1128)</description>
		<content:encoded><![CDATA[<p>I tried your example and got this error</p>
<p>-bash-3.00$ java org.apache.xalan.xslt.Process -IN test.xml -XSL filter.xsl -TEXT<br />
[Fatal Error] filter.xsl:2:25: Open quote is expected for attribute &#8220;version&#8221; associated with an  element type  &#8220;xsl:stylesheet&#8221;.<br />
file:///export/home/ywu/xml/filter.xsl; Line #2; Column #25; org.xml.sax.SAXParseException: Open quote is expected for attribute &#8220;version&#8221; associated with an  element type  &#8220;xsl:stylesheet&#8221;.</p>
<p>(Location of error unknown)XSLT Error (javax.xml.transform.TransformerException): No xml-stylesheet PI found in: test.xml<br />
Exception in thread &#8220;main&#8221; java.lang.RuntimeException: No xml-stylesheet PI found in: test.xml<br />
        at org.apache.xalan.xslt.Process.doExit(Process.java:1155)<br />
        at org.apache.xalan.xslt.Process.main(Process.java:1128)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://blog.mclaughlinsoftware.com/oracle-sql-programming/how-to-convert-xml-to-csv-and-upload-into-oracle/comment-page-1/#comment-29</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Mon, 23 Jun 2008 00:33:37 +0000</pubDate>
		<guid isPermaLink="false">http://maclochlainn.wordpress.com/?page_id=44#comment-29</guid>
		<description>As an alternative, if you have Apex installed (10g) or enabled (11g), you have the option to load data in either XML or CSV format.</description>
		<content:encoded><![CDATA[<p>As an alternative, if you have Apex installed (10g) or enabled (11g), you have the option to load data in either XML or CSV format.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
