XML / Apache questions
Bill Campbell
linux-sxs
Mon Oct 31 12:24:21 PST 2005
On Mon, Oct 31, 2005, Vu Pham wrote:
>Sorry for this stupid question. Never worked on this before.
>
>There is a requirement to input data via XML/Apache. I am reading some XML
>stuff, and at the same time I have some questions to make thing clearer.
>
>1. Will I send data to a remote web server via a XML file ?
>2. From the client side ( where data will be sent from ), will that action
>be able to do via a command line ?
>3. If so, what tool helps me to do that ( the client side - my side - is
>Linux ) ?
>4. My server may also needs to receive data. Then what tool will go with
>Apache ( I have Apache on my server ) to receive/parse these XML and write
>it to a raw text file ?
How long is a rope?
It sounds like you need to do some studying on XML. You might
begin with an overview such as the book ``XML Processing with
Perl, Python, and PHP'' by Martin C. Brown. I would recommend
checking bookpool.com, probably the least expensive place to get
technical books, and do searches on XML and XSLT -- a very
versatile template system that allows one to map XML to
practically anything.
You may also want to look at XML-RPC, a very simple transport to
do remote procedure calls using XML to pass information to an
from the server. SOAP is a far more ambitious system to provide
web services.
Bill
--
INTERNET: bill at Celestial.COM Bill Campbell; Celestial Software LLC
UUCP: camco!bill PO Box 820; 6641 E. Mercer Way
FAX: (206) 232-9186 Mercer Island, WA 98040-0820; (206) 236-1676
URL: http://www.celestial.com/
The only logical reason to take guns away from responsible people is to
give irresponsible people an edge in the perpetration of their crimes
against us. -- The Idaho Observer, Vol. 1, No. 2 February 1997
More information about the Linux-users
mailing list