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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 875 - 904 of 5159   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
875
XMLIO is my lightweight library for generating and processing SML/XML streams in C or C++ applications where application data structures or configuration...
Paul Miller
stele@...
Send Email
Jan 1, 2000
5:45 pm
876
... just ... Possibly. I feed XML into the system, and get HTML out of it, so I don't have <?xml in neither input or output. I guess that if the output was ...
Oren Ben-Kiki
oren@...
Send Email
Jan 2, 2000
8:14 am
877
Your email message RE: "sml-dev digest" addressed to Ian H Molesworth has been successfully delivered. Ian H Molesworth is currently out of the ...
Out of Office Agent
out_of_office_agent@...
Send Email
Jan 2, 2000
10:38 am
878
Paul, XMLIO looks very good, expecially the structure member parsing stuff. I have one question: how do you handle recursive XML patterns? For example: ...
Don Park
donpark@...
Send Email
Jan 2, 2000
12:33 pm
879
... How deep would the recursion go? This *could* be a problem if its dozens of levels deep, depending on the platform, since the hierarchy is pulled ...
Paul Miller
stele@...
Send Email
Jan 2, 2000
3:02 pm
880
I'd like to propose that whitespaces is *always* insignificant in SML. * Whitespace may often be used to make the SML document more readable... <person> ...
Clark C. Evans
clark.evans@...
Send Email
Jan 2, 2000
5:34 pm
881
Never doubt that a small group of thoughtful, committed citizens can change the world; indeed, it is the only thing that has. - Margaret Mead Reasonable people...
Joe Lapp
joe@...
Send Email
Jan 2, 2000
6:45 pm
882
... Because I was pointing out a general issue in a general push/pull metaphor, recursion depth limit question is not applicable. One possible way I came up...
Don Park
donpark@...
Send Email
Jan 3, 2000
12:37 am
883
... How about: Whitespaces are significant *only if* they are surrounded by non-whitespaces. Conceptually simple, implementation might be a little complicated...
Don Park
donpark@...
Send Email
Jan 3, 2000
12:46 am
884
Added to SML Gems. Would it be weird if we end up with more gems than use cases? <g> Don Park - mailto:donpark@... Docuverse -...
Don Park
donpark@...
Send Email
Jan 3, 2000
12:51 am
885
... I did this originally by implementing my interface over expat (I was building an event queue from expat events, and pulling them from within my handlers)...
Paul Miller
stele@...
Send Email
Jan 3, 2000
12:59 am
886
... Imagine an XML processing framework into arbitrary processing modules can be plugged in at runtime. If XMLIO is used to write the framework, an element can...
Don Park
donpark@...
Send Email
Jan 3, 2000
1:47 am
887
Hello. I think I found some minor strange things there, when markup migrates to the content, but the rationale behind the migration is not obvious. I would...
Paul Tchistopolskii
pault12@...
Send Email
Jan 3, 2000
3:00 am
888
I guess I am managing it. The history of the file is: I wrote an HTML file from the various tables (Use Cases, Goals, etc.). Mike turned it into an XML file...
Don Park
donpark@...
Send Email
Jan 3, 2000
3:23 am
889
... From: "Paul Tchistopolskii" <pault12@...> To: <sml-dev@eGroups.com> Sent: Sunday, January 02, 2000 10:04 PM Subject: [sml-dev] Who is managing...
Michael Champion
Mike.Champion@...
Send Email
Jan 3, 2000
3:30 am
890
... For example, I think <label>Editors:</label> Should actualy be: <editors> </editors> and <vnum>Version 1.0</vnum> should actualy be <vnum>1.0</vnum> ... By...
Paul Tchistopolskii
pault12@...
Send Email
Jan 3, 2000
3:39 am
891
... From: "Paul Tchistopolskii" <pault12@...> To: <sml-dev@eGroups.com> Sent: Sunday, January 02, 2000 10:44 PM Subject: [sml-dev] Re: Who is managing...
Michael Champion
Mike.Champion@...
Send Email
Jan 3, 2000
3:56 am
892
... OK, this was definately a hack. I asked about it before asking about more subtile things. But what about <vnum>1.0</vnum> Also, I would like to point that...
Paul Tchistopolskii
pault12@...
Send Email
Jan 3, 2000
4:13 am
893
... From: "Paul Tchistopolskii" <pault12@...> To: <sml-dev@egroups.com> Sent: Sunday, January 02, 2000 11:18 PM Subject: [sml-dev] Re: Who is managing...
Michael Champion
Mike.Champion@...
Send Email
Jan 3, 2000
4:41 am
894
Paul, We do need a DTD for SML-DEV specs and we should build one, either from scratch or by taking something else (i.e. W3C or DocBook). As Mike indicated, the...
Don Park
donpark@...
Send Email
Jan 3, 2000
4:42 am
895
"don park" <donpar-@...> wrote: original article:http://www.egroups.com/group/sml-dev/?start=894 ... BTW, a good starting point might be the W3C...
Mike Champion
mike.champion@...
Send Email
Jan 3, 2000
4:56 am
896
... 1. I don't think I would like to write the DTD right now. I'l better to generate the DTD with DTDGenerator at some point later. 2. I don't think I'l like...
Paul Tchistopolskii
pault12@...
Send Email
Jan 3, 2000
6:30 am
897
Paul, ... Some thoughts: 1. People use Head/Body pattern quite often (see SOAP) because people are familiar with it. You see a Body tag, you immediately think...
Don Park
donpark@...
Send Email
Jan 3, 2000
7:33 am
898
I recently ran across SCSU (Standard Compression Scheme for Unicode [SCSU]) which seems to be superior to both UTF-8 and UTF-16. Have you guys looked at it?...
Don Park
donpark@...
Send Email
Jan 3, 2000
7:36 am
899
... Superior? In what way? Oh, granted that the file size would be smaller, in some cases. But, trying to mix compression and encoding is doomed to failure. By...
Oren Ben-Kiki
oren@...
Send Email
Jan 3, 2000
7:57 am
900
... From: Don Park <donpark@...> ... I'l likely to say that 'head' is about 'attributes'/'properties' of the 'object', when body is about the...
Paul Tchistopolskii
pault12@...
Send Email
Jan 3, 2000
8:03 am
901
I think that there could be something like 'design patterns'. Like: Objects with content and only one 'property' could omit <head> section. If the content part...
Paul Tchistopolskii
pault12@...
Send Email
Jan 3, 2000
8:37 am
902
No magic with 'body-parts' theme. I was referring to the physical aspects of a well-known mammal which tends to get very excited or scared by lots of zeros....
Don Park
donpark@...
Send Email
Jan 3, 2000
8:38 am
903
... My feeling is that you are following a false path. None of the design patterns you presented offer any substantial advantage over the basic 'Head-Body'...
Don Park
donpark@...
Send Email
Jan 3, 2000
10:40 am
904
... Superior in storage and transmission efficiency over short to medium size text. By effiency, I mean that SCSU offers good speed/size ratio. SCSU is...
Don Park
donpark@...
Send Email
Jan 3, 2000
11:05 am
Messages 875 - 904 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