Project

General

Profile

« Previous | Next » 

Revision 403

Added by berkley over 24 years ago

added the returnfield element to be used for dynamically choosing which fields to return from xml_nodes.

View differences:

pathquery.dtd
27 27
-->
28 28

  
29 29
<!-- Overall query container -->
30
<!ELEMENT pathquery (meta_file_id, querytitle, returndoctype*, querygroup)>
30
<!ELEMENT pathquery (meta_file_id, querytitle, returndoctype*, returnfield*, 
31
                     querygroup)>
31 32

  
32 33
<!-- The version of this query specification -->
33 34
<!ATTLIST pathquery version CDATA #FIXED "1.0">
......
41 42
<!-- optional doctype filter - only documents with this type are returned -->
42 43
<!ELEMENT returndoctype (#PCDATA)>
43 44

  
45
<!ELEMENT returnfield (#PCDATA)>
46

  
44 47
<!-- A group of related query terms -->
45 48
<!ELEMENT querygroup ( (queryterm|querygroup)+ )>
46 49

  

Also available in: Unified diff