Benoit Maisonny wrote: > > Is there a command such as "include", which would allow to create an > xi:include with an xpointer instead of an reference_id? > Something like: > > includeXPointer after section1.xml "xmlns(a=uri) xmlns(b=another-uri) > xpointer(/a:element/b:foo)" > > instead of > > include after section1.xml s1 > >
I'm sorry but there is no such command[*]. Currently the only way to include a range of nodes is: [1] Enable this feature by checking "Allow advanced use of XInclude" in "Options|Preferences", Edit section. See http://www.xmlmind.com/xmleditor/_distrib/doc/help/com.xmlmind.guiutil.PreferencesEditorDialog.html#editOptions [2] Select a range of sibling nodes. [3] Use "Copy As Reference" (Ctrl+Shift-V), then Paste (Ctrl-U, Ctrl-V or Ctrl-W). --- [*] Otherwise this command would have been documented. In general, except for the javadoc of the API, the documentation of XMLmind XML Editor covers 100% of the functions of the product, I mean, we have no hidden, undocumented, functions. -- XMLmind XML Editor Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xmleditor-support

