> I'd like to hear about the other option, since we can perhaps
> make use of it


I am not sure "Whats the other option", it all has to involve a parser.

> in porting Fusebox 4 from CFMX to CF5

I am sure this can be done using native Java Classes(JavaBeans/Xerces
Parser)
and perhaps return the data in Java Arrays.

Any thoughts on this?


Joe Eugene


> -----Original Message-----
> From: John Quarto-vonTivadar [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 03, 2003 5:44 PM
> To: CF-Talk
> Subject: Re: soXML help/question really needed
>
>
> 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

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

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

Reply via email to