(: Person editor using Xforms and Firefox :) declare option exist:serialize "method=xhtml omit-xml-declaration=no indent=yes encoding=iso-8859-1 media-type=application/xhtml+xml doctype-public=-//W3C//DTD XHTML 1.0 Transitional//EN doctype-system=http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'"; declare namespace request="http://exist-db.org/xquery/request"; let $name := request:request-parameter("name","") let $person := doc('/db/chriswallace/xforms/people.xml')/personList/person[name=$name] return