1import module namespace z = "http://www.zorba-xquery.com/modules/xml";
2import schema namespace opt = "http://www.zorba-xquery.com/modules/xml-options";
3
4z:parse("<?xml version='1.0'?><root>root1 text<root15>root15 text</root15><root2>root2 text<root3>root3 text<from1>Jani1</from1></root3></root2></root>",
5  <opt:options>
6    <opt:parse-external-parsed-entity opt:skip-root-nodes="3"/>
7  </opt:options>
8)
9