Author: vanto
Date: Mon Dec 31 10:06:42 2012
New Revision: 1427066
URL: http://svn.apache.org/viewvc?rev=1427066&view=rev
Log:
fix formatting.
Modified:
ode/site/trunk/content/extensions/xpath-extensions.mdtext
Modified: ode/site/trunk/content/extensions/xpath-extensions.mdtext
URL:
http://svn.apache.org/viewvc/ode/site/trunk/content/extensions/xpath-extensions.mdtext?rev=1427066&r1=1427065&r2=1427066&view=diff
==============================================================================
--- ode/site/trunk/content/extensions/xpath-extensions.mdtext (original)
+++ ode/site/trunk/content/extensions/xpath-extensions.mdtext Mon Dec 31
10:06:42 2012
@@ -27,6 +27,7 @@ All extension functions are defined in t
This is a function that allows you to insert one or more siblings (specified
by the $siblings argument in the signature below) before the first node of
children (specified by the $children argument), all of whose nodes must have
the same parent (specified by the $context argument).
<span class="caption">Insert Before</span>
+
ode:insert-before($context as node(), $children as node()*, $siblings as
node()*) as node()