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
14 lines
560 B
<hsc-query-template xml:space="default">
|
|
<description>Hsc like Query, uses start-with() instead of '='</description>
|
|
<template>
|
|
<prologue>/METADATA/TAXONOMY_ENTRIES/TAXONOMY_ENTRY[</prologue>
|
|
<query-term>
|
|
<prologue>./KEYWORD[ starts-with(
|
|
translate(., 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', 'abcdefghijklmnopqrstuvwxyz'),
|
|
</prologue>
|
|
<in-argument/>
|
|
<epilogue> )]</epilogue>
|
|
</query-term>
|
|
<epilogue>]</epilogue>
|
|
</template>
|
|
</hsc-query-template>
|