Advertisement
Guest User

Untitled

a guest
Jan 17th, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml"
  2. xmlns:ev = "http://www.w3.org/2000/xml-events"
  3. xmlns:xs = "http://www/w3.org/2001/XMLSchema"
  4. xmlns:xf = "http://www.w3.org/2002/xforms">
  5.  
  6. <head>
  7. <title> Search Plays Example </title>
  8. <style type = "text/css"> body {font-family : Helvetica} </style>
  9. <xf:model>
  10. <xf:instance xmlns = "" id = "search-params">
  11. <data> <searchphrase/> </data>
  12. </xfinstance>
  13.  
  14. <xf:submission id = "search-ex" method = "get" action = "http://localhost:8080/exist/apps/L13-CM/search-plays.xq"/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement