Kevin Flynn wrote:
> That is good news! URL and ID is enough for me. Probably the last 
> question you want to hear right now is "when is the next release?", but 
> it would be useful if you could give some indication of when the final 
> include command will be available, as I won't be able to use 4.0 in its 
> current state.
> 

v4.1, in 3-4 months. We expect to release a bug fix release v4.0.1 
before that.

---
PS: You can include nodes by using the new, simple, pure XML, clipboard 
format. (Previously we used serialized Java objects encoded in base 64.)
That is by pasting some XML in the right format:

---
<?xml version="1.0" encoding="UTF-8"?>
<ns:clipboard 
ns2:inclusion="com.xmlmind.xml.xinclude.XInclude:href=&quot;file:/home/hussein/src/4xxe/demo/docbook5-sample/noteworthy_elements.xml&quot;
 
xpointer=&quot;a1&quot;"
               ns2:readOnly="true"
 
ns2:sourceURL="file:/home/hussein/src/4xxe/demo/docbook5-sample/noteworthy_elements.xml"
               xmlns:xlink="http://www.w3.org/1999/xlink";
               xmlns:svg="http://www.w3.org/2000/svg";
 
xmlns:ns2="http://www.xmlmind.com/xmleditor/namespace/property";
 
xmlns:ns="http://www.xmlmind.com/xmleditor/namespace/clipboard";
               xmlns:m="http://www.w3.org/1998/Math/MathML";
               xmlns:htm="http://www.w3.org/1999/xhtml";
               xmlns:db="http://docbook.org/ns/docbook";>
   <db:blockquote xml:id="a1">
     <db:formalpara>
       <db:title>Configuring Your Network</db:title>

       <db:para>Everything you need to know about configuring your
       network.</db:para>
     </db:formalpara>
   </db:blockquote>
</ns:clipboard>
---

This format is currently not documented, so you'll have to guess how it 
works by doing some reverse engineering. This new clipboard format is 
stable. We don't intend to change it anytime soon.





Reply via email to