← Prev in month ← Prev in thread

html generated for EBNF

From
Ian Moor <>
Date
2004-02-10T18:06:27+00:00
ID
Thread
html generated for EBNF
I have  a document including an EBNF defining a small programming language. 
When I formatted it using the latest XSL stylesheets, incorrect references, for example from
<production id="block">
<lhs>block</lhs><rhs>   BEGIN <nonterminal def="statementlist">statement_list</
nonterminal> END
</rhs>
</production>

the reference to statementlist  is <a href="statementlist">, instead of <a href="#statementlist">.
Another example can be found on the html version of  tdg  in the page for productionset.


    Ian Moor
Ian W Moor                    Department of Computing,
           Imperial College.
                                    180 Queensgate
                                     London SW7 2AZ UK.
← Prev in month ← Prev in thread