1. Mixed content is in. 2. Attribures are in. 2.a Only single quotes are used... ( a="b" is illegal ) (?) 2.b Attribute value can not contain single quote. (?)...
Paul Tchistopolskii
pault12@...
May 8, 2001 6:18 pm
4555
... From: Paul Tchistopolskii <pault12@...> To: <sml-dev@yahoogroups.com> Sent: Monday, May 07, 2001 8:26 PM Subject: Status of Minimal XML. Last call?...
Paul Tchistopolskii
pault12@...
May 8, 2001 6:35 pm
4556
How is this significantly different from Common XML Core? Minimal XML with attributes and mixed content is probably the minimal subset that lets you do useful,...
mchamp@...
May 8, 2001 7:24 pm
4557
From: "Paul Tchistopolskii" ... No. Minimal and mixed do not combine. If you need some markup, encode HTML with <'s It is current practice in the popular...
Sjoerd Visscher
sjoerd@...
May 8, 2001 7:28 pm
4558
From: "Paul Tchistopolskii" ... Sax doesn't have to be a sane lexer, it should be a lexer that ensures interoperability. Infoset has chosen not to...
Sjoerd Visscher
sjoerd@...
May 8, 2001 7:34 pm
4559
... It is not significantly different. ... minimal subset ... more than ... I've tried to use Minimal XML ( elements only ) for some relatively complex 'pure...
pault12@...
May 8, 2001 8:26 pm
4560
... encode HTML ... RPC 1. Why it do not combine? 2. Maybe, you're right with the encoding ... I need to think. ... encoded ... Agree with both. ... ...
pault12@...
May 8, 2001 8:53 pm
4561
... Could you give some examples, and explain how you used that data during further processing in the application? Were the Minimal XML files human-written or...
Sjoerd Visscher
sjoerd@...
May 8, 2001 9:07 pm
4562
... ensures ... so sax ... The hell with the 'infoset' then. Same to 'XML is building on namespaces' and to any other machinery, produced by W3C. I need a...
pault12@...
May 8, 2001 9:07 pm
4563
I guess it is about time we re-visit this... as we've all had another few months to let it soak in. Thank you for starting this back up... ... Definately not....
Clark C . Evans
cce@...
May 8, 2001 9:35 pm
4564
... Mixed content is complex to work with. It will make any effort on more minimal co-standards (minpath, minscheme) much less minimal. ... Off topic, but very...
Sjoerd Visscher
sjoerd@...
May 8, 2001 9:39 pm
4565
... relatively ... attributes ... of ... during ... The impression I've got from your letter is that you are questioning the Mixed Content. Right? ... Some are...
pault12@...
May 8, 2001 9:43 pm
4566
... 'description' field implies <i> and <b> that is one of the reasons. ... So instead of <i> and <b> I should use <span class="i"> and <span class="b"> ......
pault12@...
May 8, 2001 10:15 pm
4567
... minscheme) ... Not really. Mixed content could be thrown away from MinPath and MinScheme. No impact at all. ;-) ... XML- ... Second ... XML back. ... ...
pault12@...
May 8, 2001 10:32 pm
4568
... The content of a description field is not Minimal XML data, but HTML markup, only meant to be used for display in an HTML browser. The only correct way to...
Sjoerd Visscher
sjoerd@...
May 8, 2001 10:37 pm
4569
... want to ... HTML markup, ... correct way ... mess can ... I agree with this view. I mean that this view is reasonable and processing mixed content can be...
pault12@...
May 8, 2001 10:47 pm
4570
... ... because it is not a problem for MIN-SAX to report start-tag and end-tag, so mixed content has no impact on MIN-SAX, so it should be in. The APIs above...
pault12@...
May 8, 2001 10:55 pm
4571
... If you don't need mixed content support from MinPath and MinScheme, then you should really use <. ... The problem is that if you want to serialize a...
Sjoerd Visscher
sjoerd@...
May 8, 2001 11:02 pm
4572
I don't think that SAX is a good choice for Minimal XML. It's structure is too nice to be ripped apart again by SAX. If you use SAX, why don't you just use XML...
Sjoerd Visscher
sjoerd@...
May 8, 2001 11:28 pm
4573
... then you ... No. I don't see why. My 'MinML documents' are mostly 'data' (and I use MinPath - for data MinPath makes sense, is easy to understand and to...
pault12@...
May 8, 2001 11:48 pm
4574
... structure is ... you just ... being ... 1. Because to actually use SAX I have to redistribute a horrible, huge parsers and I don't want that. 2. Because...
pault12@...
May 8, 2001 11:56 pm
4575
... I keep seeing this assertion, and I still haven't seen proof. FWIW. After about 10 years of playing around with XML/SGML, I find myself using CommonML or...
Gavin Thomas Nicol
gtn@...
May 9, 2001 5:15 am
4576
... From: Gavin Thomas Nicol <gtn@...> ... Now this does not sounds like a surprise to me. The sad truth is that last months I've been involved in...
Paul Tchistopolskii
pault12@...
May 9, 2001 6:07 am
4577
... ... and it's very important because these people are arguing from a point of ignorance in many cases, because they have no *real world* experience. ... ...
Gavin Thomas Nicol
gtn@...
May 9, 2001 6:58 am
4578
... Somehow, I'm starting to get the feeling that this group does have enough real world experience to get it right. ... Sounds really interesting. Are there...
Sjoerd Visscher
sjoerd@...
May 9, 2001 8:13 am
4579
... If you'd show this query here, then that would make things a lot clearer to me. ... It seems our usecases are not that different, only where I want XML...
Sjoerd Visscher
sjoerd@...
May 9, 2001 8:36 am
4580
... Maybe it's interesting to see how RSS solved this: http://scriptingnews.userland.com/xml/scriptingNews2.xml <item> <text>Mozilla 0.9 is out. Let me know...
Sjoerd Visscher
sjoerd@...
May 9, 2001 8:48 am
4581
... Hear hear! ... I find it very practical. Apart from issues of readability, and existing XML tools, I have yet to see anything which can be done with...
Philip Nye
philip@...
May 9, 2001 9:01 am
4582
... I have used child elements for this purpose. It is less intuitive but in my application actually has an advantage because I have need for structure within...
Philip Nye
philip@...
May 9, 2001 9:29 am
4583
... I cannot swallow this. Why does "isArray" _have_ to be an attribute? Some "roadsigns" may be applicable on some layers where others are not. Philip...