|
| From: | Dmitry Lizorkin |
| Subject: | Re: [Chicken-users] SXML tutorial draft |
| Date: | Mon, 5 Feb 2007 13:55:46 +0300 |
Hello,What a good tutorial! Thank you for taking your time and effort for developing illustrative tutorial examples and for presenting all this.
[begin quote]
<html xmlns="http://www.w3.org/1999/xhtml"
xml:lang="en" lang="en">
...
</html>
....
(html (@ (xmlns "http://www.w3.org/1999/xhtml")
(xml:lang "en") (lang "en"))
...)
[end quote]
You are obviously aware of a different XML namespace handling mechanism
accepted in SXML. As far as I understand, namespaces consideration is not
significant for the primary subject of your tutorial. Would it be a good
idea to make namespace declarations consistent for X(HT)ML and SXML in your
examples?
Best regards, Dmitry
| [Prev in Thread] | Current Thread | [Next in Thread] |