[Mono-bugs] [Bug 61531][Wis] Changed - doesen't render the tag <table_line>

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 18 Jul 2004 07:47:06 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by fseoane@wanadoo.es.

http://bugzilla.ximian.com/show_bug.cgi?id=61531

--- shadow/61531	2004-07-17 23:36:56.000000000 -0400
+++ shadow/61531.tmp.19380	2004-07-18 07:47:06.000000000 -0400
@@ -39,6 +39,24 @@
 I have monodoc-1.0-1 and use Debian unstable
 
 ------- Additional Comments From jluke@cfl.rr.com  2004-07-17 23:36 -------
 This is of course because <table_line> is meaningless to html. 
 Someone needs to adjust the xsl to turn it into something HTMLish.
 See monodoc/browser/ecmaspec-html.xsl if you are interested.
+
+------- Additional Comments From fseoane@wanadoo.es  2004-07-18 07:47 -------
+but there's another problem. For example, in 8.5 we have the following
+line: 
+<table_line>14.5 Primary x.y f(x) a[x] x++  x--new </table_line>
+
+that should render a table, something like 
+---------------------------------------------------
+|14.5 | Primary | x.y f(x) a[x] x++  x--new |
+___________________________________________________
+
+now the question is, how do you know how to separate 14.5 from Primary
+and from x.y .... . Y mean, with the information at <table_line> i
+cannot draw a table. 
+
+
+( please excuse my poor english )
+