Project

General

Profile

« Previous | Next » 

Revision 173

modified shell scripts to support new parser locations and syntax changes

View differences:

pathquery.dtd
27 27
-->
28 28

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

  
32 32
<!-- The version of this query specification -->
33 33
<!ATTLIST pathquery version CDATA #FIXED "1.0">
......
38 38
<!-- a descriptive title for this query document -->
39 39
<!ELEMENT querytitle (#PCDATA)>
40 40

  
41
<!-- optional doctype filter - only documents with this type are returned -->
42
<!ELEMENT returndoctype (#PCDATA)>
43

  
41 44
<!-- A group of related query terms -->
42 45
<!ELEMENT querygroup ( (queryterm|querygroup)+ )>
43 46

  

Also available in: Unified diff