xsl-list
[Top] [All Lists]

[xsl] Bibliography References

2006-09-13 14:35:01
Hi All!

I am trying to output the following bibliography
references (<bibref...>) in following format. 

***This is the output that I want:***

Refer to References (1, 4, 5) for guidelines on
performing precision testing.

***The source file looks like this:***

<para>Refer to References (<bibref
xref="bib98861831"/>,<bibref
xref="bib98861816"/>,<bibref xref="bib988618273"/>)
for guidelines on performing precision testing.</para>

<bibliography><title>REFERENCES</title>
  <bibliomixed id="bib98861831">National
Committee...<booktitle>Fundamentals...</booktitle>...</bibliomixed>

  <bibliomixed id="bib98861814">National
Committee...</bibliomixed> 
  <bibliomixed id="bib98861870">National
Committee...</bibliomixed>
  <bibliomixed id="bib98861816">National
Committee...</bibliomixed> 
  <bibliomixed id="bib988618273">National Committee
for Clinical...</bibliomixed>
 </bibliography> 
  
 I think I may have to first check the "xref" value
against the "id" in bibliomixed for a match and then
count the bibliomixed location and output the
reference number. But how do I get started?
 
 Could someone give me a few pointers on how to
accomplish this task?
 
 Thanks in advance for your help!!

S.Egrub

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>