Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^3: not well-formed (invalid token)

by Prior Nacre V (Hermit)
on Oct 04, 2004 at 10:53 UTC ( [id://396180]=note: print w/replies, xml ) Need Help??


in reply to Re^2: not well-formed (invalid token)
in thread not well-formed (invalid token)

I'm not sure if you're aware of the pointless processing occurring at these four lines. The data assigned to $cat are immediately lost because this variable immediately goes out of scope. This may not be a typo, as I suggested, but it is definitely an issue you should address.

The problem you describe with XML::Simple indicates non-conformance with the published XML Specification. If you are absolutely certain about this, consider advising the module's author(s).

Regards,

PN5

Replies are listed 'Best First'.
Re^4: not well-formed (invalid token)
by Maxim (Sexton) on Oct 05, 2004 at 08:54 UTC
    I already replaced what you just suggest to me before I came back here and worked well. But XML::simplestill complains about the encode. So since I found what was the prob about the encode and after I debugged. It's good now.
    But Thanks for you suggestion. I appreciate. :)
    Maxim

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://396180]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-03-19 06:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found