RE: XML Tutorial

2004-01-14 Thread Chipp Walters
Hi Thomas, You also might want to take a look at: http://www.w3schools.com/xml/default.asp A very quick and concise look at XML -Chipp > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Thomas J > McGrath III > Sent: Monday, January 12, 2004 9:41 AM > T

Re: XML Tutorial

2004-01-13 Thread Alex Rice
On Jan 13, 2004, at 8:48 PM, tuviah snyder wrote: Well in the future we may support XPATH, which would enable you to query XML in powerful ways. You'll notice that the paths revXML returns are already xpath compatible. Great! Yeah I thought that the revXML node path syntax looked vaguely familia

Re: XML Tutorial

2004-01-13 Thread tuviah snyder
> repeat for each line tLine of Macbeth > if matchText(tLine, "Speaker:(.+)$", tSpeaker) > revAddXMLNode(tDocID, tParent, "speaker", tSpeaker) > end if > -- etc for speech, stagedir, etc, etc. > end repeat > Well in the future we may support XPATH, which would enable you to query XML in p

Re: [OT] Re: XML Tutorial

2004-01-13 Thread Alex Rice
On Jan 13, 2004, at 1:21 PM, Graham Samuel wrote: Sorry, this really has got OT now, so I'll shut up after this, but I'm still looking to make sense of a phrase like "typing in the XML markup". Not really off topic, if we are using revXML to do it:-) You have it right. XML is "extensible" marku

[OT] Re: XML Tutorial

2004-01-13 Thread Graham Samuel
On Tue, 13 Jan 2004 09:29:01 -0700,Alex Rice <[EMAIL PROTECTED]> wrote: On Jan 13, 2004, at 4:09 AM, Graham Samuel wrote: > I am using this to infer what XML is and what it's for - I know, this > was not Alex's intention when writing his post, but in fact it takes > me quite a long way. It was m

Re: XML Tutorial

2004-01-13 Thread Alex Rice
On Jan 13, 2004, at 4:09 AM, Graham Samuel wrote: I am using this to infer what XML is and what it's for - I know, this was not Alex's intention when writing his post, but in fact it takes me quite a long way. It was my intent, more or less :-) However the question I can't tackle intuitively fr

Re: XML Tutorial

2004-01-13 Thread Graham Samuel
On Tue, 13 Jan 2004 00:00:28 -0700, Alex Rice <[EMAIL PROTECTED]> wrote: On Jan 12, 2004, at 8:41 AM, Thomas J McGrath III wrote: > Does anyone have a stack that shows how XML's work in Rev for > 'beginners'? I think core concepts with revXML are: [interesting stuff on revXML and then more genera

Re: XML Tutorial

2004-01-13 Thread Joël Guillod
By taking a look at the xmltree-view.rev file in the Sample Stacks folder of the Rev application folder, I have been able to build many pretty interesting functionality. Be aware that the Rev documentation is not quite accurate, for instance I found that some parameters are not mentionned in the do

Re: XML Tutorial

2004-01-13 Thread Alex Rice
On Jan 12, 2004, at 8:41 AM, Thomas J McGrath III wrote: Does anyone have a stack that shows how XML's work in Rev for 'beginners'? I think core concepts with revXML are: A xml tree ID (doc ID) is just an integer. Save it in a variable, for use with the other revxml functions. A xml node ID is

Re: XML Tutorial

2004-01-12 Thread Graham Samuel
On on, 12 Jan 2004 10:41:13 -0500, Thomas J McGrath III <[EMAIL PROTECTED]> wrote: Does anyone have a stack that shows how XML's work in Rev for 'beginners'? I don't know anything about XML. I found "Way too much" on the web and not enough of how it concerns usage in REV. I can learn more in thir

RE: XML Tutorial

2004-01-12 Thread Ken Ray
Tom, An alternative to Rev's xml DLL is the all-Transcript XML Library at: http://www.sonsothunder.com/products/metacard/xmllib.htm Full docs are included (you can even read them online from the page above). Just providing options... :-) Ken Ray Sons of Thunder Software Email: [EMAIL PROTECT

Re: XML Tutorial

2004-01-12 Thread Trevor DeVore
On Jan 12, 2004, at 11:50 AM, Thomas J McGrath III wrote: Where the h*ll did that come from I swear it was not in there before?? Thanks Trevor I only found it because someone else pointed it out to me :-) -- Trevor DeVore Blue Mango Multimedia [EMAIL PROTECTED] _

Re: XML Tutorial

2004-01-12 Thread Thomas J McGrath III
Where the h*ll did that come from I swear it was not in there before?? Thanks Trevor TOm On Jan 12, 2004, at 11:14 AM, Trevor DeVore wrote: On Jan 12, 2004, at 8:41 AM, Thomas J McGrath III wrote: Hello everyone, Does anyone have a stack that shows how XML's work in Rev for 'beginners'?

Re: XML Tutorial

2004-01-12 Thread Trevor DeVore
On Jan 12, 2004, at 8:41 AM, Thomas J McGrath III wrote: Hello everyone, Does anyone have a stack that shows how XML's work in Rev for 'beginners'? I don't know anything about XML. I found "Way too much" on the web and not enough of how it concerns usage in REV. I can learn more in thirty min