<?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: Mastering XML DB &#8211; COUNT and SUM</title>
	<atom:link href="http://technology.amis.nl/2005/05/20/mastering-the-xml-db-beast-count-and-sum/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2005/05/20/mastering-the-xml-db-beast-count-and-sum/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mastering-the-xml-db-beast-count-and-sum</link>
	<description></description>
	<lastBuildDate>Tue, 11 Jun 2013 22:09:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Marco Gralike</title>
		<link>http://technology.amis.nl/2005/05/20/mastering-the-xml-db-beast-count-and-sum/#comment-2133</link>
		<dc:creator>Marco Gralike</dc:creator>
		<pubDate>Thu, 17 Nov 2005 10:21:14 +0000</pubDate>
		<guid isPermaLink="false">/?p=567#comment-2133</guid>
		<description><![CDATA[Sean Dillon on asktom (http://asktom.oracle.com) has always very good examples. I looked it up a little bit over there (right now i am into &quot;storage&quot; performacne problems not really into select, update, deletes etc), but i think i found an artikel that displains how to do this. See artikel http://asktom.oracle.com/pls/ask/f?p=4950:8:13085855774406036280::NO::F4950_P8_DISPLAYID,F4950_P8_CRITERIA:6634140285004
(i used search for &quot;update xml sean dillon&quot;). A search there on &quot;sean dillon&quot; is a good read anyway.]]></description>
		<content:encoded><![CDATA[<p>Sean Dillon on asktom (<a href="http://asktom.oracle.com" rel="nofollow">http://asktom.oracle.com</a>) has always very good examples. I looked it up a little bit over there (right now i am into &#8220;storage&#8221; performacne problems not really into select, update, deletes etc), but i think i found an artikel that displains how to do this. See artikel <a href="http://asktom.oracle.com/pls/ask/f?p=4950:8:13085855774406036280" rel="nofollow">http://asktom.oracle.com/pls/ask/f?p=4950:8:13085855774406036280</a>::NO::F4950_P8_DISPLAYID,F4950_P8_CRITERIA:6634140285004<br />
(i used search for &#8220;update xml sean dillon&#8221;). A search there on &#8220;sean dillon&#8221; is a good read anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Foo</title>
		<link>http://technology.amis.nl/2005/05/20/mastering-the-xml-db-beast-count-and-sum/#comment-2132</link>
		<dc:creator>Foo</dc:creator>
		<pubDate>Mon, 14 Nov 2005 16:07:58 +0000</pubDate>
		<guid isPermaLink="false">/?p=567#comment-2132</guid>
		<description><![CDATA[Marco, how would one insert a new reference element into the xml block below using Oracle&#039;s XML funcs(ie: extract, updateXml). Is it possible to remove a reference element also ? It seems updateXMl w/ NULL just makes the reference element become NULL.
&lt;purchaseorder&gt;
   &lt;reference&gt;SBELL-2004100912333601PDT&lt;/reference&gt;
   &lt;reference&gt;SBELL-2004100912389972PDT&lt;/reference&gt;
&lt;/purchaseorder&gt;]]></description>
		<content:encoded><![CDATA[<p>Marco, how would one insert a new reference element into the xml block below using Oracle&#8217;s XML funcs(ie: extract, updateXml). Is it possible to remove a reference element also ? It seems updateXMl w/ NULL just makes the reference element become NULL.</p>
<purchaseorder>
   <reference>SBELL-2004100912333601PDT</reference><br />
   <reference>SBELL-2004100912389972PDT</reference>
</purchaseorder>
]]></content:encoded>
	</item>
	<item>
		<title>By: Foo</title>
		<link>http://technology.amis.nl/2005/05/20/mastering-the-xml-db-beast-count-and-sum/#comment-2131</link>
		<dc:creator>Foo</dc:creator>
		<pubDate>Mon, 14 Nov 2005 16:06:03 +0000</pubDate>
		<guid isPermaLink="false">/?p=567#comment-2131</guid>
		<description><![CDATA[Marco, do you know how I could insert a new element into an xml block like:
&lt;purchaseorder&gt;
   &lt;reference&gt;SBELL-2004100912333601PDT&lt;/reference&gt;
   &lt;reference&gt;SBELL-2004100912389972PDT&lt;/reference&gt;
&lt;/purchaseorder&gt;

How would I insert another reference element using Oracle XML DB funcs ? Is it possible also to remove a reference element completely ? deleteXML() doesnt exist in 10g]]></description>
		<content:encoded><![CDATA[<p>Marco, do you know how I could insert a new element into an xml block like:</p>
<purchaseorder>
   <reference>SBELL-2004100912333601PDT</reference><br />
   <reference>SBELL-2004100912389972PDT</reference>
</purchaseorder>
<p>How would I insert another reference element using Oracle XML DB funcs ? Is it possible also to remove a reference element completely ? deleteXML() doesnt exist in 10g</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco</title>
		<link>http://technology.amis.nl/2005/05/20/mastering-the-xml-db-beast-count-and-sum/#comment-2130</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Mon, 23 May 2005 17:37:01 +0000</pubDate>
		<guid isPermaLink="false">/?p=567#comment-2130</guid>
		<description><![CDATA[Oops, your right. I will correct it asap. Thanx Harm]]></description>
		<content:encoded><![CDATA[<p>Oops, your right. I will correct it asap. Thanx Harm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: harm</title>
		<link>http://technology.amis.nl/2005/05/20/mastering-the-xml-db-beast-count-and-sum/#comment-2129</link>
		<dc:creator>harm</dc:creator>
		<pubDate>Sat, 21 May 2005 08:02:23 +0000</pubDate>
		<guid isPermaLink="false">/?p=567#comment-2129</guid>
		<description><![CDATA[Hi Marco, can you explain the difference in node &lt;person&gt; in your XSD and node &lt;user&gt; in your data. To me it looks like your data is not being validated by your XSD, or is it?

CU Harm&lt;/user&gt;&lt;/person&gt;]]></description>
		<content:encoded><![CDATA[<p>Hi Marco, can you explain the difference in node
<person> in your XSD and node <user> in your data. To me it looks like your data is not being validated by your XSD, or is it?</p>
<p>CU Harm</user></person>
]]></content:encoded>
	</item>
</channel>
</rss>
