Fourthought, Inc. (http://Fourthought.com) announces the release of 4Suite 0.10.2 ... Open source tools for standards-based XML, DOM, XPath, XSLT, RDF ...
uche.ogbuji@...
Dec 1, 2000 11:21 am
25221
Fourthought, Inc. (http://Fourthought.com) announces the release of 4Suite Server 0.10.0 ... An open source XML data server based on open standards implemented...
uche.ogbuji@...
Dec 1, 2000 11:28 am
25222
many links from xml.com to xml.org, expecially the ones pointing to this list's archives are 404s how funny ste...
stefano debenedetti
debenedetti@...
Dec 1, 2000 11:30 am
25223
Hello, I have upgraded our educational tool XSLTracer, which enables the visualization of XSLT transformation. ... * Now enables the view of processing of...
Jiri Jirat
Jiri.Jirat@...
Dec 1, 2000 1:01 pm
25224
It was at the ACM HyperText conference in San Antonio, Texas, December of 1991, that the web was first announced publicly (I believe). I was there getting my...
Karl Best
karl.best@...
Dec 1, 2000 2:15 pm
25225
Yep. That is the mantra of logistics analysis. Function is not implementation; it is the contract for testable or observable behavior. It can be done as a...
Bullard, Claude L (Len)
clbullar@...
Dec 1, 2000 3:12 pm
25226
According to the Xerces API it should be possible to search an entire DOM-Document for an Element with a specific ID using getElementById(String elementId). ...
Bendik Vedeler
bendikv@...
Dec 1, 2000 3:42 pm
25227
The only way to tell a standard DOM implementation the name of the ID attribute for an element is to specify it in the DTD; Xerces may also do something...
Michael Champion
mchamp@...
Dec 1, 2000 4:08 pm
25228
I have two questions regarding transforming XML to PDF. 1. I get data from db2 as xml format. This file has different templates in it. When I transform this...
Geeta Gudavalli
ggudavalli@...
Dec 1, 2000 4:50 pm
25229
I am using a servlet running under Apache/JServ 1.1.1 (a bit oldie, but it is ok) with Xalan / FOP to the which I pass parameters to select the xsl file that ...
Gael G De Barbeyrac
debarbeyrac_gael@...
Dec 1, 2000 5:38 pm
25230
Len Bullard said - ... That's why I advocate that actual namespaces ought to be URIs that are clearly not URLs. That would discourage people from trying to...
Thomas B. Passin
tpassin@...
Dec 1, 2000 5:43 pm
25231
... [... message deleted...] Please refrain from posting attachments to this list :-). In the present case not only did we all receive 50KB of material but...
Peter Murray-Rust
peter@...
Dec 1, 2000 5:59 pm
25232
Is the following content model valid? Notice "Name" being the element and a particle in the content model. <!ELEMENT Name (#PCDATA | Name)*> After reading the...
Gregory M. Messner
greg.messner@...
Dec 1, 2000 8:22 pm
25233
Yes. The content model is valid. Mark Dudley ... From: Gregory M. Messner [mailto:greg.messner@...] Sent: Friday, December 01, 2000 2:36 PM To:...
Dudley, Mark
Mark.Dudley@...
Dec 1, 2000 8:37 pm
25234
Greg -- It's fine! There may be times when that type of recursion is confusing, but it is legal and often useful. -- Tommie ... -- ...
B. Tommie Usdin
btusdin@...
Dec 1, 2000 8:46 pm
25235
Yes. It may be perverse if names have names have names but legal. This is how MIL-n-87269 did system/susbsystem trees for interactive tech manuals. We did at...
Bullard, Claude L (Len)
clbullar@...
Dec 1, 2000 8:53 pm
25236
... I agree, but it doesn't seem to me that the prevailing standards give implementors very good choices in this regard. This whole URI/URL/URN/XML Namespaces...
Michael Brennan
Michael_Brennan@...
Dec 1, 2000 9:13 pm
25237
I've been wondering something about the design of XML. Why are unencoded greater-than (">") characters allowed in attribute values? I would have thought that...
Daniel Barclay
Daniel.Barclay@...
Dec 1, 2000 10:20 pm
25238
Michael Brennan ... are ... URI/URL/URN/XML ... extremely ... I tried out an xslt transformation using an arbitrary string for a namespace - even without a...
Thomas B. Passin
tpassin@...
Dec 1, 2000 10:57 pm
25239
... If you take a look at: http://www.w3.org/History/19921103-hypertext/hypertext/Conferences/ECHT90/In troduction.html It tells you about the conference that...
Sean B. Palmer
sean@...
Dec 2, 2000 12:36 am
25240
Right. On the other hand, the purpose of a registry is to make an association and that is also what a catalog does. I guess it depends on how sure one wants...
Bullard, Claude L (Len)
clbullar@...
Dec 2, 2000 4:31 am
25241
Geeta Gudavalli asked - ... templates in it. ... because the ... the data ... is given ... at a time ... the xls ... from DSR and ... You don't have any...
Thomas B. Passin
tpassin@...
Dec 2, 2000 5:39 am
25242
Documents are here to stay, and so is data. Roughly put, we have HTML/WWW for documents, and XML/RDF/SW for data. The problem we all face is that it is very...
Sean B. Palmer
sean@...
Dec 2, 2000 5:05 pm
25243
With xlink, topic maps, and RDF, we have plenty of possiblities for annotating documents, even third-party documents. Provided, that is, they are marked up in...
Thomas B. Passin
tpassin@...
Dec 2, 2000 6:05 pm
25244
... Yes, that's exactly my point. We need some kind of system (that isn't too comlicated) that allows us to anotate data, and have it either processed or ...
Sean B. Palmer
sean@...
Dec 2, 2000 6:37 pm
25245
... That's the big plus, along with the fact that your schema is much more readable (corrections to your slight mis-use of the syntax): <xs:element...
Henry S. Thompson
ht@...
Dec 3, 2000 2:39 pm
25246
The next release of XED [1], coming Real Soon Now, will include sources. ht [1] http://www.ltg.ed.ac.uk/~ht/xed.html -- Henry S. Thompson, HCRC Language...
Henry S. Thompson
ht@...
Dec 3, 2000 2:59 pm
25247
... This functionality is not supported by XML Schema. All derivation in XML Schema is based on restriction or extension, and it's not clear to me what this...
Henry S. Thompson
ht@...
Dec 3, 2000 3:06 pm
25248
... I've been thinking about this sort of data syndication problem for the past few months, and have sketched out some simple ideas at ...
Ian Graham
igraham@...
Dec 3, 2000 5:36 pm
25249
Hi, What I want to do is to take the following blah, blah from the document: <anElement> <![DATA[ blah,blah.. ]]> </anElement> ANd I specify my DTD like...