Paraming ColdFusion XML Documents With CFParam

Posted May 4, 2009 at 9:00 AM

Tags: ColdFusion

The other day, I was updating some old code that interacted with an XML web service. The code in question was expecting a certain XML structure to be returned, but the API had changed (or had never worked properly - I didn't write the original), and started erroring out. The problem was that XML response did not contain all the nodes that were expected in the calling code. As I was not familiar with the API, I figured the fastest way to karate chop the situation was simply to param the XML nodes if they did not exist.

But, how to do that easily? For fun, not really expecting it to work, I tried using the CFParam tag. And, much to my surprise, it totally worked! As with any CFParam tag, there is going to be the overhead of creating values that might not be used; but, in a pinch, this was the perfect solution.

To demonstrate this concept, I put this demo together:

 Launch code in new window » Download code as text file »

  • <!--- Create an XML document. --->
  • <cfxml variable="xmlGirl">
  •  
  • <girl>
  • <name>Libby</name>
  • <height>5'7"</height>
  • </girl>
  •  
  • </cfxml>
  •  
  •  
  • <!---
  • Param nodes in the XML document that we expect to exist.
  • We can do this to make sure an XML response is always
  • presented in uniformity.
  • --->
  • <cfparam
  • name="xmlGirl.girl.hair"
  • type="xml"
  • default="#XmlElemNew( xmlGirl, 'hair' )#"
  • />
  •  
  •  
  • <!--- Output new XML document structure. --->
  • <cfdump
  • var="#xmlGirl#"
  • label="XML After CFParam"
  • />

Notice that the original XML document does not have a "Hair" node. The Hair nodes gets paramed using CFParam and the XmlElemNew() function. And, running the above code, we get the following CFDump output:

 
 
 
 
 
 
ColdFusion XML Document Has New Nodes After CFParam Tag Param'd Xml Node. 
 
 
 

As you can see, the Hair node was successfully paramed in the target ColdFusion XML document. Cool stuff! I think with a little more elbow grease, it would be easy to make a function that params an entire XML document to create a unified API response. There would be a significant overhead of course; but, the overhead might be worth not having to deal with a bunch of conditional checks within the XML processing. Another blog post perhaps?

NOTE: The CFParam tag will work with both dot-notation and array-notation (ex. xmlGirl.girl[ 'hair' ]) when working with XML documents.

Download Code Snippet ZIP File

Post Comment  |  Ask Ben  |  Permalink  |  Other Searches  |  Print Page




Learning ColdFusion 9 - ColdFusion 9 tutorials, samples, examples, demos

Reader Comments

May 4, 2009 at 9:20 AM // reply »
45 Comments

Ben - does this handle multiple nodes? In other words - if you had n girl nodes would it add a <hair> child to each node? I don't mess with XML as much as I should so sorry if that's a dumb question ;)


May 4, 2009 at 9:28 AM // reply »
49 Comments

This is kind of interesting. I'm not sure I would have tried that myself considering I usually keep my CFParam's at the top of my pages.

I know you've done a boatload of posts on xml and thought you already had a different way of dealing with missing nodes though.


May 4, 2009 at 10:01 AM // reply »
6,346 Comments

@Todd,

I believe it would only param the first child. I believe that when you use the pseudo node sets (using named dot notation instead of the XmlChildren collection), it treats the dot as the first node in that given set; as such, I think even if there were multiple Girl nodes, it would only work on the first one.

If you needed to param multiple nodes, I bet you can use the array notation:

<cfparam name="xmlGirl.girl[ 1 ].hair" ... />

CFParam should work that way, assuming that it is compatible with the way XML nodes are inserted into the document.

... Hmm, you just gave me an idea! Thanks :)

@Steve,

I haven't had to deal with non-standard API responses much. Also, I would normally put CFIF statements in my processing. But, since I was not familiar with the API (I was updating someone else's old code), I thought figured this would be safer that CFIF statements.


May 4, 2009 at 10:02 AM // reply »
40 Comments

@todd: Nope it only does the first node, you would have to loop over each <girl> node I guess.


May 4, 2009 at 10:07 AM // reply »
40 Comments

Ben beat me to it! I tested it as well, and you can just use the array notation. The XML document would need a <girls> root node though of course :)


May 4, 2009 at 10:28 AM // reply »
6,346 Comments

@Justin,

Great minds think alike :D

@Todd,

Your question gave me an idea: because XML nodes are inserted by copy, not by reference, we can minimize the CFParam overhead by factoring out new node creation if we need to param nodes over a collection of elements:

http://www.bennadel.com/index.cfm?dax=blog:1579.view

Thanks!


Post Comment  |  Ask Ben

Recent Blog Comments
Nov 3, 2009 at 2:45 PM
Terms Of Service / Privacy Policy Document Generator
Great tool, many thanks! ... read »
Troy
Nov 3, 2009 at 2:43 PM
19.0 Must Be Within Range: ( 1 : 12 )
I recently had a similar ColdFusion error with no line number information to help: 11.0 must be within range: ( 1 : 7 ) The date in my Form variable was "11/11/2009" and I was doing this: DayOfWee ... read »
Justin
Nov 3, 2009 at 2:40 PM
A Moment That Touched Me - The Fountainhead
@Ben and @Brian, Someone will have to sacrifice. There are just too many people living too close together. We can't ignore that reality. ... read »
Nov 3, 2009 at 2:19 PM
A Moment That Touched Me - The Fountainhead
"I believe that part of her (Rand's) philosophy was that one could not pursue things that asked others to sacrifice themselves." Agreed. That's one of the important points people tend to overlook wh ... read »
Nov 3, 2009 at 2:07 PM
A Moment That Touched Me - The Fountainhead
@Justin, Certainly, we don't have to go overboard - I agree. After all, I just wanted to post a passage that I found moving. And, as with anything that is moving, it is that way to some and not to ... read »
Justin
Nov 3, 2009 at 2:00 PM
A Moment That Touched Me - The Fountainhead
I really don't want to string this out as I will be out maneuvered by the more astute posters. However, blogs are for opinions, even plebes, right? If your pursuit for self-fulfillment interferes wi ... read »
Nov 3, 2009 at 1:35 PM
A Moment That Touched Me - The Fountainhead
@Justin, If you were an architect, you might invite him to a party :) I don't know - I never throw parties (I don't care for them that much). I have to believe, however, that I would enjoy hearing ... read »
Justin
Nov 3, 2009 at 1:29 PM
A Moment That Touched Me - The Fountainhead
Sorry to vent all over your post. If I knew a guy like Roarke, I'd never invite him to a party (he wouldn't come anyhow), and I'd push my grocery cart three aisles down to avoid eye contact. I just w ... read »