[xml] Trouble figuring out xmlregexp regular expressions

2021-03-19 Thread Timothy Wrona via xml
Hi, I am working on a library that will need to parse strings using regular expressions conformant to the XML Schema regular expression grammar ( https://www.regular-expressions.info/xml.html). I ended up coming across libxml2 and it looks very promising, but I can't seem to figure out how the xml

Re: [xml] Trouble figuring out xmlregexp regular expressions

2021-03-20 Thread Timothy Wrona via xml
know much about the regular expression support, but there does > appear to be a test harness that exercises it. You may want to take a look > at https://gitlab.gnome.org/GNOME/libxml2/-/blob/master/testRegexp.c. > > -m > > > On Sat, Mar 20, 2021 at 12:05 AM Timothy Wrona via

Re: [xml] Trouble figuring out xmlregexp regular expressions

2021-03-20 Thread Timothy Wrona via xml
E. Quin wrote: > On Sat, 2021-03-20 at 00:05 -0400, Timothy Wrona via xml wrote: > > Hi, > > > > I am working on a library that will need to parse strings using > > regular > > expressions conformant to the XML Schema regular expression grammar > > A sid