Boy, I can't seem to find the original Devex download zip....does anyone
recognize it?   Has parser.cfm, rmcomm.cfm, proctag.cfm,
complex_to_simple.cfm and a few others in it?   Comments say: <!---
2000/2001 Written by Mhano Harkness, NSW, Australia --->

We had to slightly revise pulling out of the new data structure, but was not
a bad job.  Had to remove .value that SoXML put on there...but nothing UPS
has thrown at us in the last 9 months has caused it to crap out.


Regards,

Eric

"The reasonable man adapts himself to the world; the unreasonable one 
persists in trying to adapt the world to himself. Therefore all 
progress depends on the unreasonable man."
-- George Bernard Shaw
 

-----Original Message-----
From: John Quarto-vonTivadar [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 03, 2003 4:44 PM
To: CF-Talk

I'd like to hear about the other option, since we can perhaps make use of it
in porting Fusebox 4 from CFMX to CF5


BTW, how does one determine which version of MSXML one is using?
(sorry if that's an obvious question but it's amazing how many obvious
things are only obvious after one knows them!)


----- Original Message -----
From: <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, June 03, 2003 4:58 PM
Subject: RE: soXML help/question really needed


> We dumped soXML and used another package for this...is that an option?  I
> can provide the details if you like.
>
> Good luck, UPS is a joy!
>
>
> Regards,
>
> Eric Hoffman
> Datastream Connexion
>
> "The reasonable man adapts himself to the world; the unreasonable one
> persists in trying to adapt the world to himself. Therefore all
> progress depends on the unreasonable man."
> -- George Bernard Shaw
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 03, 2003 3:25 PM
> To: CF-Talk
>
> >Okay,we have been using soxml to return the content from UPS to a cf
> >usable format.  Apparently this morning, they started sending
> >everything with UTF-8 encoding in the xml doc.  This makes
> >action=XML2CF puke with an encoding error.  Can anyone please point me
> >to a workaround or how its been dealt with in your experience?
>
> We just ran into this problem.
>
> Our first kludge solution was to do a text replace on encoding="UTF-8" and
> replace it with an empty string. This worked but, as I said, is a kludge.
>
> The REAL solution is to edit the SOXML.cfm file and replace
>
> <cfparam name="Attributes.ProgId" default="Microsoft.XMLDom">
>
> with
>
> <cfparam name="Attributes.ProgId" default="Msxml2.DOMDocument.4.0">
>
> (This assumes, of course, that you're running version 4 of MSXML)
>
> Alternately, of course, you can send ProgId as an attribute when you can
> cf_soxml.
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to