Boyd,

To answer part of your question, try the following (from the message window)
set x = value("#"&"test")
put x
-- #test

I too am just trying to wrap my head around xml, and have found this 
little trick useful in other cases.

And, slightly off topic, are you the Boyd in Winnipeg? I think we met 
briefly at RRC with Brendan?? Your name sounds too familiar.

Dwayne.


At 21:47 -0400 15/04/01, Lingo-L Digest wrote:
>From: Boyd Speer <[EMAIL PROTECTED]>
>Subject: <lingo-l> XML and  Activex with director
>
>This is a 2 part question...
>I am trying to use xml to store some data. I would like to use an xmlparser
>to make the data into a useable lingo list.
>I am able to get the XMLParser Xtra to parse the text file but it is such a
>horrendously indecipherable list with all the unwanted "!ATTRIBUTES" : [:]
>junk that I am hoping to :
>       1. find another parser in the form of an activeX control
>               or
>       2. find a way to strip out the unnecessary stuff inserted by 
>the XMLParser.
>
>       Also if a property name appears as a "string" in the list is there a
>syntax for using the string like:
>       pxmlList.symbol("patient")
>or is there a neat way to convert the "string" property names to a symbol
>like:
>       ["patient":["age":[],"gender":[]]]  becomes 
>[#patient:[#age:[],#gender:[]]]
>
>Thanks for any insights, guys
>- -Boyd Speer
>Touchstone Digital Design

[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to