> 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 powerful ways. You'll notice that the paths revXML returns are already
xpath compatible.

Tuviah

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to