... You are probably right. I have hard enough time figuring out what I am saying. <g> - Don...
Don Park
donpark@...
Oct 1, 2001 12:04 pm
4923
... I think we can all agree with this. The problem is to find the right solution for it. ... Well, life would be much simpler if we all agreed on what model...
Sjoerd Visscher
sjoerd_visscher@...
Oct 1, 2001 8:55 pm
4924
... Yes, ofcourse. And the DOM does this by having a Node class, with an 'attributes' Hash property and a 'childNodes' Array property. The problem arises when...
Sjoerd Visscher
sjoerd_visscher@...
Oct 1, 2001 9:26 pm
4925
... From: "Sjoerd Visscher" <sjoerd_visscher@...> ... It could be that some intuitive breakthrough may be the only possible solution here. I feel that...
PaulT
pault12@...
Oct 1, 2001 9:42 pm
4926
... My point is that one big structure that does everything is not a universal model: it's just several distinct things that are forced to be together....
Mathieu Bouchard
matju@...
Oct 1, 2001 11:18 pm
4927
... Don't forget that, besides adding hash-like features to the list, I still want to have a hash next to it. There's a big difference. The hash works more...
Sjoerd Visscher
sjoerd_visscher@...
Oct 2, 2001 3:22 pm
4928
... I agree in principle, but I can not connect the dots. Could you please show some more example? ( And still, we disagree on attributes, I think ) ... I did...
PaulT
pault12@...
Oct 4, 2001 3:41 am
4929
... See below. ... Absolutely. :) ... Because the split between map and list can also be seen as the split between data and metadata. Or putting it...
Sjoerd Visscher
sjoerd_visscher@...
Oct 4, 2001 8:43 am
4930
Free Service for USA Homeowners! Refinancing Your Mortgage May Be Easier Then You Think! Now that rates are down, this may be a good time to start saving...
NPLXEATKL@...
Oct 6, 2001 2:59 am
4931
Working on some mix of terse-xml ( I'm slowly migrating towards Tom's view, actually ) and regular expressions. Still need to find something like 'magical...
PaulT
pault12@...
Oct 13, 2001 5:37 am
4932
... In YAML: % =: Some FONT: face: Arial size: +1 % =: bold FONT: face: Arial size: +1 B: A: href: localhost % =: text Have fun, Oren Ben-Kiki...
Oren Ben-Kiki
orenbk@...
Oct 14, 2001 1:07 pm
4933
... How about this instead? P=[ FONT=[ @face="Arial" @size="+1" "Some" B=[ A=[ @href="http://localhost" "bold" ] ] ] "text" ] The grammar would be pretty...
Tom Bradford
bradford@...
Oct 14, 2001 5:48 pm
4934
Just for my curiosity, ... Is there (or could there be) any similarities between XDuce and MinML (or maybe rather YAML)? http://xduce.sourceforge.net/ Eric -- ...
Eric van der Vlist
vdv@...
Oct 14, 2001 6:26 pm
4935
Thanks Tom and Oren, YAML looks scary to me ;-) I think that's because I'm not a computer ;-) I need to think about both postings. I think I should elaborate a...
PaulT
pault12@...
Oct 14, 2001 8:08 pm
4936
... At a glance, It looks like an alternative syntax for MinML, with an integrated (DTD based) schema language and an integrated transformation language. As...
Oren Ben-Kiki
orenbk@...
Oct 15, 2001 8:08 am
4937
So, I want a 'universal binding' mechanism for XML. I don't want a direct binding to *current* XML model ( nodeset ), but instead I want some brutal binding to...
I'm excited about Chunks. It is intuitive, fast, and I can map anything into Chunks. I tried with that purchase order stuff ;-). It somehow enforces something...
... This seems very similar to the model for Rhythmic-XML. Each map contained keys whose values are either scalars (as for your '#value') or lists of maps (as...
Oren Ben-Kiki
orenbk@...
Oct 18, 2001 6:55 am
4940
Many thanks! I was sure that it was discussed before! So this is Don's model + "attibutes don't clash with children" view + some twist with arrays ( I'l show...
... Rhythmic-XML was rejected because "it wasn't XML". That is, it *looks* like XML but doesn't *behave* like XML, in important ways. I tend to agree with ...
Oren Ben-Kiki
orenbk@...
Oct 18, 2001 7:24 am
4942
... file. ... My array is *not* your array. I think that's the whole point of rythmic XML ( and 'Chunk' ). When you want a node to keep more than one list -...
... This feels a lot like the model I've been trying to sell. Each chunk has both a map and list, although the list must be reached in your case through an...
... I'm not considering a round-tripping a requirement for *binding*. The task I'm trying to solve is : I have some XML file. I need to write a perl script ...
... I wasn't clear. What I'm asking is: Suppose I take your binding, and create a certain in-memory construct using it, then emit it as XML. What will it look...
Oren Ben-Kiki
orenbk@...
Oct 18, 2001 10:51 am
4948
... From: "Oren Ben-Kiki" <orenbk@...> ... create ... Chunks are *not* supposed to be emited ( they could be, but I never thought of possible...
... Ah. I get it. Interesting idea. Once you remove the need to re-emit the data, it does give you a lot more freedom. And it is a viable concept - useful for...
Oren Ben-Kiki
orenbk@...
Oct 18, 2001 12:28 pm
4950
... From: PaulT [mailto:pault12@...] Sent: Wednesday, October 17, 2001 8:55 PM To: sml-dev@yahoogroups.com Subject: [sml-dev] Binding. Step 1. I'd...
Champion, Mike
mchamp@...
Oct 18, 2001 1:18 pm
4951
... not ... ... not only ... When I query XML document / server with XQuery or in some other way, and if the result of the Query is NXML ( and I think that it...