Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > XML > New to XML

Reply
Thread Tools

New to XML

 
 
Cat
Guest
Posts: n/a
 
      01-21-2004

Hi, I'm new to XML and I need a couple of very vague question
answered... I know how everyone loves those. I need to get a feel fo
what I will have to do to build a website that requests and gets
response through a link using html. Now I know the linking works it'
a system already in place however their documentation leaves somethin
to be desired.. alot to be desired. The format the requests are in i
this:

> http://www.thissite.com/xml.jsp?id=x&type=y&xml=z


x is the id particular to me
y is the type of request
z would look something like this: <SessionReques
method='runAvailabilityListQuery'><ListQuery><inpu t1>THIS</input1><input2>THAT</input2><input3>THEOTHERTHING</input3></ListQuery></SessionRequest>


What I need to know is:

Do I use xml tags to display the information that's returned to me?
They're pretty unclear about how it goes on their end but I'm assumin
that they have a similar link on their side that comes to me. The
tell me that I will recieve the information in xml format and the
display an example of it using specific xml tags so I assume that I ca
just use those tags in data islands(think I have that term correct) i
html to display the results.

The other important question is can I use javascript to access for
data, put it in variables and then insert them in that xml string t
send it to them? I'd probably write the entire string into
javascript variable and make "z" that variable if I can insert it lik
that.

It would be absolutely lovely if I could transfer the information i
the xml tags back into javascript variables once it's returned but I'
having a hard time finding anything about xml and javascript, just AS
and VB but the server I will be using is UNIX and not capable o
running ASP.

Anything anyone can tell me as well as any web resources that have thi
specific information or reference books that deal with informatio
transfer with xml or frankly anything that will tell me if I can d
this myself in a reasonable amount of time is much appreciated.
Thanks

Ca

Ca
-----------------------------------------------------------------------
Posted via http://www.forum4designers.co
-----------------------------------------------------------------------
View this thread: http://www.forum4designers.com/message35343.htm

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Javascript new-new-new-new-newbee weblinkunlimited@gmail.com Javascript 2 03-11-2008 01:15 AM
Different results parsing a XML file with XML::Simple (XML::Sax vs. XML::Parser) Erik Wasser Perl Misc 5 03-05-2006 10:09 PM
Print XML parsing to JspWriter (out) Class org.xml.sax.helpers.NewInstance can not access a member of class javax.xml.parsers.SAXParser with modifiers "protected" Per Magnus L?vold Java 0 11-15-2004 02:27 PM
What XML technologies to learn first for "XML Processing" and "XML Mapping"? Bomb Diggy Java 0 07-28-2004 07:26 AM
Help on including one XML document within another XML document using XML Schemas Tony Prichard XML 0 12-12-2003 03:18 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57