[REBOL] Re: R: Re: Help on parsing

2004-03-14 Thread iNetW3
Hi Giuseppe, I don't know how you want this data returned but to print it out you can do... get-k: parse/all "KW1 555 KW1 333 KW2 444 " "" == ["KW1 555 " "" "" "" " KW1 333 KW2 444 " "" "" ""] get-k: replace/all mold get-k {" K} {"K} get-k: do get-k == ["KW1 555 " "" "" "" "KW1 333 KW2

[REBOL] Re: Announcement: REBOL/Plugin Beta-1 Released!

2004-03-13 Thread iNetW3
Thanks for the updated version, it's working for me just fine. I believe this is the one thing(IE Plug-in)that can showcase Rebol/View to the WWW and get people interested in it capabilities. It would be nice to have AltMe in the web page. We and non-Rebolers' could participate more often throu

[REBOL] Re: object2XML

2004-03-12 Thread iNetW3
Do you want the parsed xml displayed? And if so, how are you wanting it to be displayed. I'm not familiar with seeing xml DOM's showing parsed output xml unless it's called with xml functions or through a viewer/editor. The functions chosen for %quickparse.r are the ECMAscript binding funct

[REBOL] Re: object2XML

2004-03-08 Thread iNetW3
no matter how you spin it, whatever route you go with the browsers, XML plugs has to be built into the Rebol API or it won't be practical to use. Unless the Plug-in is only to launch Reblets from the browser, than RT has done there job very well. - Original Message - From: iNetW3

[REBOL] Re: object2XML

2004-03-08 Thread iNetW3
Hello T.B., Try my quickparser.r script at Rebol.org Search for *quickparser* Your right about Rebol and XML. I believe sooner or later Carl will either add an xmlparser as a dll or functions to the REBOL exe. The closer they get to an IE plug-in, the more they will see Rebol really needs to de

[REBOL] Re: Wake up ;-)

2004-03-02 Thread iNetW3
Finally, a Plug-in But it's just not working for me. My IE settings are all correct. Has anyone gotten it to work for them? - Original Message - From: Henrik Mikael Kristensen <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 02, 2004 3:33 AM Subject: [REBOL] Re: Wake up

[REBOL] Re: REBOL [REBOL.org] Packages announcement and competition

2004-02-20 Thread iNetW3
Hi Sunanda, Thanks very much for the service. Plarform: WIN95/98 Does'nt run under Rebol/core 2.5.0.3.1 Runs' under Rebol/view 1.1.0.3.1 -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: I want time!, not string!

2004-02-19 Thread iNetW3
Hi Hallvard, look at >> HELP JOIN ARGUMENTS: value -- Base value (Type: any) rest -- Value or block of values (Type: any) whatever type? the first value is (the Base value), the second argument (the rest) will adopt it's type?. in your case *print join "Took" * is a string so, *s*

[REBOL] Re: auto id's for vid objects

2004-02-17 Thread iNetW3
By the way, Thanks Ingo, you got it right. I can stop hitting my head now. - Original Message - From: Ingo Hohmann <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 17, 2004 3:34 AM Subject: [REBOL] Re: auto id's for vid objects > > Hi iNetW3,

[REBOL] Re: auto id's for vid objects

2004-02-17 Thread iNetW3
ert :mark reduce [txt txt_count: txt_count + 1":"{ }] > mark: skip mark 14) :mark > ] > ] > parse/all x rule > probe x > > button_count: txt_count: 0 > > parse/all y rule > probe y > > halt > > > > > On Mon, 16 Feb 2004, iNetW3 wrote: >

[REBOL] Re: auto id's for vid objects

2004-02-16 Thread iNetW3
button" mark:( remove/part mark 6 insert mark reduce [btn button_count: button_count + 1 ":"{ }"button"]) :mark to "text" mark:( remove/part mark 4 insert mark reduce [txt txt_count: txt_count + 1 ":"{ }"text"]) :mark ] ] - Origin

[REBOL] Re: auto id's for vid objects

2004-02-15 Thread iNetW3
t; mark: > (insert :mark reduce [btn button_count: button_count + 1":"{ }] > mark: skip mark 16):mark > ] > any[ > to "text" mark: > (insert :mark reduce [txt txt_count: txt_count + 1":"{ }] > mark: skip mark 14) :mark > ] > ] > > HTH >

[REBOL] auto id's for vid objects

2004-02-15 Thread iNetW3
Hey (smaller&smaller)List, x: {button "one" button "two" text "browser"} x marked strings are changed when there found like this; {button one text "browser" button two} but not when found like this; {button one button two text "browser" } notice the repeat "button" strings one after another. {

[REBOL] Re: decode-cgi bug (?)

2004-02-10 Thread iNetW3
Hi Hallvard, Would this help any? you can replace the " replace/all "this" "this" " with a "foreach char_block" and "parse cgi (replace cgi "this" "this") -- cgi: "state=thread%20s&board=cult.tamaraswift&

[REBOL] Re: Document Object Model for REBOL

2004-01-19 Thread iNetW3
Hi Christopher, There is one function built on top of the parse-xml function called Rebol-to-xml, or something like that. It's located at its' own web site and it creates an object-tree in order to get to the xmlnodes. It's well written but I find it cumbersome writing long objects paths to get

[REBOL] Where's Carl

2004-01-05 Thread iNetW3
Hello everyone, We have been Reboling away for some time now and i would just like to know were Carl stands with Rebol and if anyone thats in the know, could get him to respond to the list especially for all the new commers in 2004.Just want to know. Happy New Years everyone. -- To unsubscr

[REBOL] parser for rebel player

2002-07-09 Thread iNetW3
Hello Reboler's I completed a GUI parser for a java rebelet player (the java+activeX rebelet players' made allready) and i would like to know if anyone could tell me how to format what i print out one tag or key = value per line to a string or block to save as a file. example: print { } PRINT rejo

[REBOL] Re: The all function.

2002-04-13 Thread iNetW3
Hello Dr. Louis, Im still learning how to Rebol my way around, so hopefully someone can correct me if Im wrong but, is code & chknum looking for type? string "9898" "BOO" or type? string and type? number "BOO" 9898 some functions will find string code the first time but afterward you must speci

[REBOL] Re: Ready for REBOL/Core 2.6?

2002-03-07 Thread iNetW3
- Original Message - From: Carl Sassenrath <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 06, 2002 12:41 PM Subject: [REBOL] Ready for REBOL/Core 2.6? > We are gearing up to release REBOL/Core 2.6. This is the same > REBOL kernel used for REBOL/Link and REBOL/Serve

[REBOL] testing

2001-04-18 Thread inetw3
testing -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.