[REBOL] [Discussion] XML name space for ML dialect
From: al::bri::xtra::co::nz at: 12-Nov-2002 20:15
Though I don't use XML name spaces in my HTML code generated by my ML
dialect (and so I haven't implemented this in my dialect), I am concerned
that some people may be needing this feature to generate XML code.
I'm thinking that the following could be used to indicate a different name
space:
ML [
math: [
div "x/2" ; Use a mathemathical division.
]
]
Note that Rebol set-word! value "math:" indicates the name space "math" and
so after processing by 'ML, the generated XML is like this:
"<math:div>x/2</math:div>"
I'm uncertain if the above two tags are correct. Corrections would be
appreciated.
If you're using (or about to use) my ML dialect, would the above feature be
useful to you?
Thank you for your opinion!
Andrew Martin
ICQ: 26227169 http://valley.150m.com/