Re: Broken i18n and the new UI handler.
- From: Havoc Pennington <hp redhat com>
- To: Daniel Veillard w3 org
- Cc: Michael Meeks <mmeeks gnu org>, Miguel de Icaza <miguel helixcode com>, Michael Meeks <michael helixcode com>, gnome-hackers nuclecu unam mx, gtk-devel-list gnome org
- Subject: Re: Broken i18n and the new UI handler.
- Date: 11 Sep 2000 18:07:59 -0400
Daniel Veillard <Daniel Veillard w3 org> writes:
> > GMarkup basically accepts:
> >
> > - elements and attributes <foo bar="baz"></foo>
> > - the empty-element shortcut <foo bar="baz"/>
> > - the standard 5 entities < > ' " &
> > - character references ൠ
> > - UTF8 encoding
> > - parses processing instructions and comments, but doesn't do
> > anything with them (just passes them through in an opaque node,
> > and resaves them, but with no interpretation)
> >
> > It will not handle cdata, custom entities, DTDs or validation,
> > etc.
>
> Correspond more or less to SML an XML simplified version developped
> by some people using XML for purely data centric use:
> http://www.xml.com/pub/1999/11/sml/
> but SML is even smaller than your subset (or was supposed to, I didn't
> heard much about it lately),
Wow, the resemblance is actually uncanny. ;-) The only thing I did
differently was include attributes, they punted attributes. I guess
they also die on processing instructions, while I pass them through.
> I have no problem with GMarkup, I understand where you come from
> and the reasons. As long as people are not pointed to GMarkup as being
> a generic XML parser, it makes sense.
>
Cool.
Havoc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]