← Prev in month
← Prev in 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