Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
560 B

  1. <hsc-query-template xml:space="default">
  2. <description>Hsc like Query, uses start-with() instead of '='</description>
  3. <template>
  4. <prologue>/METADATA/TAXONOMY_ENTRIES/TAXONOMY_ENTRY[</prologue>
  5. <query-term>
  6. <prologue>./KEYWORD[ starts-with(
  7. translate(., 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', 'abcdefghijklmnopqrstuvwxyz'),
  8. </prologue>
  9. <in-argument/>
  10. <epilogue> )]</epilogue>
  11. </query-term>
  12. <epilogue>]</epilogue>
  13. </template>
  14. </hsc-query-template>