<?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 2007, House of Fusion</copyright> 
<lastBuildDate>Sun, 23 Nov 2008 01:26:51 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[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[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[Searching ]]></title> 
	<description><![CDATA[I will read the transformed contents(xml trasformed to html) in a DIV container.<br>
	and Will read XML in Another DIV container.I will select the transformed text<br>
	and make it bold,italic,underline etc then i need to find the text that has been<br>
	made bolt,<BR> [<A href="http://www.houseoffusion.com/groups/xml/message.cfm/messageid:215"  title="XML: Searching ">more</A>]]]></description> 
	<pubDate>Thu, 11 Jan 2007 12:01:00 GMT</pubDate> 
	<dc:author>mira mira </dc:author> 
	<guid>http://www.houseoffusion.com/groups/xml/message.cfm/messageid:215</guid> 
</item>

<item>
	<title><![CDATA[edit wddx using browser and save]]></title> 
	<description><![CDATA[Hello,<br>
	<br>
	I was wondering if anyone knew of a tool or a way to visually display a wddx file using a browser with the ability to edit an element within the wddx file.&nbsp;&nbsp;Then be able to save the changes to the wddx file<BR> [<A href="http://www.houseoffusion.com/groups/xml/message.cfm/messageid:214"  title="XML: edit wddx using browser and save">more</A>]]]></description> 
	<pubDate>Thu, 14 Dec 2006 12:56:00 GMT</pubDate> 
	<dc:author>Simon Chang </dc:author> 
	<guid>http://www.houseoffusion.com/groups/xml/message.cfm/messageid:214</guid> 
</item>

<item>
	<title><![CDATA[editing xml]]></title> 
	<description><![CDATA[There is one standard xml.<br>
	Actually I want to edit my xml contents and update in the xml file.<br>
	For example based on the xslt my xml code must get displayed in<br>
	some interface which should have a basic formatting options like bold,italic,underline etc.<br>
	<BR> [<A href="http://www.houseoffusion.com/groups/xml/message.cfm/messageid:213"  title="XML: editing xml">more</A>]]]></description> 
	<pubDate>Sat, 18 Nov 2006 02:10:00 GMT</pubDate> 
	<dc:author>mira mira </dc:author> 
	<guid>http://www.houseoffusion.com/groups/xml/message.cfm/messageid:213</guid> 
</item>

<item>
	<title><![CDATA[editing xml]]></title> 
	<description><![CDATA[On 11/15/06 1:52 AM, mira mira wrote:<br>
	&gt; Please give me some examples and sample code to do this.<br>
	<br>
	What sort of XML are you dealing with?&nbsp;&nbsp;Do you just want syntax highlighting<br>
	(EditPlus et al), do you want something that can take a schema or DTD and<br>
	<BR> [<A href="http://www.houseoffusion.com/groups/xml/message.cfm/messageid:212"  title="XML: editing xml">more</A>]]]></description> 
	<pubDate>Fri, 17 Nov 2006 12:49:00 GMT</pubDate> 
	<dc:author>Damien McKenna </dc:author> 
	<guid>http://www.houseoffusion.com/groups/xml/message.cfm/messageid:212</guid> 
</item>

<item>
	<title><![CDATA[editing xml]]></title> 
	<description><![CDATA[I need to develope the tool for editing the xml.<br>
	that is online xml editing.<br>
	The tool should be similar to WUSIWUG html Editor.<br>
	<br>
	Please give me some examples and sample code to do this.<br>
	<br>
	Thanks<BR> [<A href="http://www.houseoffusion.com/groups/xml/message.cfm/messageid:211"  title="XML: editing xml">more</A>]]]></description> 
	<pubDate>Wed, 15 Nov 2006 03:02:00 GMT</pubDate> 
	<dc:author>mira mira </dc:author> 
	<guid>http://www.houseoffusion.com/groups/xml/message.cfm/messageid:211</guid> 
</item>

<item>
	<title><![CDATA[Importing XML into SQL Server 2000]]></title> 
	<description><![CDATA[hi, how about MS Access? <br>
	<br>
	<br>
	&gt;Yes, in SQL Server 2000, not sure how much XML stuff there is in SqlServer<br>
	&gt;7.<br>
	&gt;<br>
	&gt;Look up &quot;Importing XML&quot; in BOL , or &quot;SQL Server and XML Support&quot; for a more<br>
	&gt;general overview<br>
	&gt;<br>
	&gt;Justin<BR> [<A href="http://www.houseoffusion.com/groups/xml/message.cfm/messageid:210"  title="XML: Importing XML into SQL Server 2000">more</A>]]]></description> 
	<pubDate>Thu, 02 Nov 2006 09:41:00 GMT</pubDate> 
	<dc:author>Sinuy L </dc:author> 
	<guid>http://www.houseoffusion.com/groups/xml/message.cfm/messageid:210</guid> 
</item>

<item>
	<title><![CDATA[Search XML Tree help]]></title> 
	<description><![CDATA[Thanks Rob!&nbsp;&nbsp;I'll give this a try and let you know how I fare.<br>
	<br>
	--Chris<br>
	<br>
	&gt;Something like<br>
	&gt;<br>
	&gt;XMLSearch ( myXML, '/employee[@id='jjones']/*' )<br>
	&gt;<br>
	&gt;Should do the trick.&nbsp;&nbsp;I didn't test this and I'm not certain of the&nbsp;&nbsp;<br>
	&gt;&quot;*&quot;, but that should get you in<BR> [<A href="http://www.houseoffusion.com/groups/xml/message.cfm/messageid:209"  title="XML: Search XML Tree help">more</A>]]]></description> 
	<pubDate>Thu, 19 Oct 2006 01:44:00 GMT</pubDate> 
	<dc:author>Christopher Chin </dc:author> 
	<guid>http://www.houseoffusion.com/groups/xml/message.cfm/messageid:209</guid> 
</item>

<item>
	<title><![CDATA[Search XML Tree help]]></title> 
	<description><![CDATA[Something like<br>
	<br>
	XMLSearch ( myXML, '/employee[@id='jjones']/*' )<br>
	<br>
	Should do the trick.&nbsp;&nbsp;I didn't test this and I'm not certain of the&nbsp;&nbsp;<br>
	&quot;*&quot;, but that should get you in the neighborhood.<br>
	<br>
	Rob Wilkerson<br>
	<br>
	On Oct 18, 2006, at 6:23 PM, Christopher<BR> [<A href="http://www.houseoffusion.com/groups/xml/message.cfm/messageid:208"  title="XML: Search XML Tree help">more</A>]]]></description> 
	<pubDate>Wed, 18 Oct 2006 07:13:00 GMT</pubDate> 
	<dc:author>Rob Wilkerson </dc:author> 
	<guid>http://www.houseoffusion.com/groups/xml/message.cfm/messageid:208</guid> 
</item>

<item>
	<title><![CDATA[Search XML Tree help]]></title> 
	<description><![CDATA[First off, I'm an XML newbie, but not a CF newbie :)<br>
	<br>
	I'm trying to figure out how to search an xml document that is being handed to me by another process within the company.&nbsp;&nbsp;Basically it's a small database.<br>
	<br>
	Here's a sample:<br>
	&lt;employee id=&quot;jsmith<BR> [<A href="http://www.houseoffusion.com/groups/xml/message.cfm/messageid:207"  title="XML: Search XML Tree help">more</A>]]]></description> 
	<pubDate>Wed, 18 Oct 2006 06:33:00 GMT</pubDate> 
	<dc:author>Christopher Chin </dc:author> 
	<guid>http://www.houseoffusion.com/groups/xml/message.cfm/messageid:207</guid> 
</item>

<item>
	<title><![CDATA[Wddx Bad Request]]></title> 
	<description><![CDATA[Hi,<br>
	<br>
	Would like to know what's going on here.<br>
	<br>
	i've got this query:<br>
	<br>
	&lt;cfquery name =&quot;selection&quot; datasource=&quot;#application.dsn#&quot;&gt;<br>
								<br>
		select item1,item2,item3, .... item80<br>
												<br>
		from tableXY<br>
		<br>
		where item1 like 'something<BR> [<A href="http://www.houseoffusion.com/groups/xml/message.cfm/messageid:206"  title="XML: Wddx Bad Request">more</A>]]]></description> 
	<pubDate>Thu, 07 Sep 2006 05:43:00 GMT</pubDate> 
	<dc:author>Jens Maschke </dc:author> 
	<guid>http://www.houseoffusion.com/groups/xml/message.cfm/messageid:206</guid> 
</item>



<item>
	<title><![CDATA[There has never been a better time to be a ColdFusion Developer]]></title> 
	<description><![CDATA[Adobe&reg; ColdFusion&reg; 8 software is a must-have release for developers to create compelling internet applications that fit in today's enterprise environment.  Now you can build rich and engaging application experiences for users that do more and look better faster than ever.

There has never been a better time to be a ColdFusion Developer.

Get the Free Trial]]></description> 
	<guid>http://ad.doubleclick.net/clk;207172701;29440100;m</guid>
	<pubDate>Sun, 23 Nov 2008 01:26:51 GMT</pubDate> 
	<dc:author>Adobe Systems</dc:author> 
</item>

<item>
	<title><![CDATA[Converting Unicode via XSLT]]></title> 
	<description><![CDATA[It doesn't look like there's much activity on this list, but I'm going<br>
	to post anyway in the hopes that someone is listening...<br>
	<br>
	I'm trying to use XSLT to convert XML to XML.&nbsp;&nbsp;Specifically, I'm<br>
	converting a feed (RDF, RSS 2.0, Atom 1.0) into RSS 2.0 <BR> [<A href="http://www.houseoffusion.com/groups/xml/message.cfm/messageid:205"  title="XML: Converting Unicode via XSLT">more</A>]]]></description> 
	<pubDate>Mon, 15 May 2006 11:55:00 GMT</pubDate> 
	<dc:author>Rob Wilkerson</dc:author> 
	<guid>http://www.houseoffusion.com/groups/xml/message.cfm/messageid:205</guid> 
</item>

<item>
	<title><![CDATA[Question of Presentation Style]]></title> 
	<description><![CDATA[What is your question?<br>
	<br>
	On 12/22/05, Wally Randall &lt;wally.randall@comcast.net&gt; wrote:<br>
	&gt; I have been asked to generate an XML feed of data from a report to be available to users who would like to import the data into their own system.<br>
	&gt;<br>
	&gt; After <BR> [<A href="http://www.houseoffusion.com/groups/xml/message.cfm/messageid:204"  title="XML: Question of Presentation Style">more</A>]]]></description> 
	<pubDate>Thu, 29 Dec 2005 01:52:00 GMT</pubDate> 
	<dc:author>Joe Eugene </dc:author> 
	<guid>http://www.houseoffusion.com/groups/xml/message.cfm/messageid:204</guid> 
</item>

<item>
	<title><![CDATA[Question of Presentation Style]]></title> 
	<description><![CDATA[I have been asked to generate an XML feed of data from a report to be available to users who would like to import the data into their own system.&nbsp;&nbsp;<br>
	<br>
	After specifying search criteria for the web-based report and executing the report, a user can request <BR> [<A href="http://www.houseoffusion.com/groups/xml/message.cfm/messageid:203"  title="XML: Question of Presentation Style">more</A>]]]></description> 
	<pubDate>Thu, 22 Dec 2005 02:47:00 GMT</pubDate> 
	<dc:author>Wally Randall </dc:author> 
	<guid>http://www.houseoffusion.com/groups/xml/message.cfm/messageid:203</guid> 
</item>

<item>
	<title><![CDATA[Help]]></title> 
	<description><![CDATA[I am parsing XML passed from a Web service<br>
	<br>
	I need to display several different &quot;business errors&quot; (not code errors)to the customer.<br>
	<br>
	The problem is that two of the business errors that I need to display have the same name (they are different errors<BR> [<A href="http://www.houseoffusion.com/groups/xml/message.cfm/messageid:202"  title="XML: Help">more</A>]]]></description> 
	<pubDate>Wed, 23 Nov 2005 11:57:00 GMT</pubDate> 
	<dc:author>Torrent Girl </dc:author> 
	<guid>http://www.houseoffusion.com/groups/xml/message.cfm/messageid:202</guid> 
</item>

<item>
	<title><![CDATA[Want to hire an XML expert for quick job]]></title> 
	<description><![CDATA[I'm looking to hire an XML expert to write code to pull a set of local XML<br>
	files into ColdFusion query objects. Please email me directly at<br>
	Michael@AttentionPlease.com<BR> [<A href="http://www.houseoffusion.com/groups/xml/message.cfm/messageid:201"  title="XML: Want to hire an XML expert for quick job">more</A>]]]></description> 
	<pubDate>Sat, 22 Oct 2005 08:32:00 GMT</pubDate> 
	<dc:author>Michael</dc:author> 
	<guid>http://www.houseoffusion.com/groups/xml/message.cfm/messageid:201</guid> 
</item>

<item>
	<title><![CDATA[Using XML file for navigation]]></title> 
	<description><![CDATA[Hi,<br>
	 <br>
	I currently have a .cfm file that I use for all the navigation on a<br>
	particular website. Depending on where you are in the site the navigation<br>
	changes. There's quite a lot of different possibilities that can occur so<br>
	they file is quite big and I<BR> [<A href="http://www.houseoffusion.com/groups/xml/message.cfm/messageid:200"  title="XML: Using XML file for navigation">more</A>]]]></description> 
	<pubDate>Thu, 04 Aug 2005 04:33:00 GMT</pubDate> 
	<dc:author>richard</dc:author> 
	<guid>http://www.houseoffusion.com/groups/xml/message.cfm/messageid:200</guid> 
</item>

<item>
	<title><![CDATA[The Fusion Authority Quarterly Update Volume 2, Issue 4 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 Best Practices and Development Environments. Just what we all need.
	
	Order now]]></description> 
	<guid>https://secure.houseoffusion.com/vol2issue4.cfm</guid>
	<pubDate>Sun, 23 Nov 2008 01:26:51 GMT</pubDate> 
	<dc:author>Fusion Authority</dc:author> 
</item>


</channel>
</rss>

