[Mono-bugs] [Bug 573334] monodoc: Ecma-334 Notational Conventions not followed
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Jan 25 11:38:49 EST 2010
http://bugzilla.novell.com/show_bug.cgi?id=573334
http://bugzilla.novell.com/show_bug.cgi?id=573334#c3
--- Comment #3 from Jonathan Pryor <jpryor at novell.com> 2010-01-25 16:38:47 UTC ---
The missing ':'s are due to an XSLT failure.
Consider mcs/docs/ecma334/5.xml:
<grammar_production><name><non_terminal
where="17.1.1">class-modifier</non_terminal></name> :
<rhs><keyword>new</keyword>
..
Notice that there is a ':' in there.
Yet when displayed in the monodoc GUI, it disappears!
class-modifier
new
...
So you're right, it's not just the CSS, the XSLT also needs to be fixed. The
data is in the XML.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list