Building solutions
-
Using existing tools
Regular Fragmentations deliberately aims to do as little as possible to solve these problems. I've pretty much glued together regular expressions engines, SAX parsers, and a little bit of logic.
-
Using W3C XML Schema Appendix F to move past W3C XML Schema
W3C XML Schema happens to define a regular expression language, used only for validation. By thinking about this handy tool in a larger regular expression context, we can do new interesting things.
-
Small solutions can address many problems
By keeping this small and configurable, it allows developers to build logic that meets their own needs. Focusing on fragmentation lets me stay out of their way.
-
Open Source
The initial implementation is open-source Java, under the Mozilla Public License (MPL) 1.1, as is all of my code.
Previous Page <
TOC
> Next Page