On Fri, Sep 21, 2001 at 11:14:52AM -0700, Pasha Sadri wrote:
| > What does XBX stand for? It seems like a pretty unintuitive name to me,
| > and doesn't tell me anything about what the module does.
| >
|
| It stands for XML By eXample. The reason behind that name: the
| configuration file for parsing the XML document into a perl data structure
| is structurally identicial to the XML that needs to be parsed, in other
| words, the module looks at an example to figure out what to do with the
| data. Here is very simple example:
I'd suggest XML::ByExample
K.