Two list admin items 1) I have archived the list up to September on http://emily.ch.ic.ac.uk/listarch/xml-dev/index.html This is a direct link to the CD-ROM...
Rzepa, Henry
h.rzepa@...
Oct 1, 1998 8:48 am
4891
Hello, After having read about the purpose/declaration of NOTATIONS in XML from the spec. I had a ques. :- I have a sample xml file :- <?xml version="1.0" ?> ...
Amit Rekhi
amitr@...
Oct 1, 1998 9:27 am
4892
Michael, ... 1. Using XML just for describing the structure of the data makes no sense because you can not use generic XML tools to process the data. 2....
Don Park
donpark@...
Oct 1, 1998 9:35 am
4893
Hi Don, thanks for trying, but I don't think you're really speaking to my questions here! ... hence my observations re filters and oo file systems. ... 3rd nf...
Michael Ax
ax@...
Oct 1, 1998 10:01 am
4894
... The conception of XML-DEV was that it should act as a medium for people to develop and support XML, primarily through the contribution of code (especially...
Peter Murray-Rust
peter@...
Oct 1, 1998 11:03 am
4895
James, ... of if anyone would like. Could you pass on some examples of notation use with PI targets? ... I was wondering what these system identifiers contain....
Amit Rekhi
amitr@...
Oct 1, 1998 11:11 am
4896
I'd very much like us to explore how we can produce an interface/protocol for element/object-oriented programming. This has been catalysed by the early release...
Peter Murray-Rust
peter@...
Oct 1, 1998 11:19 am
4897
Don, I think this problem is so straightforward, so easy to solve, and so easy to know what the user (a web server sysop) needs. I'll take a stab at producing...
Dave Winer
dave@...
Oct 1, 1998 11:29 am
4898
Michael: Here's what I would do with those XML logs, I'd read them into a database and throw away the tagged text. Even then, the log info in the database ...
Dave Winer
dave@...
Oct 1, 1998 11:29 am
4899
... From: Amit Rekhi <amitr@...> ... Well, there isn't really much to show. Say I have a processing instruction for my FOP application: <?FOP...
James Tauber
jtauber@...
Oct 1, 1998 11:47 am
4900
Hi all, I've been looking at the DCD submission and the proposed DTD that was posted here a few days ago, and I have a few points to discuss- I thought this...
Olivo Miotto
olivo@...
Oct 1, 1998 12:16 pm
4901
From: Peter Murray-Rust <peter@...> ... doneParse().] ... Coins uses an XML Bindings file to define the mapping. I just completed the ...
Bill la Forge
b.laforge@...
Oct 1, 1998 12:19 pm
4902
peter I agree that the mapping issue is of vital importance. In a similar way to the SUN stuff I've developed a domBuilder that can take an XML file which...
Graham Moore
graham.moore@...
Oct 1, 1998 12:29 pm
4903
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@... Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ To (un)subscribe,...
O'Donnell, Michael
Michael.O'Donnell@...
Oct 1, 1998 12:37 pm
4904
Hello, I am in the process of attaching datatype validation routines for element content in my XML file. I have come up with 2 approaches (as listed below).,...
Amit Rekhi
amitr@...
Oct 1, 1998 12:51 pm
4905
I see two distinct things here: 1. Serialization 2. Document processing. When processing a document, the application should decide on the classes to be used...
Bill la Forge
b.laforge@...
Oct 1, 1998 1:00 pm
4906
... Regexps in PIs? ... In SAXON I use a Java method: setElementHandler(pattern, handler) The pattern is usually an element name but it can also be a simple...
Michael Kay
M.H.Kay@...
Oct 1, 1998 1:10 pm
4907
Quick notes... I am very pleased to see the quick and enthusiastic response. Please keep mailing. And we shall certainly need a virtual chair/conductor. Not...
Peter Murray-Rust
peter@...
Oct 1, 1998 1:11 pm
4908
From: Michael Kay <M.H.Kay@...> ... In coins v2, I've added both generic support for IDREF and a specialized IDREF for registering an EventListener. ...
Bill la Forge
b.laforge@...
Oct 1, 1998 1:24 pm
4909
Greetings, I work with msxml and xml files generated by a database. When a tag value is absent, the database don't generate the tag. In that way, when my ...
Éric Riblair
eriblair@...
Oct 1, 1998 1:29 pm
4910
... Of the two, I would probably use notations -- XSL is not yet finished and really has nothing to do with data types. However, you should not assign the...
Ron Bourret
rbourret@...
Oct 1, 1998 1:32 pm
4911
... The binding syntax should definitely be XML. I also suggest that it be done in such a way that the bindings can exist in a separate file (as shown in the ...
Ron Bourret
rbourret@...
Oct 1, 1998 1:48 pm
4912
... I think that the application of XML to things that are (a) large and (b) subject to fancy statistical processing is a good idea mostly as an *interchange*...
Tim Bray
tbray@...
Oct 1, 1998 1:53 pm
4913
... If the element is not required to be present (can be NULL in your database), change the DTD so that it's presence is optional. For example, if the foo ...
Ron Bourret
rbourret@...
Oct 1, 1998 1:55 pm
4914
... Nobody has ever managed to formalize a decision procedure. DCD deliberately takes the view that the declarative tools used to constrain elements and...
Tim Bray
tbray@...
Oct 1, 1998 1:55 pm
4915
[Resend, now that I can post again!] ... For Dublin Core, perhaps -- but not in general. Suppose the addition were to modify the content model for something ...
David Brownell
db@...
Oct 1, 1998 2:01 pm
4916
[ Resend, now that I can post again ] ... Well, sort of ... the "capture" can be as weak as "accept the callback to see if you want to save that bit of...
David Brownell
db@...
Oct 1, 1998 2:02 pm
4917
In the list of antecedents, let's not forget IBM's XML4J which has an "element factory" API for creating specialized elements. (Also, HotJava and Swing...
David Brownell
db@...
Oct 1, 1998 2:40 pm
4918
... I don't think that the XML spec. is very specific about the responsibilities of processors, but the convention in both the SGML and the XML worlds is to...
Paul Prescod
papresco@...
Oct 1, 1998 3:01 pm
4919
... To a first approximation, a type library in COM corresponds to a Java "Class" object. Both let you introspect on methods that are exposed by objects, see...