Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Param a node string

Status
Not open for further replies.

Jawa

Programmer
Feb 21, 2002
74
US
Hope someone can assist.

I am going after a node in xml:

Live=GetContent.XmlFeed[1].contentdata.XmlChildren[1].live.XmlText;

Then I am testing on it:

<cfif Live eq &quot;yes&quot;
#attributes.Data#
<cfelse>
Sorry this page is currently not available.
</cfif>

My problem is that the node does not always exist and every way I try to param it I get an error. Does anyone know if I can param out GetContent.XmlFeed[1].contentdata.XmlChildren[1].live.XmlText;?

Thanks!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top