← Back to team overview

zorba-coders team mailing list archive

[Bug 957416] [NEW] Links in XQDoc for variables don't show up

 

Public bug reported:

If I document an XQuery variable like:

(:~
 : Predeclared constant for the Danish
 : <a href="http://www.w3.org/TR/xmlschema-2/#language";><code>xs:language</code></a>.
 :)
declare variable $ft:lang-da as xs:language := xs:language("da");

the generated HTML doesn't include the link to the w3.org site -- see
attached screenshot. The term xs:language in the documentation should be
a link but isn't.

** Affects: zorba
     Importance: Medium
     Assignee: William Candillon (wcandillon)
         Status: New


** Tags: xqdoc

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/957416

Title:
  Links in XQDoc for variables don't show up

Status in Zorba - The XQuery Processor:
  New

Bug description:
  If I document an XQuery variable like:

  (:~
   : Predeclared constant for the Danish
   : <a href="http://www.w3.org/TR/xmlschema-2/#language";><code>xs:language</code></a>.
   :)
  declare variable $ft:lang-da as xs:language := xs:language("da");

  the generated HTML doesn't include the link to the w3.org site -- see
  attached screenshot. The term xs:language in the documentation should
  be a link but isn't.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/957416/+subscriptions


Follow ups

References