Search the web
Sign In
New User? Sign Up
sml-dev
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 4922 - 4951 of 5159   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4922
... You are probably right. I have hard enough time figuring out what I am saying. <g> - Don...
Don Park
donpark@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
PaulT
pault12345
Offline Send Email
Oct 18, 2001
12:55 am
4938
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...
PaulT
pault12345
Offline Send Email
Oct 18, 2001
6:51 am
4939
... 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@...
Send Email
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...
PaulT
pault12345
Offline Send Email
Oct 18, 2001
7:07 am
4941
... 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@...
Send Email
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 -...
PaulT
pault12345
Offline Send Email
Oct 18, 2001
8:08 am
4943
... 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...
Sjoerd Visscher
sjoerd_visscher
Offline Send Email
Oct 18, 2001
8:14 am
4944
... 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 ...
PaulT
pault12345
Offline Send Email
Oct 18, 2001
8:16 am
4945
... I totally agree: replace <chunk_entry> with <_> and it's my preferred taste of minxml! Sjoerd...
Sjoerd Visscher
sjoerd_visscher
Offline Send Email
Oct 18, 2001
8:16 am
4946
... From: "Sjoerd Visscher" <sjoerd@...> ... There are actually some not obvious things with the attributes ( however, I still want attributes, for...
PaulT
pault12345
Offline Send Email
Oct 18, 2001
8:34 am
4947
... 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@...
Send Email
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...
PaulT
pault12345
Offline Send Email
Oct 18, 2001
11:48 am
4949
... 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@...
Send Email
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@...
Send Email
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...
PaulT
pault12345
Offline Send Email
Oct 18, 2001
7:38 pm
Messages 4922 - 4951 of 5159   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help