in reply to tagged text parser
While it does appear to be plain XML, you'll want to be certain. What sorts of situations are going to be considered an error (e.g. tags out of order, mismatched tags, invalid characters, ...)? Are there any special cases you'll need to handle?
The devil is in the details, as they say. So if you keep to the same rules and conventions as XML, things will be pretty simple using the suggestions you've already received. However, if you have to do any special case handling, your life can quickly become difficult.
...roboticus
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: tagged text parser
by periapt (Hermit) on Oct 07, 2009 at 16:51 UTC | |
by Your Mother (Archbishop) on Oct 07, 2009 at 17:34 UTC |