source:
trunk/doc/src/snippets/patternist/nodeConstructorsAreExpressions.xq
Last change on this file was 2, checked in by , 16 years ago | |
---|---|
File size: 176 bytes |
Line | |
---|---|
1 | let $docURI := 'maybeNotWellformed.xml' |
2 | return if(doc-available($docURI)) |
3 | then doc($docURI)//p/<para>{./node()}</para> |
4 | else <para>Failed to load {$docURI}</para> |
Note:
See TracBrowser
for help on using the repository browser.