Re: My Regexp XML Parser -> Structured Perl Data, Cut & Paste Version, No Module's (Vol I)



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
>

.



Relevant Pages

  • Re: C# pure xml database?
    ... SQL 2005 has xml as a data type. ... That gives me a good reason to toy with ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: C# pure xml database?
    ... SQL 2005 has xml as a data type. ... That gives me a good reason to toy with it. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: XML vs. space separated lists
    ... desirable (it doesn't even support spaces in the data, for one), but I ... XML instead? ... You will run into trouble if you force others to buy your favourite toy. ...
    (comp.text.xml)