Smart Transcoder announcement (IDOOX): [ http://www.zvon.org/index.php?nav_id=40 ] an integrated framework for information processing that can be seamlessly...
Miloslav Nic
nicmila@...
Sep 1, 2000 12:17 pm
23140
... that would be great. Maybe we should just consider the following: in the readme file provided by the stylesheet from Microsoft for XDR you can read the...
David Valera
dvalera@...
Sep 1, 2000 3:16 pm
23141
[The tip list I'm announcing here may be a little too low-level for many of the members of this list, but it might be useful for others. Even if you ...
Simon St.Laurent
simonstl@...
Sep 1, 2000 5:20 pm
23142
The first public Working Draft of DOM Level 3 is now available: http://www.w3.org/TR/2000/WD-DOM-Level-3-Core-20000901/ ...
Philippe Le Hegaret
plh@...
Sep 1, 2000 5:54 pm
23143
Can someone please clarify the relationship of these statements in the xml-infoset (07/28/2000) spec: "Information items do not map one-to-one with the Nodes ...
Bullard, Claude L (Len)
clbullar@...
Sep 1, 2000 6:04 pm
23144
Hello Claude. 8-) Infoset only says what kinds of information are extractable from an XML document. The first quote probably means that DOM and XPath nodes may...
Jacek Kopecky
jacek@...
Sep 3, 2000 12:55 pm
23145
Hi Folks, I have a question about deriving by extension from a user defined simpleType. Suppose that I would like to create a schema for this: <cost...
Roger L. Costello
costello@...
Sep 3, 2000 5:23 pm
23146
Roger, Yes, I think your derivation is legal and you have a similar example in the XML Schema Primer (http://www.w3.org/TR/xmlschema-0/#complexTfromSimpleT). I...
Eric van der Vlist
vdv@...
Sep 3, 2000 5:27 pm
23147
I did something for XDR schemas (follow the link from http://www.boynings.co.uk) which I preferred to the Microsoft one, especially for large schemas. I looked...
Paul Spencer
paul.spencer@...
Sep 3, 2000 7:46 pm
23148
Hi Folks, Consider this regular expression: (.)+\.(gif|jpg|jpeg|bmp) As I interpret this regular expression it says, "one or more occurrences of any character,...
Roger L. Costello
costello@...
Sep 3, 2000 9:00 pm
23149
Roger L. Costello asked - ... I'm not sure if it's the same in xml schemas, but try this version: (.+)\.(gif|jpg|jpeg|bmp) In python, the original expression...
tpassin@...
Sep 3, 2000 10:54 pm
23150
Hi Folks, It was my understanding that it is legal to create an instance document in which a portion of it is validated against a schema while another portion...
Roger L. Costello
costello@...
Sep 4, 2000 1:54 pm
23151
Hi Roger, You should be able to use the "any element/ any attribute" feature for this: http://www.w3.org/TR/xmlschema-0/#any Hope this helps. Eric ... -- ... ...
... Sorry (to both the list and Murata Makoto) about the forwarding noise there, folks - I meant to look up the XML-Dev address, and wound up sending the...
Simon St.Laurent
simonstl@...
Sep 4, 2000 3:33 pm
23154
Hello, is there anybody out there being familiar with VoiceXML [1] ? The problem I couldn't figure out so far is how to express the counterpart of HTML's...
Oliver Becker
obecker@...
Sep 4, 2000 4:39 pm
23155
Hi folks, is it possible to check for the existence of an unknown node during validation using schemas ??? e.g. <SomeDoc> <!-- valid --> <Name>Test</Name> ...
Eckenberger Axel
Extern.Eckenberger@...
Sep 4, 2000 5:17 pm
23156
The question looks pretty similar than the one from Roger L. Costello earlier on today ;=) ... The <xsd:anyElement accepts minOccurs and maxOccurs (see ...
Eric van der Vlist
vdv@...
Sep 4, 2000 5:22 pm
23157
... If I try to access one of these links, I get "We're sorry but the link you tried to access is forbidden." So, it's not really a *public* Working Draft ......
Oliver Becker
obecker@...
Sep 4, 2000 5:25 pm
23158
... From: Oliver Becker To: xml-dev@...; plh@... Sent: 9/4/00 12:56 PM Subject: Re: First public Working Draft of DOM Level 3 ... 000901/ ... I...
Mike.Champion@...
Sep 4, 2000 6:15 pm
23159
Oliver, try again, I had no difficulty accessing them. Frank ... From: "Oliver Becker" <obecker@...> To: <xml-dev@...>;...
Frank Boumphrey
bckman@...
Sep 4, 2000 6:27 pm
23160
It sounds to me like you are looking for the <record> tag as documented in the VoiceXML spec( http://www.voicexml.org/specs/VoiceXML-100.pdf ) section 14.6. ...
Tupshin Harper
tupshin@...
Sep 4, 2000 6:30 pm
23161
Hi all: I'm a newcomer in xml and java. Recently I have an assignment have to turn in. but I have no idea how to do it. the question is: how to use java...
alexfon
aelam@...
Sep 5, 2000 6:30 am
23162
Well, you should hope that nobody answers your question. Stubborn tenacity and patience are the characteristics that all programmers must develop. As you...
Joshua Allen
joshuaa@...
Sep 5, 2000 6:48 am
23163
Tanks Eric for your answer and sorry for asking a similar question again, but I only got your answer to Roger's question and I was not sure whether it covered...
Eckenberger Axel
Extern.Eckenberger@...
Sep 5, 2000 7:27 am
23164
... Sure -- use <any> [1] , it takes occurence indicators like any other content model particle: <xs:element name="XMLFragment"> <xs:complexType> <xs:sequence>...
Henry S. Thompson
ht@...
Sep 5, 2000 7:34 am
23165
... Sure -- see section 7.2 of the PWD [1]. Option 3 allows you to say, effectively, "validate this document when you've got relevant schema information, and...
Henry S. Thompson
ht@...
Sep 5, 2000 7:36 am
23166
Well, you'll need to do your own research on how to do this. Start with looking at sites such as http://java.sun.com/xml/ http://www.ibm.com/developer/xml/ ...
Philip Gooch
philg@...
Sep 5, 2000 8:28 am
23167
I still have problems accessing the latest DOM Level 3 Working Drafts. The error message is: Sorry, Forbidden. ... We're sorry but the link you tried to access...