Hi Kent,

Funnily enough I had a feeling you'd have something to say here as I did
have a read of your page on GXMP. Are you using PHP to parse the data and in
that case have you featured in PHP's own XML functions?

Because the sites I work on are virtually hosted I cannot guarantee PHP to
be configured with XML so I was wondering whether it would be best to go
with an independent parser, e.g.:

http://www.phpxml.org/

...and keep the system ultra portable or stick to using PHP's XML functions.
Question is would there be any performance issues with the former method?

In fact I've got too many questions...I think the basic one was is using XML
as a basis for config files in FreeTrade a good or bad idea? Am I missing
something?

Nick

Kent Nguyen wrote:

> I'm working on an Inter-FreeTrade communication protocol.  It is XML based.
> The specification of GXMP is here.
> http://www.mslinux.com/research/gxmp.html
> 
> The idea is to share data amount different FreeTrade sites.  For instance, if
> I have a product in my store, and some guy in German would like to sell that
> product.  What I do is open up my store for hiim so that he can query the
> product and its availability.  Before any of this can be done, a standardize
> XML message protocol needs to be established.  That's why I've written GXMP.
> 
> The whole idea behind what I'm doing is interconnect all the web services.
> 
> You may heard of SOAP.  This is Microsoft protocol for XML web services.
> Their attempt with Hailstorm is to interconnect all .NET services using one
> authentication service:  Passport.

----------------------
Lab2 Design-Unit
URL: http://www.lab2.com.au
e-mail: [EMAIL PROTECTED]
----------------------


_______________________________________________
FreeTrade-dev mailing list
[EMAIL PROTECTED]
http://share.whichever.com/mailman/listinfo/freetrade-dev

Reply via email to