I'd like to create a lexicon for author names but our XML structure for
those names goes like this :

                        <contrib contrib-type="author">
                            <name>
                                <surname>Smith</surname>
                                <given-names>John R.</given-names>
                            </name>
                            <degrees>Ph.D.</degrees>
                        </contrib>


Is it possible to create a single path range index ?

If so, how do I formulate the XPath for the index ?

And once the index is created, how do I express the author name in the
$value parameter to a call to cts:path-range-query () ?

Regards,
Danny
_______________________________________________
General mailing list
[email protected]
Manage your subscription at: 
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to