Re: My Regexp XML Parser -> Structured Perl Data, Cut & Paste Version, No Module's (Vol I)
- From: robic0
- Date: Fri, 23 Dec 2005 17:08:26 -0800
On Fri, 23 Dec 2005 19:29:45 -0500, "Matt Garrish"
<matthew.garrish@xxxxxxxxxxxx> wrote:
>Now how about the part where you start dealing with the fact that xml is not
>constrained to single lines. Your little toy has a lot of trouble with:
>
Huh, constrained to single lines?
Wha, where?
><!-- comment out this section
><oldroot>
> <oldstuff>oops!</oldstuff>
></oldroot>
>-->
>
Comments are a problem for now. I have a workaround
for the near future. I've posted a general complaint
about this Regex problem to the general forum.
>and also:
>
><myplace
> city="here"
> province="there"/>
>
"white space" is not considered as a seperator yet, only " ". If its
xml complieant I will enact it.
>Maybe you should learn XML *before* trying to write this parser of yours.
Maybe you should not get or use any my software. If I find out you did
I will sue you!!!!
>
>Matt
>
.
- Follow-Ups:
- References:
- My Regexp XML Parser -> Structured Perl Data, Cut & Paste Version, No Module's (Vol I)
- From: robic0
- Re: My Regexp XML Parser -> Structured Perl Data, Cut & Paste Version, No Module's (Vol I)
- From: robic0
- Re: My Regexp XML Parser -> Structured Perl Data, Cut & Paste Version, No Module's (Vol I)
- From: Bart Van der Donck
- Re: My Regexp XML Parser -> Structured Perl Data, Cut & Paste Version, No Module's (Vol I)
- From: robic0
- Re: My Regexp XML Parser -> Structured Perl Data, Cut & Paste Version, No Module's (Vol I)
- From: Matt Garrish
- My Regexp XML Parser -> Structured Perl Data, Cut & Paste Version, No Module's (Vol I)
- Prev by Date: Re: How can I interpolate the RHS of a regex?
- Next by Date: HTML Paragraphs from Text
- Previous by thread: Re: My Regexp XML Parser -> Structured Perl Data, Cut & Paste Version, No Module's (Vol I)
- Next by thread: Re: My Regexp XML Parser -> Structured Perl Data, Cut & Paste Version, No Module's (Vol I)
- Index(es):
Relevant Pages
|