Historic Highs Are Ahead For The U.S. Dollar Introducing Open Option Trading In The Index Dollar Free Index Report http://www.ebprofits.net/sites/currency/ ...
ytjt7tyuteiytu7o@...
Dec 9, 2001 10:48 am
5003
PXDB is a simple application, written in Python. It takes XML files ( Chunks ) and places them into (any) SQL database. There are also APIs for querying /...
Sjoerd, In fact, if implementing your syntax for morphing, that could make some kind of 'stored procedures'. On another hand, I was also thinking about XML-RPC...
... I think this is worthwhile in any case! ... I must admit that I find it hard to grasp how things actually get stored. ... I still like the idea of heaving...
... Schemas are stored in XPATH To get all valid CPaths for some schema : select * from XPATH order by scm_id, lvl, xpath where scm_id = 1 xpath_id scm_id...
Just thought I'd drop in a note here and say that YAML is moving along very nicely. The spec is riddled with bugs, but no major syntax changes are planned....
This is about lists and hashtables. 1. My understanding is that YAML has taken Don's 'array is a vending machine and index is just a key' approach, Chunks...
... I prefer to use sequence and mapping for the nomenclature, since they do not tend to have a algorithemic connotations... and both of them are different...
Clark, Thank you very much for the input ( I definitely like YAML more and more ) , but I still don't see the solution for the original Puzzle, which is: How...
Hello Paul, ... When I run into an interesting problem, I usually step back and see if there is a similar problem in the real world. When there are many...
... I was assuming that you wanted to keep the "login" as part of the mapping... if this is still true, you can use the alias mechanism to remove the...
Hello Don, ... What it means to me is that the fact that there is 'USER' and we have several 'USER's , that fact *beats* a) b) c) , because : 1. We have some...
Is somebody interested in reasonable XPath that can be used for updates, will be terse, XSLT-free e t.c. ? It seems that I would be desgning and implementing...
... I want to keep 'login', because USER has a 'login' property, so it should be presented. Right? ... To me this looks like a trick. Nice one, but I'd like...
<just a thought> Order is one more dimension which has a relation 'is next to' defined. The "ideal data model" could be based on multidimentional spaces with...
My recommendation is to post a short summary, a list of ideas and samples to XML-DEV to see anyone is interested. I think enthusiasm for XML, let alone SML,...
Paul, I don't think you understood I what was trying to say. Hardly surprising since I neglected to mention the intermediate steps in my thoughts. Allow me...
Don, ... I think I did, but in the usual, twisted way. I also think that what I'm trying to say is not clear as well ;-) ... my ... ... First problem was...
... YAML is a graph, thus an id/href like system is required to flatten the graph as a tree. This is a simple mechanism to accomplish this and it is very...
... As Clark pointed out YAML has the notion of a type associared with each node. It occured to me that most of the time an XML tag carries the same ...
Oren Ben-Kiki
orenbk@...
Dec 13, 2001 1:59 am
5025
Oren, great summary. I agree with *everything* you said, but I make another conclusion. ... It could be that most programming lanuages suck, because this 'I...
... What you describe here is the structure of a relational database (a set of tuples). Each table is an unordered set of things having the component...
... Right. Your userlist is a classic relation. You would make Dr. Codd very happy. Most programming languages don't have relations built in. Some have...
Introducing GROW LEAN 15 As seen on NBC, CBS, CNN, and even Oprah! The health discovery that actually reverses aging while burning fat, without dieting or...
xbqyo@...
Dec 13, 2001 7:58 pm
5030
... If you mean "there is a constraint that the content of the <USER> tag must be unique", than neither XML nor YAML would enforce this without relying on ...
Oren Ben-Kiki
orenbk@...
Dec 13, 2001 11:24 pm
5031
... I disagree. Sequence is an order with 'is next to' defined. Things can be ordered and yet not be adjacent. This is a real problem given the specification...