I am using CFAS 4.5 with WDDX ver 1.0 and the double quotes make no
difference. Any other guesses?
----- Original Message -----
From: "Stephen M. Aylor" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 25, 2000 8:42 AM
Subject: Re: WDDX/GIAXT/XSL
> 1> You may be required to use CFAS 4.5 with WDDX ver 1.0, CFAS 4.x with
WDDX
> ver .9
>
> 2> <CFWDDX ACTION='wddx2cfml' INPUT='#transformed#' OUTPUT='wddxResult'>
> might need to use "double quotes"
>
> <CFWDDX ACTION="wddx2cfml" INPUT="#transformed#" OUTPUT="wddxResult">
>
> Steve
>
>
>
> ----- Original Message -----
> From: Sean Renet <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, April 25, 2000 02:41 AM
> Subject: WDDX/GIAXT/XSL
>
>
> > So I have a WDDX packet that is being fed to my template by an xsl (xml
> > stylesheet).
> > When I try to use WDDX2CFML
> >
> > <CFX_J CLASS="GIAXT"
> > XML="D:\InetPub\wwwroot\parser\invoice.xml"
> > XSL="D:\InetPub\wwwroot\parser\invoice2wddx.xsl"
> > out="transformed" DEBUG/>
> >
> > <xmp><cfoutput>#transformed#</cfoutput></xmp>
> > <!--- Deserialize to a variable named wddxResult --->
> > Deserializing WDDX packet...<p>
> > <CFWDDX ACTION='wddx2cfml' INPUT='#transformed#' OUTPUT='wddxResult'>
> >
> > I get the following error:
> >
> > Error Diagnostic Information
> > unknown exception condition
> > TagCFWddx::execute
> >
> > Here is the WDDX Packet:
> >
> > <?xml version="1.0" encoding="utf-8"?>
> > <wddxPacket version="1.0"><header/><data><struct>
> >
> > <var name="invoiceID"><number>12345</number></var>
> >
> > <var
> >
name="dateSubmitted"><dateTime>1999-10-24T04:10:56-05:00</dateTime></var>
> >
> > <var name="contractorInfo"><struct>
> > <var name="employeeID"><number>1048</number></var>
> > <var name="firstName"><string>Marie</string></var>
> > <var name="lastName"><string>Smith</string></var>
> > <var name="address"><struct>
> > <var name="street"><string>124 Brown Street</string></var>
> > <var name="city"><string>Warren</string></var>
> > <var name="state"><string>VT</string></var>
> > <var name="zip"><string>12345</string></var>
> > <var name="country"><string>USA</string></var>
> > </struct></var>
> > <var name="voice"><string>802-555-1111</string></var>
> > <var name="fax"><string>802-555-2222</string></var>
> > <var name="email"><string>[EMAIL PROTECTED]</string></var>
> > </struct></var>
> >
> > <var name="billableHours"><array length="5">
> >
> > <var name="item"><struct>
> > <var name="date"><dateTime>1999-09-21</dateTime></var>
> > <var name="hours"><number>8</number></var>
> > <var name="description"><string>Create
graphics</string></var>
> >
> > <var name="currency"><string>USD</string></var>
> > <var name="amount"><number>45.00</number></var>
> >
> > </struct></var>
> >
> > <var name="item"><struct>
> > <var name="date"><dateTime>1999-09-22</dateTime></var>
> > <var name="hours"><number>7.5</number></var>
> > <var name="description"><string>Edit graphics</string></var>
> >
> > <var name="currency"><string>USD</string></var>
> > <var name="amount"><number>45.00</number></var>
> >
> > </struct></var>
> >
> > <var name="item"><struct>
> > <var name="date"><dateTime>1999-09-23</dateTime></var>
> > <var name="hours"><number>4</number></var>
> > <var name="description"><string>Edit graphics</string></var>
> >
> > <var name="currency"><string>USD</string></var>
> > <var name="amount"><number>45.00</number></var>
> >
> > </struct></var>
> >
> > <var name="item"><struct>
> > <var name="date"><dateTime>1999-09-23</dateTime></var>
> > <var name="hours"><number>4</number></var>
> > <var name="description"><string>Resize and compress
> > graphics</string></var>
> >
> > <var name="currency"><string>USD</string></var>
> > <var name="amount"><number>45.00</number></var>
> >
> > </struct></var>
> >
> > <var name="item"><struct>
> > <var name="date"><dateTime>1999-09-24</dateTime></var>
> > <var name="hours"><number>8</number></var>
> > <var name="description"><string>Update
graphics</string></var>
> >
> > <var name="currency"><string>USD</string></var>
> > <var name="amount"><number>45.00</number></var>
> >
> > </struct></var>
> >
> > </array></var>
> >
> > </struct></data></wddxPacket>
> >
> > What am I doing wrong? How do I get this packet to resolve to usable CF
> > variables?
> >
> >
> >
>
> --------------------------------------------------------------------------
> ----
> > Archives: http://www.eGroups.com/list/cf-talk
> > To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
> >
>
> --------------------------------------------------------------------------
----
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.