<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0" 
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>XML Mailing List RSS Feed</title> 
<link>http://www.houseoffusion.com/groups/xml</link> 
<description>Technical discussion list dealing with all aspects of XML including WDDX, XML, XSL, Xpath and even XHTML.</description> 
<language>en-us</language> 
<copyright>Copyright &#169; 2011, House of Fusion</copyright> 
<lastBuildDate>Sat, 11 Feb 2012 09:54:27 GMT</lastBuildDate> 
<webMaster>Michael Dinowitz (mdinowit@houseoffusion.com)</webMaster> 
<category>Mailing List</category>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>

<item>
	<title><![CDATA[Sharing Time: Consuming Infusionsoft XML-RPC API with Coldfusion]]></title> 
	<description><![CDATA[My God! This took me ages to figure out, alas, my ColdFusion app is now very smoothly interfacing with the Infusionsoft api. I'm sure to a lot of you, this is so easy that you would never think to post about it, but in my searches I found a LOT of other <BR> [<A href="http://www.houseoffusion.com/groups/xml/message.cfm/messageid:235"  title="XML: Sharing Time: Consuming Infusionsoft XML-RPC API with Coldfusion">more</A>]]]></description> 
	<pubDate>Wed, 12 May 2010 04:05:00 GMT</pubDate> 
	<dc:author>Dave Harding </dc:author> 
	<guid>http://www.houseoffusion.com/groups/xml/message.cfm/messageid:235</guid> 
</item>

<item>
	<title><![CDATA[Check if node has child records]]></title> 
	<description><![CDATA[Is there a way to check to see if a node has child nodes? I've got an xml<br>
	file that I'm working with that looks something like the xml below. I need<br>
	to know if the inner menu nodes have children. <br>
	<br>
	&lt;menu&gt;<br>
	<br>
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;item<BR> [<A href="http://www.houseoffusion.com/groups/xml/message.cfm/messageid:234"  title="XML: Check if node has child records">more</A>]]]></description> 
	<pubDate>Wed, 25 Jun 2008 10:04:00 GMT</pubDate> 
	<dc:author>Duane Boudreau</dc:author> 
	<guid>http://www.houseoffusion.com/groups/xml/message.cfm/messageid:234</guid> 
</item>

<item>
	<title><![CDATA[ColdFusion 8 problem with xmlsearch or malformed xml ?? access 2003 exported xml]]></title> 
	<description><![CDATA[Sweet.&nbsp;&nbsp;The // did it !!&nbsp;&nbsp;&nbsp;Thanks a bunch !!<br>
	<br>
	On Wed, May 21, 2008 at 1:31 PM, Dominic Watson &lt;<br>
	watson.dominic@googlemail.com&gt; wrote:<br>
	<br>
	&gt; Two things:<br>
	&gt;<br>
	&gt; 1. xml is case sensitive so the 'id' in the XPath expression should be<br>
	&gt; 'ID'.<br>
	&gt; 2. A single <BR> [<A href="http://www.houseoffusion.com/groups/xml/message.cfm/messageid:233"  title="XML: CF8 problem with xmlsearch or malformed xml ?? access 2003 exported xml">more</A>]]]></description> 
	<pubDate>Wed, 21 May 2008 02:41:00 GMT</pubDate> 
	<dc:author>Bob Bell</dc:author> 
	<guid>http://www.houseoffusion.com/groups/xml/message.cfm/messageid:233</guid> 
</item>

<item>
	<title><![CDATA[ColdFusion 8 problem with xmlsearch or malformed xml ?? access 2003 exported xml]]></title> 
	<description><![CDATA[Two things:<br>
	<br>
	1. xml is case sensitive so the 'id' in the XPath expression should be 'ID'.<br>
	2. A single slash to start an XPath expression basically says 'start<br>
	at the root', so '/Media_x0020_Contacts' does not match any elements<br>
	(there is no <BR> [<A href="http://www.houseoffusion.com/groups/xml/message.cfm/messageid:232"  title="XML: CF8 problem with xmlsearch or malformed xml ?? access 2003 exported xml">more</A>]]]></description> 
	<pubDate>Wed, 21 May 2008 02:33:00 GMT</pubDate> 
	<dc:author>Dominic Watson</dc:author> 
	<guid>http://www.houseoffusion.com/groups/xml/message.cfm/messageid:232</guid> 
</item>

<item>
	<title><![CDATA[ColdFusion 8 problem with xmlsearch or malformed xml ??  access 2003 exported xml]]></title> 
	<description><![CDATA[I am having a CF8 problem reading an xml file exported from Access 2003.&nbsp;&nbsp;<br>
	<br>
	My array returned from the xmlsearch function is empty.&nbsp;&nbsp;&nbsp;I dump the xml<br>
	doument I get a fully populated structure. If I validate the xml file with xmlvalidate() I get: <br>
	<br>
	1 [<BR> [<A href="http://www.houseoffusion.com/groups/xml/message.cfm/messageid:231"  title="XML: CF8 problem with xmlsearch or malformed xml ??  access 2003 exported xml">more</A>]]]></description> 
	<pubDate>Wed, 21 May 2008 12:20:00 GMT</pubDate> 
	<dc:author>Robert Bell </dc:author> 
	<guid>http://www.houseoffusion.com/groups/xml/message.cfm/messageid:231</guid> 
</item>

<item>
	<title><![CDATA[Merging 2 XML documents with identicle schema using Coldfusion?]]></title> 
	<description><![CDATA[Hi All,<br>
	<br>
	I want to know the best way to update an XML file (main store) from another XML file (updates only) which has only updates or new listings inside it.<br>
	<br>
	I'm not looking to delete any nodes, just to copy over any new nodes if they don't exist <BR> [<A href="http://www.houseoffusion.com/groups/xml/message.cfm/messageid:230"  title="XML: Merging 2 XML documents with identicle schema using Coldfusion?">more</A>]]]></description> 
	<pubDate>Mon, 25 Feb 2008 12:38:00 GMT</pubDate> 
	<dc:author>Leigh Romeo </dc:author> 
	<guid>http://www.houseoffusion.com/groups/xml/message.cfm/messageid:230</guid> 
</item>

<item>
	<title><![CDATA[Help interfacing ColdFusion  with Paymentech Orbital for Gift Card]]></title> 
	<description><![CDATA[&gt;I have a client that needs to add Paymentech Gift Card fulfilment to their <br>
	&gt;e-commerce site. The Gift Card is the simplest Paymentech protocol, it is <br>
	&gt;called FlexCache.<br>
	&gt;<br>
	&gt;I have downloaded the Java and Perl SDKs for the Orbital gateway, but it <br>
	&gt;<BR> [<A href="http://www.houseoffusion.com/groups/xml/message.cfm/messageid:229"  title="XML: Help interfacing CF with Paymentech Orbital for Gift Card">more</A>]]]></description> 
	<pubDate>Fri, 02 Nov 2007 10:41:00 GMT</pubDate> 
	<dc:author>Joseph Milton</dc:author> 
	<guid>http://www.houseoffusion.com/groups/xml/message.cfm/messageid:229</guid> 
</item>

<item>
	<title><![CDATA[Coldfusion wddx problem]]></title> 
	<description><![CDATA[Hey Becky -<br>
	<br>
	This is something that isn't exactly uncommon when dealing with XML.<br>
	My first guess is that the &quot;premature content&quot; is a result of your<br>
	URLEncodedFormat() wrapper.&nbsp;&nbsp;For giggles, just try removing the<br>
	function call.&nbsp;&nbsp;If that works, then <BR> [<A href="http://www.houseoffusion.com/groups/xml/message.cfm/messageid:228"  title="XML: Coldfusion wddx problem">more</A>]]]></description> 
	<pubDate>Sun, 09 Sep 2007 07:17:00 GMT</pubDate> 
	<dc:author>Rob Wilkerson</dc:author> 
	<guid>http://www.houseoffusion.com/groups/xml/message.cfm/messageid:228</guid> 
</item>

<item>
	<title><![CDATA[Coldfusion wddx problem]]></title> 
	<description><![CDATA[Hello,<br>
	<br>
	I have a coldfusion application which I have structured using Fusebox.&nbsp;&nbsp;I have a template that does several queries and builds up a complex structure (many fields and an array of substructures).&nbsp;&nbsp;I'm trying to serialize this structure (using <BR> [<A href="http://www.houseoffusion.com/groups/xml/message.cfm/messageid:227"  title="XML: Coldfusion wddx problem">more</A>]]]></description> 
	<pubDate>Wed, 05 Sep 2007 07:33:00 GMT</pubDate> 
	<dc:author>becky.mcdermott</dc:author> 
	<guid>http://www.houseoffusion.com/groups/xml/message.cfm/messageid:227</guid> 
</item>

<item>
	<title><![CDATA[Coldfusion wddx serialization problem]]></title> 
	<description><![CDATA[Hello,<br>
	 <br>
	I have a coldfusion application which I have structured using Fusebox.&nbsp;&nbsp;I have a template that does several queries and builds up a complex structure (many fields and an array of substructures).&nbsp;&nbsp;I'm trying to serialize this structure (using <BR> [<A href="http://www.houseoffusion.com/groups/xml/message.cfm/messageid:226"  title="XML: Coldfusion wddx serialization problem">more</A>]]]></description> 
	<pubDate>Wed, 05 Sep 2007 04:53:00 GMT</pubDate> 
	<dc:author>Becky McDermott</dc:author> 
	<guid>http://www.houseoffusion.com/groups/xml/message.cfm/messageid:226</guid> 
</item>



<item>
	<title><![CDATA[The Flex Authority Volume 1, Issue 2 is out now]]></title> 
	<description><![CDATA[If you want your Flex skills to be up-to-date then you need the Flex Authority. The current issue is all about Components: The Building Blocks of Your Applications.
	
	Order now]]></description> 
	<guid>http://www.flex-authority.com/issues/components-application-building-blocks/</guid>
	<pubDate>Sat, 11 Feb 2012 09:54:27 GMT</pubDate> 
	<dc:author>Flex Authority</dc:author> 
</item>

<item>
	<title><![CDATA[Newby XML Feed question]]></title> 
	<description><![CDATA[I manage a small niche IT job board for a specific city and was approached by a larger job board to integrate our job postings into their site and any candidate who sees the job posting on their site would be directed to mine and I need to supply them an <BR> [<A href="http://www.houseoffusion.com/groups/xml/message.cfm/messageid:225"  title="XML: Newby XML Feed question">more</A>]]]></description> 
	<pubDate>Fri, 31 Aug 2007 09:15:00 GMT</pubDate> 
	<dc:author>Keith Sims</dc:author> 
	<guid>http://www.houseoffusion.com/groups/xml/message.cfm/messageid:225</guid> 
</item>

<item>
	<title><![CDATA[Mapping UML-XMI into XML file using XSLT]]></title> 
	<description><![CDATA[Dear members;<br>
	 <br>
	can anyone help me in solving this problem:<br>
	I have an XMI file generated from UML model by Eclipse (EMF). I need to write an xslt code that can only extract only class diagrams Stereotype names, tagged values, class names, class <BR> [<A href="http://www.houseoffusion.com/groups/xml/message.cfm/messageid:224"  title="XML: Mapping UML-XMI into XML file using XSLT">more</A>]]]></description> 
	<pubDate>Wed, 08 Aug 2007 02:44:00 GMT</pubDate> 
	<dc:author>Basem Sulieman </dc:author> 
	<guid>http://www.houseoffusion.com/groups/xml/message.cfm/messageid:224</guid> 
</item>

<item>
	<title><![CDATA[Need XML advice]]></title> 
	<description><![CDATA[Here is my idea:<br>
	<br>
	&lt;project name=&quot;Southern Death Valley Gravity Survey&quot;&gt;<br>
	&nbsp;&nbsp;&lt;description&gt;<br>
	&nbsp;&nbsp;&nbsp; &lt;date&gt;June 1989&lt;/date&gt;<br>
		&lt;datacollection&gt;<br>
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;date&gt;December 1988&lt;/date&gt;<br>
		&nbsp;&nbsp;&lt;date&gt;March 1989&lt;/date<br>
		&nbsp;&nbsp;&lt;date&gt;May 1989&lt;/date&gt;<br>
	&nbsp;&nbsp;&nbsp; &lt;/datacollection&gt;<br>
		&lt;<BR> [<A href="http://www.houseoffusion.com/groups/xml/message.cfm/messageid:223"  title="XML: Need XML advice">more</A>]]]></description> 
	<pubDate>Tue, 26 Jun 2007 11:13:00 GMT</pubDate> 
	<dc:author>Russel Madere </dc:author> 
	<guid>http://www.houseoffusion.com/groups/xml/message.cfm/messageid:223</guid> 
</item>

<item>
	<title><![CDATA[Need XML advice]]></title> 
	<description><![CDATA[I need some advice on this.&nbsp;&nbsp;How would you format the XML?&nbsp;&nbsp;I have an idea, but want a second opinion.&nbsp;&nbsp;I'll post my idea tomorrow.&nbsp;&nbsp;Also, should I write an DTD or a schema?&nbsp;&nbsp;One or the other is required.&nbsp;&nbsp;Which is more difficult and which is more <BR> [<A href="http://www.houseoffusion.com/groups/xml/message.cfm/messageid:222"  title="XML: Need XML advice">more</A>]]]></description> 
	<pubDate>Mon, 25 Jun 2007 11:18:00 GMT</pubDate> 
	<dc:author>Russel Madere </dc:author> 
	<guid>http://www.houseoffusion.com/groups/xml/message.cfm/messageid:222</guid> 
</item>

<item>
	<title><![CDATA[Javascript in RSS]]></title> 
	<description><![CDATA[Does anyone know how to add a Javascript script tag to an RSS feed? It's a standard XML file, but I don't know where the Javascript would go, if at all.<br>
	<br>
	Thanks<BR> [<A href="http://www.houseoffusion.com/groups/xml/message.cfm/messageid:221"  title="XML: Javascript in RSS">more</A>]]]></description> 
	<pubDate>Thu, 21 Jun 2007 06:56:00 GMT</pubDate> 
	<dc:author>Michael Dinowitz</dc:author> 
	<guid>http://www.houseoffusion.com/groups/xml/message.cfm/messageid:221</guid> 
</item>

<item>
	<title><![CDATA[Help interfacing ColdFusion  with Paymentech Orbital for Gift Card]]></title> 
	<description><![CDATA[I have a client that needs to add Paymentech Gift Card fulfilment to their <br>
	e-commerce site. The Gift Card is the simplest Paymentech protocol, it is <br>
	called FlexCache.<br>
	<br>
	I have downloaded the Java and Perl SDKs for the Orbital gateway, but it <br>
	seems <BR> [<A href="http://www.houseoffusion.com/groups/xml/message.cfm/messageid:220"  title="XML: Help interfacing CF with Paymentech Orbital for Gift Card">more</A>]]]></description> 
	<pubDate>Fri, 25 May 2007 09:05:00 GMT</pubDate> 
	<dc:author>Jon Kusnir </dc:author> 
	<guid>http://www.houseoffusion.com/groups/xml/message.cfm/messageid:220</guid> 
</item>

<item>
	<title><![CDATA[developing Treeview for xmldata]]></title> 
	<description><![CDATA[hi<br>
	<br>
	I need to develope a treeview.<br>
	the treeview must contain all the <br>
	xml nodes.when i click each node <br>
	the node value must get displayed<br>
	in a container.so that<br>
	i can edit the node value and <br>
	i must also add the feature <br>
	for adding new xml nodes,<BR> [<A href="http://www.houseoffusion.com/groups/xml/message.cfm/messageid:219"  title="XML: developing Treeview for xmldata">more</A>]]]></description> 
	<pubDate>Mon, 30 Apr 2007 02:45:00 GMT</pubDate> 
	<dc:author>mira mira </dc:author> 
	<guid>http://www.houseoffusion.com/groups/xml/message.cfm/messageid:219</guid> 
</item>

<item>
	<title><![CDATA[public doctype issue in cold fusin XmlTransform]]></title> 
	<description><![CDATA[Hello,<br>
	I am new to Cold Fusion. I am using XmlTransform, to convert xml to html. My xml uses public doctype for dtd declaration.<br>
	Now when i run the the application,The XmlTransform looks for dtd in the in <br>
	coldfuison runtime/bin folder always and not <BR> [<A href="http://www.houseoffusion.com/groups/xml/message.cfm/messageid:218"  title="XML: public doctype issue in cold fusin XmlTransform">more</A>]]]></description> 
	<pubDate>Tue, 03 Apr 2007 02:10:00 GMT</pubDate> 
	<dc:author>ruchi thakur </dc:author> 
	<guid>http://www.houseoffusion.com/groups/xml/message.cfm/messageid:218</guid> 
</item>

<item>
	<title><![CDATA[Inserting XML Object data by looping over it with Coldfusion]]></title> 
	<description><![CDATA[Hi,<br>
	<br>
	You could try jAllora.&nbsp;&nbsp;I have used it the past and it quiet powerfull (and expensive)<br>
	It allows you to create xslt files that will handle the data manipulation for you into and out of the database.<br>
	<br>
	Cheers.<br>
	<br>
	&gt; I am trying to insert xml data <BR> [<A href="http://www.houseoffusion.com/groups/xml/message.cfm/messageid:217"  title="XML: Inserting XML Object data by looping over it with Coldfusion">more</A>]]]></description> 
	<pubDate>Fri, 09 Feb 2007 08:57:00 GMT</pubDate> 
	<dc:author>Simon Haddon </dc:author> 
	<guid>http://www.houseoffusion.com/groups/xml/message.cfm/messageid:217</guid> 
</item>

<item>
	<title><![CDATA[Inserting XML Object data by looping over it with Coldfusion]]></title> 
	<description><![CDATA[I am trying to insert xml data into a SQL db with Coldfusion by looping through the file. Some child elements do not exists in all records producing an error on the insert statement. Is there a way to check for the existence of a column name and if there <BR> [<A href="http://www.houseoffusion.com/groups/xml/message.cfm/messageid:216"  title="XML: Inserting XML Object data by looping over it with Coldfusion">more</A>]]]></description> 
	<pubDate>Fri, 09 Feb 2007 10:39:00 GMT</pubDate> 
	<dc:author>Charles Shafer </dc:author> 
	<guid>http://www.houseoffusion.com/groups/xml/message.cfm/messageid:216</guid> 
</item>

<item>
	<title><![CDATA[The Fusion Authority Quarterly Update Volume 3, Issue 1 is out now]]></title> 
	<description><![CDATA[If you want your ColdFusion skills to be up-to-date then you need the Fusion Authority Quarterly Update. The current issue is all about Data and how to make it work for you. Just what we all need.
	
	Order now]]></description> 
	<guid>http://www.fusionauthority.com/quarterly/data-how-to-make-it-work-for-you/</guid>
	<pubDate>Sat, 11 Feb 2012 09:54:27 GMT</pubDate> 
	<dc:author>Fusion Authority</dc:author> 
</item>


</channel>
</rss>


