Hello Brian,
an probably easier to handle support for xinclude can be achieved by XQuery directly.
If you store the included document in Tamino with the docname of its href value, you
can join the 2 documents by XQuery.
Here is an example for the documents contained in the spec
http://www.w3.org/TR/xinclude/#basic-example
…/XQuery/result">
- <![CDATA[
declare namespace tf = "http://namespaces.softwareag.com/tamino/TaminoFunction"
declare namespace xi = "http://www.w3.org/2001/XInclude"
for $d in input()/document
return
{(
$d/node() [local-name(.) != "include" ],
$d/@*,
for $di in input()/disclaimer
where $d/xi:include/@href = tf:getDocname(root($di))
return $di
)}
]]>
</xq:query>
- <ino:message ino:returnvalue=“0”>
ino:messagelineXQuery Request processing</ino:messageline>
</ino:message>
- <xq:result xmlns:xq=“http://namespaces.softwareag.com/tamino/XQuery/result”>
-
120 Mz is adequate for an average home user.
-
The opinions represented herein represent those of the individual and should not be interpreted as official policy endorsed by this organization.
Best regards
Walter
#API-Management#Tamino#webMethods