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@...
Jan 1, 2000 6:25 pm
16440
... In order to support the "old" AttributeList.getValue (String name), AttributeList needs to be aware of the element's namespace. If getElementNamespace ()...
Stefan Haustein
stefan.haustein@...
Jan 2, 2000 2:27 am
16441
All- I'm trying to get my head around the latest revision (12-17-99) of the XML Schema spec, as it changes quite a bit from previous versions. If someone...
Brett McLaughlin
bmclaugh@...
Jan 2, 2000 3:12 am
16442
FormatData (http://www.formatdata.com) announces: The Document Encoding and Structuring Specification for Electronic Recipe Transfer (DESSERT) version 0.2 ...
FormatData
dessert@...
Jan 2, 2000 6:31 am
16443
Hi Folks, I have two questions: 1. What is the difference between null and empty? 2. How is nullable/null used? My understanding of the difference between null...
Roger Costello
costello@...
Jan 2, 2000 1:03 pm
16444
... Having this be read-only means that there's no portable way to use this "dom iterator" facility, since there's no way to feed initial the DOM node to it!! ...
David Brownell
david-b@...
Jan 2, 2000 5:34 pm
16445
... This is not quite the right approach. The default namespace declaration is doing no work, and is unlikely to yield the right results. The preferred...
Henry S. Thompson
ht@...
Jan 2, 2000 6:57 pm
16446
... Ah -- but what was that post-processor trying to do, then? I once did a pretty quick'n'dirty one that cost barely 10% even though it used DOM data...
David Brownell
david-b@...
Jan 2, 2000 6:58 pm
16447
... Actually I think the namespace spec defines { undeclared, "a", valid-prefix } as "namespace-nonconformant", AKA some kind of error which they neglected to...
David Brownell
david-b@...
Jan 2, 2000 7:04 pm
16448
... Also, the only place it's documented to be thrown is in a constructor which also throws IOException. I expect the documentation is missing a fair number...
David Brownell
david-b@...
Jan 2, 2000 10:38 pm
16449
... That's possible regardless of the inheritance of SAXException, so that can't be your real motivation. ... Is that the motivation? In my work, such cases...
David Brownell
david-b@...
Jan 2, 2000 11:43 pm
16450
Hi, folks. Happy millenium to you all. I think Millenium bug is an euphoria, isn't it ?! Vita Prihatoni Purnomo ... xml-dev: A list for W3C XML Developers. To...
Vita Prihatoni
vita96@...
Jan 3, 2000 4:55 am
16451
I'm wondering if anyone has any leads as to how to implement XML digital signatures within a web-based form. Sam xml-dev: A list for W3C XML Developers. To...
Brown, Sam
sbrown@...
Jan 3, 2000 5:54 am
16452
Hi, I need access attribute values of my XML code in my XSL code. Any suggestions please Rgds, Ashish Araise, Awake, stop not till the goal is reached - Swamy...
Ashish Agarwal,AMB Ch...
ashish_agarwal@...
Jan 3, 2000 10:59 am
16453
i had understood {"","a",""}, from the example, to denote a name in a namespace for which there would have been a declaration, namely a binding such as <......
james anderson
James.Anderson@...
Jan 3, 2000 11:11 am
16454
hierarchical namespaces provide the ability to establish symbol identity indirectly by specifying a network of inheritance relationships among the sets of...
james anderson
James.Anderson@...
Jan 3, 2000 11:35 am
16455
... use @attributename, as in: <xsl:value-of select="@attribute1"/> The "@" symbol denotes that you are referring to an attribute instead of an element. ...
Thomas B. Passin
tpassin@...
Jan 3, 2000 1:44 pm
16456
... Basically, an NS layer has to look at every element and attribute name and check whether it begins with xmlns or contains a colon, and it has to copy (or...
David Megginson
david@...
Jan 3, 2000 2:28 pm
16457
... I don't think it is all that cut and dry. Let's say that you are reading information from a TCP/IP pipe. And that, according to the protocol, the next...
Clark C. Evans
clark.evans@...
Jan 3, 2000 2:58 pm
16458
Hi Folks, In section 3.7 of the XML Schema spec it talks about the mechanism for indicating uniqueness (of elements, attributes, or combinations thereof). It...
Roger Costello
costello@...
Jan 3, 2000 4:51 pm
16459
... Actually, everything boils down to an EINVAL at some level ... everything else is just varying layers of sugar to explain what was INVAL ! ;-) - Dave ...
David Brownell
david-b@...
Jan 3, 2000 5:28 pm
16460
Hi, Can anyone help me out.Any ideas or suggestions will be greatly helpful for me. I've a list box with all the tag name attributes in my xml file . Say as, ...
tmmet tvp
tmmet@...
Jan 3, 2000 5:28 pm
16461
... Sorry this isn't clearer: The scope is indicated by where the declaration goes: if I put a <key> element within an element declaration for an element...
Henry S. Thompson
ht@...
Jan 3, 2000 5:33 pm
16462
... Yes. And the detail of such sugar should depend upon the task being performed. A SAX parser is not a library of functions each performing distinct...
Clark C. Evans
clark.evans@...
Jan 3, 2000 6:21 pm
16463
I have a hopefully simple question concerning locally scoped element decls and namespaces. Here is an example schema: <schema...
Gabe Beged-Dov
begeddov@...
Jan 3, 2000 6:30 pm
16464
... The interface spec captures such details. So for example "it's not there" (EINVAL) is distinct from "what's there is corrupt" (EINVAL) is distinct from ...
David Brownell
david-b@...
Jan 3, 2000 7:18 pm
16465
The namespaces specification does not provide any particular means to associate a namespace with any defining or collateral documents (e.g. schemas). It only...
Andrew Layman
andrewl@...
Jan 3, 2000 7:27 pm
16466
The first is the right interpretation of local namespaces. ... From: Gabe Beged-Dov [mailto:begeddov@...] Sent: Monday, January 03, 2000 10:11 AM To:...
Andrew Layman
andrewl@...
Jan 3, 2000 8:10 pm
16467
... Of course it would be nice to have a more explicit list of specific exceptions... However, the question was if these exceptions (be it one or many explicit...
Clark C. Evans
clark.evans@...
Jan 3, 2000 8:10 pm
16468
Let me see if I understand this correctly. If I wish to indicate in the instance document that everything between <Person> and </Person> conforms to the...