... Nice to see all this creativity, but the "powered by" text has to go. XML is per definition *internationalized* and designed for use on the WORLD WIDE...
Tim Bray
tbray@...
May 1, 1999 8:01 pm
9884
As requested here is the 88x31 version and in lower case... Sorry for posting in on the list..but as of the moment there seems to be some confusion on who i am...
Jim Garrett
jgarrett@...
May 1, 1999 9:19 pm
9885
... What about icons for valid XML and well-formed XML? XML+CSS? Regards, Tony Graham ====================================================================== ...
Tony Graham
tgraham@...
May 1, 1999 10:03 pm
9886
... What about icons for invalid and unparseable XML? ... /Jelks xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@... Archived as:...
Jelks Cabaniss
jelks@...
May 2, 1999 12:40 am
9887
... Grin. OK, so here is a *text based* icon. Indeed, it is well formed XML. Its even valid. And when gzipped, simulating the transmission size over HTTP/1.1,...
Chris Lilley
chris@...
May 2, 1999 1:08 am
9888
... Cool. Since people here presumably favor *standards based* approaches, how about an icon that pumps up real done&delivered stable standards, i.e. XML+CSS....
Tim Bray
tbray@...
May 2, 1999 1:12 am
9889
... You appear to be mixing up bytes and characters. ... Right. For the reasons that you mention. Instead, try using the same Unicode character throughout and...
Chris Lilley
chris@...
May 2, 1999 1:12 am
9890
Perl XML FAQ 1.1 This FAQ contains information related to using and manipulating XML with Perl. It can be found on the Web at: ...
Jonathan Eisenzopf
eisen@...
May 2, 1999 1:14 am
9891
... It would be neat to do an icon for XML+CSS, written in XML+CSS. For just XML on its ownsome, though, I guess you can't have an icon. Well, okay, perhaps...
Chris Lilley
chris@...
May 2, 1999 1:16 am
9892
... Sorry. "Just XML" is taken <cough/>. ========================================================== John E. Simpson | The secret of eternal youth ...
John E. Simpson
simpson@...
May 2, 1999 4:10 am
9893
comments please here is the extendibility of the original xml +css...
Jim Garrett
jgarrett@...
May 2, 1999 5:04 pm
9894
...who am I supposed to send the dinky buttons samples to so that all list members can view them... rather than continue to bog the list server down... please...
Jim Garrett
jgarrett@...
May 2, 1999 5:06 pm
9895
XML / XSL Logo selection Alan Kennedy and I have collaborated to provide the xml/xsl community a framework for submitting, viewing and voting on logos. ...
Sean Brown
sean@...
May 2, 1999 6:23 pm
9896
Hello. I'm relatively new to Java, so please forgive if this is a simple question. I'm using SAX to render a treeview table of contens from XML where the...
Stockett, Jeff
stockett@...
May 2, 1999 8:33 pm
9897
as per request here is the dinky button with css w/o the plus sign...
Jim Garrett
jgarrett@...
May 2, 1999 8:46 pm
9898
My slides on the industrial benefits of adopting the grove paradigm, given last week during the HyTime Track at XML Europe 99, are available at...
Steven R. Newcomb
srn@...
May 2, 1999 11:50 pm
9899
... I don't see the stack being initialised anywhere... jalal xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@... Archived as:...
jalal
jalal@...
May 3, 1999 8:50 am
9900
<Hi/> I am working on a system to handle ECG (Electrocardiogram) binary data. I am using XML to manage all the meta-data (concerning identification, patient, ...
Patrice Bonhomme
Patrice.Bonhomme@...
May 3, 1999 8:50 am
9901
Is there any difference between <!ATTLIST foo xml:link CDATA FIXED "simple"> versus <!ATTLIST foo xml:link (simple) "simple"> In the first case I define an...
Roger L. Costello
costello@...
May 3, 1999 1:33 pm
9902
... I can't put that much faith in the clients; the world is not yet 100% Unicode-compliant. (I mentioned the Bloomberg terminals, and I know that we're...
DuCharme, Robert
DuCharmR@...
May 3, 1999 2:43 pm
9903
... In this case, yes; in general, no, because enumerated values must be nmtokens, whereas a CDATA FIXED attribute can have any value, like an URL. -- John...
John Cowan
cowan@...
May 3, 1999 2:45 pm
9904
... And whitespace normalisation is different, too. <foo xml:link="simple"> and <foo xml:link=" simple "> will only be treated as the same in...
James Tauber
jtauber@...
May 3, 1999 3:05 pm
9905
Can someone give me a practical example of using conditional sections in a DTD? I am having a hard time seeing any real use for it. Every example that I come...
Roger L. Costello
costello@...
May 3, 1999 3:24 pm
9906
The more I work with RDF, the more I find it fascinating in the abstract but annoying in the concrete. The biggest problem is that RDF claims an extremely...
David Megginson
david@...
May 3, 1999 3:31 pm
9907
... Look at the XHTML modularization working draft ... conditional sections are used for conditionally including feature modules (which may not be the term...
David Brownell
david-b@...
May 3, 1999 4:19 pm
9908
Hi, I am searching a NDS directory for an experiment. I do not have a NDS directory available. Here is the experiment: a) a XML document is parsed and its...
Didier PH Martin
martind@...
May 3, 1999 5:11 pm
9909
Patrice Bonhomme asks how to put binary data into an XML instance. Obviously, one cannot just put binary data inline without some form of encoding. Here one...
Andrew Layman
andrewl@...
May 3, 1999 5:51 pm
9910
... May I respectfully submit that the problem is not the complexity of the model underlying RDF, but its simplicity and relative freedom from restriction,...
W. E. Perry
wperry@...
May 3, 1999 6:15 pm
9911
David, I see where you are going with this - develop an API for RDF. Out of curiosity, why isn't the SAX API adequate? After all, RDF is just XML. Let the...
Roger L. Costello
costello@...
May 3, 1999 6:47 pm
9912
... I'm not certain that I follow -- I did not consider extensions at all in my essay. Certainly, it is possible to build complex layers on top of a simple ...