[Refdb-devel] [ refdb-Bugs-2872544 ] Docs: xnote's "target" attribute only accepts citation keys
Status: Beta
Brought to you by:
mhoenicka
From: SourceForge.net <no...@so...> - 2009-10-05 08:25:37
|
Bugs item #2872544, was opened at 2009-10-04 14:37 Message generated for change (Comment added) made by mhoenicka You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=2872544&group_id=26091 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: refdbd Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Torsten Bronger (bronger) Assigned to: Markus Hoenicka (mhoenicka) Summary: Docs: xnote's "target" attribute only accepts citation keys Initial Comment: On refdb.sourceforge.net/xnote/elements/link.html it says that you can use the ID to denote references in the "target" attribute of xnote's "link" element. However, my observation is that you must use citation keys (which makes things simpler for me by the way). ---------------------------------------------------------------------- >Comment By: Markus Hoenicka (mhoenicka) Date: 2009-10-05 10:25 Message: Unless I'm dense, refdb.sourceforge.net/xnote/elements/link.html does not explicitly claim that you can use the ID. It talks about the "name" of a reference, which should certainly be rephrased to say "citation key" explicitly in order to avoid confusion. However, internally refdbd is supposed to be able to use ID values as well. It is only the xnote DTD which currently does not allow the "refid" type value at this point ("reference" is treated as citation key). I'll add this to the DTD shortly. As for addlink, IDs should be supported since revision 696. If that still does not work, let me know. ---------------------------------------------------------------------- Comment By: Torsten Bronger (bronger) Date: 2009-10-04 16:44 Message: Apparently, even with "addlink" you can't use IDs: refdbc: deletelink :NCK:=refdb-refdb :ID:=1 419:refdb-refdb -> REFERENCE:1 999:1 removed:0 skipped:0 failed refdbc: addlink :NCK:=refdb-refdb :ID:=1 414:refdb-refdb -> REFERENCE:1 999:0 added:0 skipped:1 failed ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=2872544&group_id=26091 |