Search found 1 match

by caraya
Wed Feb 24, 2016 12:26 am
Forum: XQuery
Topic: Nested queries in (X)html document
Replies: 1
Views: 4837

Nested queries in (X)html document

I've build the following xquery document. xquery version "3.0"; declare variable $docTitle := "Shakespeare Plays"; declare variable $docs := collection("file:////Users/carlos/code/xquery/shakspeare?select=*.xml"); <html> <body> <!-- Use $docTitle variable --> <h1>{$docT...