thanx for the memory jog, guys.

sadly, unlike a UDF, I can't tear the cfwddx tag apart to turn a struct
from this 

ADDR1 = "aaa"
ADDR1_READONLY = "true"
ADDR2 = "bbb"
ADDR2_READONLY = "true"
ADDR3 = "ccc"
ADDR3_READONLY = "false"

to this (turning one dimentional data to 2D)

<ADDR1 readonly="true">aaa</ADDR1>
<ADDR2 readonly="true">bbb</ADDR2>
<ADDR3 readonly="false">ccc</ADDR3>

although, suppose I could rejig the cfwddx output, I suppose...

there really isn't a CF2XML function anywhere?

thanx
barry.b


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Adam
Cameron
Sent: Friday, 8 October 2004 2:20 PM
To: CFAussie Mailing List
Subject: [cfaussie] Re: struct to XML function, anyone?

> <cfwddx action="cf2wddx"...

Seconded.  Don't reinvent the wheel (even if this particular wheel has a
tendency to fall off ;-)

Adam

---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to
[EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/


---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to