... 1. Please could we retain the convenient public String getValue (String name); 2. I thought the consensus was that getType should return an integer, ...
Michael Kay
M.H.Kay@...
Mar 2, 1998 10:12 am
967
In my xml based application I want to write xml documents with some kind of indirect links, since I don't know the exact location of a link target at the time...
Steffen Rodig
rodig@...
Mar 2, 1998 3:07 pm
968
... [...] ... We have an almost identical challenge, with the added qualifications that a) all our pages are customized and generated on the fly, out of the ...
Mark Szpakowski
szpak@...
Mar 2, 1998 4:17 pm
969
... Does this mean, that you create HTML out of data structures that are in no way related to [X|HT]ML? We want to stick with XML in the repository 'cause we...
Steffen Rodig
rodig@...
Mar 2, 1998 4:44 pm
970
In message <199803021453.PAA28485@...>, Steffen Rodig <rodig@...> writes ... There are two possible lines of attack suggested by XML itself (as...
Richard Light
richard@...
Mar 2, 1998 5:16 pm
971
I've noticed some mention of XML for electronic commerce (inter@ctive week, 2/16/98) and as an alternative to EDI (XML A Primer by Simon St. Laurent, p193). I...
Bill la Forge
b.laforge@...
Mar 2, 1998 5:53 pm
972
It's legal to reference a parsed entity from an attribute value, and every XML processor should be able to handle it. To do this properly, the reference would...
Eve L. Maler
elm@...
Mar 2, 1998 5:57 pm
973
Richard, I can't even believe it: I am just reading your book "Presenting XML"! This is way cool! ... Ok, without the need, but also without the possibility? ...
Steffen Rodig
rodig@...
Mar 2, 1998 6:06 pm
974
I'd like to ask everybody to be a little bit more careful with checkins. I know that we are in crunch mode and there doesn't seem to be enough time but believe...
Istvan Cseri
istvanc@...
Mar 2, 1998 7:08 pm
975
Istvan Cseri would like to recall the message, "build breaks". xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@... Archived as:...
Istvan Cseri
istvanc@...
Mar 2, 1998 9:05 pm
976
... Take a look at Open Trading Protocol at http://www.otp.org - getting something like this to work was critical to the overall protocol effort. It's too big...
Chris Smith
smith@...
Mar 2, 1998 10:40 pm
977
Hello all, I am new at using XML. Is the only way you can use XML through java? Or can you in some way use it directly embedded in the page? Thanks, David ...
SaxManJzz
SaxManJzz@...
Mar 2, 1998 10:47 pm
978
If the client is using IE4, you can utilize the built in XML parser in IE4, learn more at http://www.microsoft.com/xml/ The only other way to do it on the...
Jeremie Miller
jeremie@...
Mar 3, 1998 12:21 am
979
... You can make use of XML through CGI scripts and parsers written in C, C++, etc... I've been using LtXML (http://www.ltg.ed.ac.uk/software/xml/index.html)...
J. Cupp
jcupp@...
Mar 3, 1998 4:29 pm
980
When I try to reference an entity within an attribute value, the parser (I am using msxml) complains. The message that I am getting is 'Invalid element in...
Wilf Reedijk
wilfr@...
Mar 3, 1998 7:56 pm
981
Eve L. Maler
elm@...
Mar 3, 1998 9:04 pm
982
I've been attempting Ye Olde XML-Parser-in-Java exercise, mainly to help me get to grips with Java. The last week has seen me struggling over character...
Jeni Tennison
jft@...
Mar 4, 1998 9:28 am
983
... The answer to this explains the otherwise mysterious missing range D800 to DFFF. These 2 * 2^10 missing characters can be used in pairs to represent the...
Richard Tobin
richard@...
Mar 4, 1998 10:57 am
984
... Looks OK to me (and rxp), except that <?XML should be lower case. The error message appears to be objecting to the element content, rather than the...
Richard Tobin
richard@...
Mar 4, 1998 1:41 pm
985
... 1.) ... 2.) ... 3.) ... 4.) ... What about to have two methods - setValidate(boolean validate) - setStandalone(boolean standalone) (and the corresponding...
Juergen Modre
jmodre@...
Mar 4, 1998 2:40 pm
986
The rationale for XLogo - experimental Meta OOP project - can be found at : http://www.geocities.com/SiliconValley/Lakes/3767/xlogo-index.html#why Thanks, Dima...
Dmitri Kondratiev
dima@...
Mar 4, 1998 4:28 pm
987
webMethods, Inc. today announced that it is now distributing its XML- based Web Automation Toolkit for free. You may download the Web Automation Toolkit from...
Joe Lapp
jlapp@...
Mar 4, 1998 6:24 pm
988
Speakers for the March 27 XML Developers' Day in Seattle have now been selected. See the preliminary schedule of presentations below. Abstracts describing...
Jon Bosak
Jon.Bosak@...
Mar 5, 1998 1:09 am
989
In message "Re: Char & Java implementation", Richard Tobin wrote... ... You are right. Surrogate pairs are not available in UCS-2. In message "Re: Char &...
MURATA Makoto
murata@...
Mar 5, 1998 1:28 pm
990
Hello all, Perhaps I've missed something, but I don't see that the start and end points of XML documents are well defined, ie. something like <xml> and </xml>,...
Tom Bannon
bannon@...
Mar 5, 1998 5:31 pm
991
[Tom Bannon] ... The point of XML is that you can name your own element types. A required one would defeat the entire purpose. An XML document may have...
Chris Maden
crism@...
Mar 5, 1998 5:34 pm
992
... My take is that XML offers a method of structured description. Required pieces would not damage such a goal, aesthetically unpleasing as they might be....
Tom Bannon
bannon@...
Mar 5, 1998 6:46 pm
993
[Tom Bannon] ... What's poorly defined about <foo>...</foo>? The first <thing> you find starts the document. The matching </thing> ends it. ... Having...
Chris Maden
crism@...
Mar 5, 1998 6:51 pm
994
... Yes, you've missed something :-). HTML has <html> and </html> because there is an implied (if missing) <!doctype HTML system> at the beginning of every...
Ken MacLeod
ken@...
Mar 5, 1998 7:26 pm
995
[Ken MacLeod on xml-dev] ... No, you won't. Not necessarily. An XML document can be completely well-formed without a DOCTYPE declaration (where, BTW, the...