octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #46288] xmlwrite - "com.mathworks.xml.XMLUtils


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #46288] xmlwrite - "com.mathworks.xml.XMLUtils" object
Date: Sun, 25 Oct 2015 15:33:40 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0

Follow-up Comment #1, bug #46288 (project octave):

Hi,

See bug #45951 and patches there in. In the demo of xmlwrite, you'll see how
to instantiate a DOM document using Xerces. 
The Matlab class you mention doesn't seam to do more than the 2 lines bellow:


## Create a Xerces DOM document object 
doc = javaObject ("org.apache.xerces.dom.DocumentImpl");
## Append a root node to the document 
doc.appendChild (doc.createElement ("root_element"));


May I close this report and let discussions take place in bug #45951 ?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?46288>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]