Moving to XML
|
Let's see that again: [iii] the context element
-
A class which makes a simple element out of a namespace.
Often useful
-
Not part of DOM or SAX - part of my own Jacquard
toolkit
-
There's no particular reason to use Jacquard
-
ContextElment
-
Takes a 'context' (just a namespace)
-
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 an element node to that specification