Thanks Steve and Jeff, that gives me a great place to start. The
session.userlist is an array of structures that duplicates the shopping cart
into a saved shopping list. There could be a bad string coming from the
cart. I'll take a magnifying glass to the session.userlist var and see what
I discover.

Kory

-----Original Message-----
From: Jeff Peters [mailto:[EMAIL PROTECTED]]
Sent: Sunday, October 22, 2000 6:12 PM
To: Fusebox
Subject: Re: XML Parsing error, any ideas?


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.

------------------------------------------------------------------------------
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