On 22 Oct 00, at 15:53, Kory Basaraba wrote:

> ERROR:
> Error Diagnostic Information
> XML parsing error: unclosed token (error code 5, line 1, column 64997,
> buffer offset 64997)

> This is the code that caused the error message:
> <CFWDDX input="#Session.UserList#" output="SessionArr" action="WDDX2CFML">

How are you creating session.UserList?  

The error message indicates that there's a malformed tag in the XML (WDDX) 
stream.  XML requires all tags to be closed, even those that don't have a 
closing tag.  For example, <br> as in HTML is rendered <br /> in XML; the slash 
properly closes the tag.  If you're hand-crafting WDDX packets (as opposed to 
using CFWDDX), you might have failed to properly close a tag.

- Jeff

==============================================================
| Jeffrey S. Peters       | "Specialization is for insects." |
| [EMAIL PROTECTED] |                 - Lazarus Long   |
==============================================================
------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to