if I know that the xml is valid, why would the xmlSearch()
bug out telling me this:

coldfusion.runtime.CfJspPage$ComplexObjectException: Complex object types
cannot be converted to simple values.

<cfoutput>

<cfif len(getData.assetUpdate)>

<cfset tony = xmlParse(getData.AssetUpdate[i])>

<tr>
<td valign="top" colspan="8" bgcolor="##efefb8">
#xmlSearch(tony,"/AssetUpdate/Id/IpAddress")#
</td>
</tr>

<cfelse>

<tr>
<td valign="top" colspan="8" bgcolor="##efefb8">
No Data Available
</td>
</tr>

</cfif>

</cfoutput>

...tony

tony weeg
senior web applications architect
navtrak, inc.
www.navtrak.net
[EMAIL PROTECTED]
410.548.2337
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to