View Single Post
  #1 (permalink)  
Old 07-08-2009, 04:03 PM
magnum99 magnum99 is offline
Member
 
Join Date: Jul 2009
Posts: 3
Rep Power: 0
magnum99 is on a distinguished road
Post Custom Text Parser
Hello,

I'm searching for a Text Parser, where I can give him my custom Strings/tags, for which he should search for. And then it should build some File Structure or something like that (like tree view).

Example:
input text: some text some text <myTableTag><myRowTag><myColumnTag>column1</myColumnTag></myRowTag></myTableTag>

and the file structure:
element 1: some text some text
element 2: Table-Object

my question is, if you know any parsers that can do this ?

Thank you for replies in advance
Reply With Quote