• Program

    From BEN RITCHEY@1:393/68 to ALL on Fri Sep 5 11:43:19 2003
    =-=-=-=-=-=-= Original message BEGINs here: =-=-=-=-=-=-=

    I have a need for a special parsing program, if anyone is up to the task (?). I need to parse/convert an RSS/Xml Feed (ascii text format) to plain Text. The ONLY data I'm interested in is in multiple chunks throughout the file and delimited by either <title> and </title>, or <description> and </description>. Each chunk should get written (minus the delimiting headers) to a new text file, followed by a blank line after each one.

    I need this as a command-line DOS utility for native MS-DOS 6.22, though compatibility with Wins DOS box & Linux DOSEmu would be a big plus. The resulting raw output will be mailed to me for review and automatically processed/formatted with control characters then made available as a daily Bulletin for users on my BBS. :)

    Note: a sample input file can be D/L'd using WGet (or any browser then saving as text) from http://rss.news.yahoo.com/rss/tech ...

    --

    =-=-=-=-=-=-=-= .END of Forwarded message =-=-=-=-=-=-=-=

    --
    Keep the faith,

    : Ben http://bellsouthpwp.net/c/m/cmech617/
    : { FReq Magic INFO Direct for E-mail address }
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513 #436LM15
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Paul Quinn@3:640/384 to Ben Ritchey on Sat Sep 13 16:24:00 2003
    Hi! Ben,

    In a message to All you wrote:

    =-=-=-=-=-=-= Original message BEGINs here: =-=-=-=-=-=-=
    I have a need for a special parsing program, if anyone is up to the
    task (?). I need to parse/convert an RSS/Xml Feed (ascii text format)
    to plain Text.

    No other replies yet... mmm, I'm shocked...

    Tell whoever is doing the looking to have a gander at Htms0208.zip - short description: "Processes and removes embedded HTML commands from Web pages...".
    It may do the required filtering with some tinkering. The doover came through UTILNET back at the end of January '03.

    Cheers,
    Paul.

    --- Radius/W32 4.009-02.01.03/RC10
    * Origin: It works better if you plug it in. (ZMH only) (3:640/384)
  • From BEN RITCHEY@1:393/68 to PAUL QUINN on Sat Sep 13 15:37:32 2003
    * An ongoing debate between Paul Quinn and Ben Ritchey rages on ...

    I have a need for a special parsing program, if anyone is up to
    the task (?). I need to parse/convert an RSS/Xml Feed (ascii text
    format) to plain Text.

    PQ: > Tell whoever is doing the looking to have a gander at Htms0208.zip -
    PQ: > short description: "Processes and removes embedded HTML commands

    Yes, I use HtmStrip daily, but no go for XML. Thanks for feedback. :) I may tinker with QBasic and see if I can remember it all. Been a very long time <g> plus yard/work has priority these days. :)

    --
    Be well,

    : B. aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513 #436LM15
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Paul Quinn@3:640/384 to Ben Ritchey on Sun Sep 14 14:52:00 2003
    Hi! BEN,

    On Sat, 13 Sep 03, you wrote to me:

    Yes, I use HtmStrip daily, but no go for XML. Thanks for feedback. :)
    I may tinker with QBasic and see if I can remember it all. Been a
    very long time <g> plus yard/work has priority these days. :)

    Tell me about it. We've just had a little rain and extra sunshine as spring arrives here and there's all this green stuff popping-up everywhere. We're just 2 weeks into Spring and already it's ~90F/72% humidity in the shade/house.

    Ermm, you might be able to work the problem from the other POV. Whoever generates said output must be inserting the 'data' from a textual source. Perhaps if you ask them for copies of _their_ source(s), in a standard text form, you may not need to go through all the rigamarole.

    Cheers,
    Paul.

    --- Radius/W32 4.009-02.01.03/RC10
    * Origin: 7 Days without pizza makes one week. (ZMH only) (3:640/384)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 14 15:49:42 2003
    Hello, BEN;

    13 Sep 03 14:37, BEN RITCHEY wrote to PAUL QUINN:

    Yes, I use HtmStrip daily, but no go for XML. Thanks for feedback. :)

    I don't know about XML, but I recently had a a problem at work. Some cleverclogs decided that pure HTML generated by the Unix system wasn't good enough and munged it with M$ Office, so the files were full of M$-specific crud. HTMStrip won't touch that, either, but I found a $20 pay-shareware
    that would; Detagger, by JafSoft, http://www.jafsoft.com I think. It comes
    in two versions, the WinGUI Detagger, and the Win 32-bit console-mode
    H2ACONS. The latter does a good job of cleaning out M$ rubbish, and the author was responsive when I found a couple of glitches. Might be worth trying for XML?

    Hope this helps,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 14 13:10:13 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    RB: > $20 pay-shareware that would; Detagger, by JafSoft,
    RB: > http://www.jafsoft.com I think. It comes in two versions, the WinGUI

    Ok, thanks. RSS feeds use RDF and XML to generate Blog updates and short News highlights that can be transferred via HTTP if you know the URL. It's a mix of at least two distinct formatted data streams so any decoder would have to be specific to RSS itself (see http://backend.userland/com/rss/).

    --
    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513 #436LM15
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From BEN RITCHEY@1:393/68 to PAUL QUINN on Sun Sep 14 13:10:13 2003
    * An ongoing debate between Paul Quinn and Ben Ritchey rages on ...

    PQ: > textual source. Perhaps if you ask them for copies of _their_
    PQ: > source(s), in a standard text form, you may not need to go through all
    PQ: > the rigamarole.

    Unfortuneately that would defeat the purpose of RSS, to provide short highlights of specific subjects with links to the complete story. :)

    --
    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513 #436LM15
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 21 21:01:11 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    decoder would have to be specific to RSS itself (see
    RB: > OK. I assumed you just wanted to do with XML what HTMStrip does to
    RB: > HTML.

    If only it were that simple <g> but I've already started the thought processes <groan> towards writing it myself. Yes, I'll share. :)

    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 21 21:01:11 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    decoder would have to be specific to RSS itself (see
    RB: > OK. I assumed you just wanted to do with XML what HTMStrip does to
    RB: > HTML.

    If only it were that simple <g> but I've already started the thought processes <groan> towards writing it myself. Yes, I'll share. :)

    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 21 21:01:11 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    decoder would have to be specific to RSS itself (see
    RB: > OK. I assumed you just wanted to do with XML what HTMStrip does to
    RB: > HTML.

    If only it were that simple <g> but I've already started the thought processes <groan> towards writing it myself. Yes, I'll share. :)

    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 21 21:01:11 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    decoder would have to be specific to RSS itself (see
    RB: > OK. I assumed you just wanted to do with XML what HTMStrip does to
    RB: > HTML.

    If only it were that simple <g> but I've already started the thought processes <groan> towards writing it myself. Yes, I'll share. :)

    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 21 21:01:11 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    decoder would have to be specific to RSS itself (see
    RB: > OK. I assumed you just wanted to do with XML what HTMStrip does to
    RB: > HTML.

    If only it were that simple <g> but I've already started the thought processes <groan> towards writing it myself. Yes, I'll share. :)

    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 21 21:01:11 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    decoder would have to be specific to RSS itself (see
    RB: > OK. I assumed you just wanted to do with XML what HTMStrip does to
    RB: > HTML.

    If only it were that simple <g> but I've already started the thought processes <groan> towards writing it myself. Yes, I'll share. :)

    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 21 21:01:11 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    decoder would have to be specific to RSS itself (see
    RB: > OK. I assumed you just wanted to do with XML what HTMStrip does to
    RB: > HTML.

    If only it were that simple <g> but I've already started the thought processes <groan> towards writing it myself. Yes, I'll share. :)

    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 21 21:01:11 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    decoder would have to be specific to RSS itself (see
    RB: > OK. I assumed you just wanted to do with XML what HTMStrip does to
    RB: > HTML.

    If only it were that simple <g> but I've already started the thought processes <groan> towards writing it myself. Yes, I'll share. :)

    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 21 21:01:11 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    decoder would have to be specific to RSS itself (see
    RB: > OK. I assumed you just wanted to do with XML what HTMStrip does to
    RB: > HTML.

    If only it were that simple <g> but I've already started the thought processes <groan> towards writing it myself. Yes, I'll share. :)

    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 21 21:01:11 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    decoder would have to be specific to RSS itself (see
    RB: > OK. I assumed you just wanted to do with XML what HTMStrip does to
    RB: > HTML.

    If only it were that simple <g> but I've already started the thought processes <groan> towards writing it myself. Yes, I'll share. :)

    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 21 21:01:11 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    decoder would have to be specific to RSS itself (see
    RB: > OK. I assumed you just wanted to do with XML what HTMStrip does to
    RB: > HTML.

    If only it were that simple <g> but I've already started the thought processes <groan> towards writing it myself. Yes, I'll share. :)

    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 21 21:01:11 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    decoder would have to be specific to RSS itself (see
    RB: > OK. I assumed you just wanted to do with XML what HTMStrip does to
    RB: > HTML.

    If only it were that simple <g> but I've already started the thought processes <groan> towards writing it myself. Yes, I'll share. :)

    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 21 21:01:11 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    decoder would have to be specific to RSS itself (see
    RB: > OK. I assumed you just wanted to do with XML what HTMStrip does to
    RB: > HTML.

    If only it were that simple <g> but I've already started the thought processes <groan> towards writing it myself. Yes, I'll share. :)

    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 21 21:01:11 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    decoder would have to be specific to RSS itself (see
    RB: > OK. I assumed you just wanted to do with XML what HTMStrip does to
    RB: > HTML.

    If only it were that simple <g> but I've already started the thought processes <groan> towards writing it myself. Yes, I'll share. :)

    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 21 21:01:11 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    decoder would have to be specific to RSS itself (see
    RB: > OK. I assumed you just wanted to do with XML what HTMStrip does to
    RB: > HTML.

    If only it were that simple <g> but I've already started the thought processes <groan> towards writing it myself. Yes, I'll share. :)

    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 21 21:01:11 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    decoder would have to be specific to RSS itself (see
    RB: > OK. I assumed you just wanted to do with XML what HTMStrip does to
    RB: > HTML.

    If only it were that simple <g> but I've already started the thought processes <groan> towards writing it myself. Yes, I'll share. :)

    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 21 21:01:11 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    decoder would have to be specific to RSS itself (see
    RB: > OK. I assumed you just wanted to do with XML what HTMStrip does to
    RB: > HTML.

    If only it were that simple <g> but I've already started the thought processes <groan> towards writing it myself. Yes, I'll share. :)

    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 21 21:01:11 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    decoder would have to be specific to RSS itself (see
    RB: > OK. I assumed you just wanted to do with XML what HTMStrip does to
    RB: > HTML.

    If only it were that simple <g> but I've already started the thought processes <groan> towards writing it myself. Yes, I'll share. :)

    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 21 21:01:11 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    decoder would have to be specific to RSS itself (see
    RB: > OK. I assumed you just wanted to do with XML what HTMStrip does to
    RB: > HTML.

    If only it were that simple <g> but I've already started the thought processes <groan> towards writing it myself. Yes, I'll share. :)

    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 21 21:01:11 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    decoder would have to be specific to RSS itself (see
    RB: > OK. I assumed you just wanted to do with XML what HTMStrip does to
    RB: > HTML.

    If only it were that simple <g> but I've already started the thought processes <groan> towards writing it myself. Yes, I'll share. :)

    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 21 21:01:11 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    decoder would have to be specific to RSS itself (see
    RB: > OK. I assumed you just wanted to do with XML what HTMStrip does to
    RB: > HTML.

    If only it were that simple <g> but I've already started the thought processes <groan> towards writing it myself. Yes, I'll share. :)

    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 21 21:01:11 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    decoder would have to be specific to RSS itself (see
    RB: > OK. I assumed you just wanted to do with XML what HTMStrip does to
    RB: > HTML.

    If only it were that simple <g> but I've already started the thought processes <groan> towards writing it myself. Yes, I'll share. :)

    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 21 21:01:11 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    decoder would have to be specific to RSS itself (see
    RB: > OK. I assumed you just wanted to do with XML what HTMStrip does to
    RB: > HTML.

    If only it were that simple <g> but I've already started the thought processes <groan> towards writing it myself. Yes, I'll share. :)

    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 21 21:01:11 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    decoder would have to be specific to RSS itself (see
    RB: > OK. I assumed you just wanted to do with XML what HTMStrip does to
    RB: > HTML.

    If only it were that simple <g> but I've already started the thought processes <groan> towards writing it myself. Yes, I'll share. :)

    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 21 21:01:11 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    decoder would have to be specific to RSS itself (see
    RB: > OK. I assumed you just wanted to do with XML what HTMStrip does to
    RB: > HTML.

    If only it were that simple <g> but I've already started the thought processes <groan> towards writing it myself. Yes, I'll share. :)

    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 21 21:01:11 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    decoder would have to be specific to RSS itself (see
    RB: > OK. I assumed you just wanted to do with XML what HTMStrip does to
    RB: > HTML.

    If only it were that simple <g> but I've already started the thought processes <groan> towards writing it myself. Yes, I'll share. :)

    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 21 21:01:11 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    decoder would have to be specific to RSS itself (see
    RB: > OK. I assumed you just wanted to do with XML what HTMStrip does to
    RB: > HTML.

    If only it were that simple <g> but I've already started the thought processes <groan> towards writing it myself. Yes, I'll share. :)

    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 21 21:01:11 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    decoder would have to be specific to RSS itself (see
    RB: > OK. I assumed you just wanted to do with XML what HTMStrip does to
    RB: > HTML.

    If only it were that simple <g> but I've already started the thought processes <groan> towards writing it myself. Yes, I'll share. :)

    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 21 21:01:11 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    decoder would have to be specific to RSS itself (see
    RB: > OK. I assumed you just wanted to do with XML what HTMStrip does to
    RB: > HTML.

    If only it were that simple <g> but I've already started the thought processes <groan> towards writing it myself. Yes, I'll share. :)

    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 21 21:01:11 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    decoder would have to be specific to RSS itself (see
    RB: > OK. I assumed you just wanted to do with XML what HTMStrip does to
    RB: > HTML.

    If only it were that simple <g> but I've already started the thought processes <groan> towards writing it myself. Yes, I'll share. :)

    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 21 21:01:11 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    decoder would have to be specific to RSS itself (see
    RB: > OK. I assumed you just wanted to do with XML what HTMStrip does to
    RB: > HTML.

    If only it were that simple <g> but I've already started the thought processes <groan> towards writing it myself. Yes, I'll share. :)

    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 21 21:01:11 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    decoder would have to be specific to RSS itself (see
    RB: > OK. I assumed you just wanted to do with XML what HTMStrip does to
    RB: > HTML.

    If only it were that simple <g> but I've already started the thought processes <groan> towards writing it myself. Yes, I'll share. :)

    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 21 21:01:11 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    decoder would have to be specific to RSS itself (see
    RB: > OK. I assumed you just wanted to do with XML what HTMStrip does to
    RB: > HTML.

    If only it were that simple <g> but I've already started the thought processes <groan> towards writing it myself. Yes, I'll share. :)

    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 21 21:01:11 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    decoder would have to be specific to RSS itself (see
    RB: > OK. I assumed you just wanted to do with XML what HTMStrip does to
    RB: > HTML.

    If only it were that simple <g> but I've already started the thought processes <groan> towards writing it myself. Yes, I'll share. :)

    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 21 21:01:11 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    decoder would have to be specific to RSS itself (see
    RB: > OK. I assumed you just wanted to do with XML what HTMStrip does to
    RB: > HTML.

    If only it were that simple <g> but I've already started the thought processes <groan> towards writing it myself. Yes, I'll share. :)

    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 21 21:01:11 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    decoder would have to be specific to RSS itself (see
    RB: > OK. I assumed you just wanted to do with XML what HTMStrip does to
    RB: > HTML.

    If only it were that simple <g> but I've already started the thought processes <groan> towards writing it myself. Yes, I'll share. :)

    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 21 21:01:11 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    decoder would have to be specific to RSS itself (see
    RB: > OK. I assumed you just wanted to do with XML what HTMStrip does to
    RB: > HTML.

    If only it were that simple <g> but I've already started the thought processes <groan> towards writing it myself. Yes, I'll share. :)

    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 21 21:01:11 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    decoder would have to be specific to RSS itself (see
    RB: > OK. I assumed you just wanted to do with XML what HTMStrip does to
    RB: > HTML.

    If only it were that simple <g> but I've already started the thought processes <groan> towards writing it myself. Yes, I'll share. :)

    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 21 21:01:11 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    decoder would have to be specific to RSS itself (see
    RB: > OK. I assumed you just wanted to do with XML what HTMStrip does to
    RB: > HTML.

    If only it were that simple <g> but I've already started the thought processes <groan> towards writing it myself. Yes, I'll share. :)

    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 21 21:01:11 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    decoder would have to be specific to RSS itself (see
    RB: > OK. I assumed you just wanted to do with XML what HTMStrip does to
    RB: > HTML.

    If only it were that simple <g> but I've already started the thought processes <groan> towards writing it myself. Yes, I'll share. :)

    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 21 21:01:11 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    decoder would have to be specific to RSS itself (see
    RB: > OK. I assumed you just wanted to do with XML what HTMStrip does to
    RB: > HTML.

    If only it were that simple <g> but I've already started the thought processes <groan> towards writing it myself. Yes, I'll share. :)

    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 21 21:01:11 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    decoder would have to be specific to RSS itself (see
    RB: > OK. I assumed you just wanted to do with XML what HTMStrip does to
    RB: > HTML.

    If only it were that simple <g> but I've already started the thought processes <groan> towards writing it myself. Yes, I'll share. :)

    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 21 21:01:11 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    decoder would have to be specific to RSS itself (see
    RB: > OK. I assumed you just wanted to do with XML what HTMStrip does to
    RB: > HTML.

    If only it were that simple <g> but I've already started the thought processes <groan> towards writing it myself. Yes, I'll share. :)

    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 21 21:01:11 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    decoder would have to be specific to RSS itself (see
    RB: > OK. I assumed you just wanted to do with XML what HTMStrip does to
    RB: > HTML.

    If only it were that simple <g> but I've already started the thought processes <groan> towards writing it myself. Yes, I'll share. :)

    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)
  • From BEN RITCHEY@1:393/68 to ROBERT BULL on Sun Sep 21 21:01:11 2003
    * An ongoing debate between Robert Bull and Ben Ritchey rages on ...

    decoder would have to be specific to RSS itself (see
    RB: > OK. I assumed you just wanted to do with XML what HTMStrip does to
    RB: > HTML.

    If only it were that simple <g> but I've already started the thought processes <groan> towards writing it myself. Yes, I'll share. :)

    Be well,

    : Ben aka cMech http://bellsouthpwp.net/c/m/cmech617/
    :
    + WildCat! Board 24/7 (337) 232-4155 33.6kBps 8,N,1
    --- GoldED+/DPMI32 v1.1.5 r0513
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Robert Bull@2:250/501.4 to BEN RITCHEY on Sun Sep 21 20:25:10 2003
    Hello, BEN;

    14 Sep 03 12:10, BEN RITCHEY wrote to ROBERT BULL:

    decoder would have to be specific to RSS itself (see

    OK. I assumed you just wanted to do with XML what HTMStrip does to HTML.

    Regards,

    Robert.

    --- GoldED 3.00.Beta2+
    * Origin: The Luminous Void (2:250/501.4)