Hi there.

I�m trying to build a DOM from scratch, using the classes supplied in the
org.apache.xerces.dom package, but I didn't get very far.
actually I only got to instantiating the DocumentImpl-class cause then i wanted 
to add attributes (namespacedefiniton etc.)

I thought I should use the AttrNSImpl-class but it only has protected 
constructors. How do I get passed that...??

What I need is a DOM that I can serialize to this xml-document..

<?xml version="1.0" encoding="UTF-8"?>
<vst:System
   xmlns:vst='MyNameSpace'
   xmlns:xsi='http://www.w3.org/2000/10/XMLSchema-instance'
   xsi:schemaLocation='MyNameSpace vSystemTree-Schema.xsd'>
  <error />
</vst:System>

Am I on a totally wrong track, or..??
plz, I could really need a push in the right direction.

TIA.
       _\|/_
       (@ @)
---oOOo-(_)-oOOo---
    Ren� Jensen
 [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to