Peter.Schulte at gad.de wrote: > > ... [[[In 4.1.0,]]] an ID is required [[[by command "include"]]] even if I > want to include the entire document > (xpointer="element(/1)"). >
I've checked this because it disturbed me too. It works like this: * If the root element has an ID, you must refer to it using its ID. Example: --- include replace foo/bar.xml my-bar --- * If the root element has no ID, you may refer to it as "-". Example: --- include replace foo/bar.xml - --- I've updated the documentation of the "include" command to explain this feature.

