Moving to XML
|
Let's see that again: [iii] the context element generator
-
A class which makes a simple elements out of namespaces.
Often useful
- Not part of DOM or SAX - part of my own Jacquard
toolkit
- There's no particular reason to use Jacquard
-
ContextElmentGenerator
- A name to be used as an element name
- A list of names which are to be used as
attributes
- A list of names which are to be used as child (text)
elements
- Constructs element nodes to that specification
- taking attribute and child values from a namespace
passed to the generate method