Hello there,
We have article xml in marklogic, inside each article, it lists the references
that this article cited. I want to do a search to find out that inside
/article/back/reference/citation/ref/jcite, which author is referenced most, or
I can get a list of top 5 refauth who shows up in the reference section most
in article.
The article structure like the following:
<article>
<front>…</front>
<back>
<references>
<citation id="c1">
<ref>
<jcite>
<refauth>
<fname>James</fname>
<surname>Wang</surname>
</refauth>
<jtitle>article title</jtitle>
<coden>AAA</coden>
<issn>1111</issn>
<volume>1</volume>
<pages>90</pages>
<date>2007</date>
</jcite>
</ref>
</citation>
</references>
<references>
<citation id="c2">
<ref>
<jcite>
<refauth>
<fname>Tom</fname>
<surname>Ding</surname>
</refauth>
<jtitle>my article title</jtitle>
<coden>AAB</coden>
<issn>1112</issn>
<volume>1</volume>
<pages>20</pages>
<date>2008</date>
</jcite>
</ref>
</citation >
</references>
</back>
</article>
Can anyone give me a suggestion how to do it? Or how to start ?
Thanks, helen
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general