Search the web
Sign In
New User? Sign Up
xml-dev
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 26722 - 26751 of 26751   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Show Message Summaries   (Group by Topic) Sort by Date v  
#26751 From: "Bullard, Claude L (Len)" <clbullar@...>
Date: Fri Jan 19, 2001 4:27 pm
Subject: RE: What is an XML document?
clbullar@...
Send Email Send Email
 
Absolutely.  "Meaning" is by choice of means
and application of means.   The processor (a means) tells
you if the intent (the production) meets the
definition (the schema if valid, the processor
conforming rules if well-formed).  Trust but verify.

http://cm.bell-labs.com/cm/ms/what/shannonday/shannon1948.pdf

Paragraph two expresses the fundamental resolution.
It is always a choice, or if you prefer, test or
experiment.  The fundamental issue of semantics
is to agree on a control (the spec for global
agreement, the schema for local agreement).

How does it go:  "God created integers.  All the
rest is the work of man."  An XML document is not
an integer.

Len Bullard
Intergraph Public Safety
clbullar@...
http://www.mp3.com/LenBullard

Ekam sat.h, Vipraah bahudhaa vadanti.
Daamyata. Datta. Dayadhvam.h


-----Original Message-----
From: John Cowan [mailto:jcowan@...]
Sent: Friday, January 19, 2001 10:03 AM
To: Dan Connolly '; xml-dev@...
Subject: Re: What is an XML document?


Dan Connolly wrote:

> Hmm... I think I still disagree, but now we seem to have enough
> shared context to get back to the point:
>
> Does determining whether some particular object is an XML document
> depend on experiment? Surely not, right?

I think so; we have to look at it to see if its
character sequence matches the document production, etc.

#26750 From: Patrick Lightbody <plightbo@...>
Date: Fri Jan 19, 2001 4:33 pm
Subject: XML "include"?
plightbo@...
Send Email Send Email
 
Schemas and DTDs have a way to include a file in them using <xsd:include />
and <!ENTITY % foo SYSTEM "">, respectively. Is there a way to take the
contents of an XML file and have them be included in another XML file?

What I've done is break down my schema in to several smaller schemas, each
piece representing an "object". Now I want to have XML files at that same
object level, all included to one XML file that works with the schema as a
whole. Is this possible?

-Pat

#26749 From: Michael Beddow <mbnospam@...>
Date: Fri Jan 19, 2001 4:27 pm
Subject: Re: What is an XML document?
mbnospam@...
Send Email Send Email
 
er, where's the other voice in this rather interesting dialogue?

I'm getting only John, not Danny.

Or is it just me?
------------------------------------------
Michael Beddow
http://www.mbeddow.net/

#26748 From: John Cowan <jcowan@...>
Date: Fri Jan 19, 2001 4:02 pm
Subject: Re: What is an XML document?
jcowan@...
Send Email Send Email
 
Dan Connolly wrote:


> Hmm... I think I still disagree, but now we seem to have enough
> shared context to get back to the point:
>
> Does determining whether some particular object is an XML document
> depend on experiment? Surely not, right?

I think so; we have to look at it to see if its
character sequence matches the document production, etc.

--
There is / one art             || John Cowan <jcowan@...>
no more / no less              || http://www.reutershealth.com
to do / all things             || http://www.ccil.org/~cowan
with art- / lessness           \\ -- Piet Hein

#26747 From: Michael Fitzgerald <mike@...>
Date: Fri Jan 19, 2001 3:43 pm
Subject: haiku
mike@...
Send Email Send Email
 
Friday. A haiku
lands in my inbox like a
sparrow on the ledge.



Mike
=====
Wy'east Communications    http://wyeast.net    mailto:mike@...

#26746 From: John Cowan <jcowan@...>
Date: Fri Jan 19, 2001 2:34 pm
Subject: Re: What is an XML document?
jcowan@...
Send Email Send Email
 
Dan Connolly wrote:

> It's inconsistent with the stated design goals of the spec:
>
>   8.The design of XML shall be formal and concise.

XML may be formally defined, but that doesn't mean that
XML documents must be.  English can be formally defined
(more or less; our understanding of English is incomplete),
but a document in English exists iff someone has
fixed it in a concrete medium.


> Again, if you insist that the definition of XML somehow
> depends on interactions in the physical world, I'm afraid
> we have irreconcilable differences.

Not the definition of XML, only the defn. of
"document".

m-w.com gives the following definitions:

	 An original or official paper relied on as the basis,
	 proof, or support of something.

	 Something (such as a photograph or a recording) that serves
	 as evidence or proof.

	 A writing conveying information.

	 A material substance (as a coin or stone) having on it a
	 representation of thoughts by means of some conventional
	 mark or symbol.

All of which specify a substrate, not a mere abstraction.

--
There is / one art             || John Cowan <jcowan@...>
no more / no less              || http://www.reutershealth.com
to do / all things             || http://www.ccil.org/~cowan
with art- / lessness           \\ -- Piet Hein

#26745 From: John Cowan <jcowan@...>
Date: Fri Jan 19, 2001 2:29 pm
Subject: Re: What is an XML document?
jcowan@...
Send Email Send Email
 
Dan Connolly wrote:

> Either
>  (a) the definitions you have in mind are
>  ultimately connected to the physical world,
>  about which there are no logical necessities/certainties;

Just so.

>  the best tools we have for defining such terms
>  are very-repeatable experiments.

Terms are not defined by experiment.  I define "gold" as "one or more
atoms of the element whose atomic number is 79"; determining whether
some particular object is or is not gold depends on experiment;
but knowing what gold is, does not.

--
There is / one art             || John Cowan <jcowan@...>
no more / no less              || http://www.reutershealth.com
to do / all things             || http://www.ccil.org/~cowan
with art- / lessness           \\ -- Piet Hein

#26744 From: Martin Bryan <mtbryan@...>
Date: Fri Jan 19, 2001 2:05 pm
Subject: Re: XML Schemas: Best Practices
mtbryan@...
Send Email Send Email
 
> Jeff Rafter wrote:
> >
>> I think that Martin's intent was to use a
> > restriction element instead of an extension element (correct me if I am
> > wrong).

Actually I was deliberately questioning whether or not we could use
extension in the same way as extension, by restating the requirements.
Reveiwing the specs I see we cannot do this directly, but what about;

      <complexType name="BookType">
         <all>
             <element name="Title" type="string"/>
             <element name="Author" type="string"/>
             <element name="Date" type="year"/>
             <element name="ISBN" type="string"/>
             <element name="Publisher" type="string"/>
         </all>
     </complexType>

    <complexType name="BookTypePlusReviewerType">
        <complexContent>
             <extension base="c:BookType" >
                 <element name="Reviewer" type="string"/>
             </extension>
       </complexContent>
   </complexType>

<element name="BookReview" type="BookTypePlusReviewType">
        <complexType>
             <restriction base="c:BookType" >
                 <sequence>
                     <element name="Reviewer" type="string"/>
                     <element name="Title" type="string"/>
                     <element name="Author" type="string"/>
                     <element name="Date" type="year"/>
                    <element name="ISBN" type="string"/>
                    <element name="Publisher" type="string"/>
                 </sequence>
             </restriction>
         </complexType>
     </complexType>
</element>

The theory here is that the BookType does not define the sequence of the
elements, only that they are all required. Then you can add Reviewer to the
list of required elements to create a new type definition that extends the
unordered list. Then in the content type definition of the element it is
being applied to you sequence the list as required.

Is there any reason why this would not work? Isn't it safer than adding any
elements at start and end of each sequence, and between each member of the
sequence if you are to cover all eventualities?

Martin Bryan

#26743 From: Danny Ayers <danny@...>
Date: Fri Jan 19, 2001 10:30 am
Subject: RE: How could RDDL be distributed ?
danny@...
Send Email Send Email
 
My mistake, I was thinking 'obfustication' (now where did I get that..?)

10/10 4 o9n BTW!

> -----Original Message-----
> From: James Robertson [mailto:jamesr@...]
> Sent: 17 January 2001 12:55
> To: xml-dev@...
> Subject: RE: How could RDDL be distributed ?
>
>
> At 17:16 17/01/2001, Danny Ayers wrote:
> > > > > Damn these shortenings of words. They are
> > > > > causing way too much o9n.
> >
> >Nope, I can't get this one - unless it's meant to be o11n ?
>
> "obfuscation"...
>
> J
>
> -------------------------
> James Robertson
> Step Two Designs Pty Ltd
> SGML, XML & HTML Consultancy
> Illumination: an out-of-the-box Intranet solution
>
> http://www.steptwo.com.au/
> jamesr@...
>

#26742 From: Caroline Clewlow <cclewlow@...>
Date: Fri Jan 19, 2001 9:21 am
Subject: Re: XML Schemas: Best Practices
cclewlow@...
Send Email Send Email
 
That's a good point !  I guess with allowing any kind of openness and/or
extensibility in a conent model, there's a danger of 'losing control' of the
original type definition.

Would there be any way, if necessary, of limiting the number of times a
particular type can be extended ?

Hope I'm not heading us off topic here :-)

Regards

Caroline

Jeff Rafter wrote:

> > No, using <restriction> does not allow me to put a Reviewer element at
> > the top of Book's content model.
>
> Oof... must have been late-- I don't know what I was thinking.  You are
> absolutely correct.
>
> > I don't know what you mean by "multiple layers of inheritance".  Could
> > you expand upon this please?  Thanks!  /Roger
>
> What I meant was certain types may be extended multiple times by different
> people.  I think the example of BookType is a good one
>
>    <complexType name="BookType">
>         <sequence>
>             <element name="Title" type="string"/>
>             <element name="Author" type="string"/>
>             <element name="Date" type="year"/>
>             <element name="ISBN" type="string"/>
>             <element name="Publisher" type="string"/>
>         </sequence>
>     </complexType>
>     <complexType name="NonfictionBookType">
>         <complexContent>
>             <extension base="c:BookType">
>                 <sequence>
>                     <element name="Reference" type="boolean"/>
>                 </sequence>
>             </extension>
>         </complexContent>
>     </complexType>
>     <complexType name="EncyclopediaBookType">
>         <complexContent>
>             <extension base="c:NonfictionBookType">
>                 <sequence>
>                     <element name="Volume" type="string"/>
>                 </sequence>
>             </extension>
>         </complexContent>
>     </complexType>
>
> and so on... "multiple layers of inheritence" is probably bad use of the
> terms, but in the above we can see that EncyclopediaBookType extends
> NonfictionBookType extends BookType.  It seems that if we are planning for
> extension we often need to consider that those extensions will be extended,
> will be extended...
>
> Thanks,
> Jeff Rafter

#26741 From: Marcus Carr <mrc@...>
Date: Fri Jan 19, 2001 1:19 am
Subject: Re: Haiku
mrc@...
Send Email Send Email
 
"Manos M. Batsis" wrote:

> Hi all. Can someone point me to a Haiku spec? lol... i want to write one too
and i want to
> be sure t has no errors ;-)

Try http://www.haiku.insouthsea.co.uk/ - alternatively, you could mark up your
work in HaikuML
and test it with JXHaiku. There is also MSHaiku, but it requires an extra
syllable in the
second line...

Ah, sweetest Friday.
Dancing loudly in my mind.
Better get some work done.


--
Regards,

Marcus Carr                      email:  mrc@...
___________________________________________________________________
Allette Systems (Australia)      www:    http://www.allette.com.au
___________________________________________________________________
"Everything should be made as simple as possible, but not simpler."
        - Einstein

#26740 From: "Manos M. Batsis" <manosb@...>
Date: Fri Jan 19, 2001 12:27 am
Subject: RE: Haiku
manosb@...
Send Email Send Email
 
Hi all. Can someone point me to a Haiku spec? lol... i want to write one too and
i want to
be sure t has no errors ;-)

-----Original Message-----
From: John Cowan [mailto:jcowan@...]
Sent: Thursday, January 18, 2001 10:25 PM
To: Bullard, Claude L (Len)
Cc: Rick Jelliffe; xml-dev@...
Subject: Re: Haiku


Bullard, Claude L (Len) wrote:

  > "Draconian code
  > Parsing corrupt XML
  > Returns no errors."
  >
  > Which would be a surprise I guess, but a bad season.

You could change the third line to

    "No errors fall out."

Which restores the seasonal reference (at least in American English).

--
There is / one art             || John Cowan <jcowan@...>
no more / no less              || http://www.reutershealth.com
to do / all things             || http://www.ccil.org/~cowan
with art- / lessness           \\ -- Piet Hein

#26739 From: XML Spy <xml-dev@...>
Date: Thu Jan 18, 2001 11:14 pm
Subject: ANNOUNCE: XML Spy 3.5 released today - now available for downloading
xml-dev@...
Send Email Send Email
 
We are proud to be able to announce the final release of XML Spy 3.5 today!

XML Spy 3.5 unleashes the full power of XML Schema for your XML work. In
addition to the new integrated graphical XML Schema design view, XML Spy 3.5
also offers advanced repository interfaces and a scripting environment for
building powerful XML solutions tailored to your needs. XML Spy is now also
available as a server edition that enables you to use XML Spy functions from
any COM-capable programming language of your choice within your sever
applications.

Version 3.5 of XML Spy includes these new important features in the areas of
XML Schema support, repository interfaces, and scripting:

     + support for the latest XML Schema Candidate Recommendation released by
the W3C on 10/24/2000
     + a graphical schema design view for editing XML Schemas with
unprecedented ease-of-use
     + the ability to automatically convert schemas from the April 7 working
draft to Oct 24 CR status
     + the ability to convert existing DTDs, XML-Data, or BizTalk schemas to
the W3C XML Schema Definition Language
     + validation of XML Schemas with integrated error highlighting directly
within the Schema design view
     + validation of XML instance documents against complex XML Schemas
     + generation of complete XML Schema documentation in HTML and Word
format
     + support for new XML Spy add-ins through the component download center
     + access and manipulate files in any respository that is accessible
through an ftp:, http:, or https: URL
     + browse and manipulate folders directly from the Open/Save URL dialog
on any FTP or WebDAV server
     + the ability to access files from a URL using user-name and password
(server and/or proxy security)
     + support for Microsoft Source-Safe repository (and compatible
configuration management systems)
     + a new COM-based API for integrating XML Spy into custom solutions
(Visual Basic sample included)
     + new Scripting Environment and Form editor for creating custom XML
applications

We are anticipating a huge demand for this new XML Spy release and are
therefore providing this download on a dedicated server hosted with a
high-speed ISP. Nevertheless, if you are still experiencing problems with
downloading this release, we have to ask you for a little patience. Please
try again after a few hours or at night-time, when there are not as many
users accessing the Internet.

Please use this URL to download XML Spy 3.5 now (file size is 7.5 MB):

     http://www.xmlspy.com/download

We are now also offering a quick introduction to the new XML Schema Design
View online. If you are interested in working with XML Schema, please visit
this URL, which explains the new XML Schema related features of XML Spy in
detail:

     http://www.xmlspy.com/features_schema35.html

Please note, that as of today XML Spy 3.5 is available from our online shop
for a retail price of US$ 199.00 per user with volume discounts offered to
site licenses purchasers:

     http://www.xmlspy.com/order

Existing customers of the XML Spy 3.0 Premium product can easily upgrade to
XML Spy 3.5 for FREE - simply download the new software and activate it
using your existing license key-code.

Sincerely,

XML Spy Team

#26738 From: Xan Gregg <xan@...>
Date: Thu Jan 18, 2001 10:57 pm
Subject: RE: having dtd in a separate file (creating xml document)
xan@...
Send Email Send Email
 
> Relative URI "graphframework.dtd"; can not be resolved without a document
URI

It wants the document URI for the instance XML document.  You supply one via
the SystemId field of the InputSource object.

xan

-----Original Message-----
From: Kate Lapan [mailto:kate@...]
Sent: Thursday, January 18, 2001 4:37 PM
To: 'xml-dev@...'
Subject: having dtd in a separate file (creating xml document)


Current situation:
I have an xml file that has the dtd in the same file.

I would like to separate out the dtd and include it in my xml file.
When I do this I get the following exception when calling
XmlDocument doc = XmlDocument.createXmlDocument(inputstream, false);

Processing
C:\Peakstone\XMLRepositories\verification\XMLGraphPage0.xmlorg.xml.sax.SAXPa
rseException: Relative URI "graphframework.dtd"; can not be resolved
withouta document URI.
         at com.sun.xml.parser.Parser.fatal(Parser.java:2797)
         at com.sun.xml.parser.Parser.fatal(Parser.java:2791)
         at com.sun.xml.parser.Parser.parseSystemId(Parser.java:2411)
         at com.sun.xml.parser.Parser.maybeExternalID(Parser.java:2389)
         at com.sun.xml.parser.Parser.maybeDoctypeDecl(Parser.java:1099)
         at com.sun.xml.parser.Parser.parseInternal(Parser.java:480)
         at com.sun.xml.parser.Parser.parse(Parser.java:283)
         at
com.sun.xml.tree.XmlDocument.createXmlDocument(XmlDocument.java:225)
         at
com.sun.xml.tree.XmlDocument.createXmlDocument(XmlDocument.java:184)
         at
com.peakstone.peakstoneserver.PeakstoneServerImpl.startService(PeakstoneServ
erImpl.java, Compiled Code)
         at
com.peakstone.peakstoneserver.PeakstoneServerImpl.main(PeakstoneServerImpl.j
ava:455)

Is there any way to get around this without putting the full path?

Thanks for your help,

Kate

#26737 From: Marcus Carr <mrc@...>
Date: Thu Jan 18, 2001 10:38 pm
Subject: Re: Haiku
mrc@...
Send Email Send Email
 
"Bullard, Claude L (Len)" wrote:

> Haiku list clutter
> Same as URI debates:
> No resolution.

It does not matter
Seventeen small syllables
Give no cause to frown


--
Regards,

Marcus Carr                      email:  mrc@...
___________________________________________________________________
Allette Systems (Australia)      www:    http://www.allette.com.au
___________________________________________________________________
"Everything should be made as simple as possible, but not simpler."
        - Einstein

#26736 From: Edd Dumbill <edd@...>
Date: Thu Jan 18, 2001 10:18 pm
Subject: CFP: O'Reilly Open Source Conference/XTech XML Track
edd@...
Send Email Send Email
 
Call for Participation

XTech 2001 Conference (in co-operation with GCA)

Part of the O'Reilly Open Source Convention

July 23-27, 2001 in San Diego, California
<http://conferences.oreilly.com/oscon2001/>
<http://conferences.oreilly.com/oscon2001/call-xml.html>

The Open Source Convention is a five-day event designed for programmers,
developers, and technical staff involved in Open Source technology and
its applications.  The Convention includes two days of intensely focused
tutorials aimed at novices and experienced users, and three days of
multi-tracked convention sessions, including an XML track, XTech 2001.

The XML program committee invites submissions of tutorials or
convention presentations on pure XML topics, open source XML
applications and the use of XML in open source platforms. Submissions
tailored for open source developers new to XML, as well as those that
highlight the cutting edge of XML technology are sought.

Submissions by marketing staff or with a marketing focus will not be
accepted.

The deadline for tutorial and presentation proposals is February 9, 2001

Further details and guidelines for submission may be found at
<http://conferences.oreilly.com/oscon2001/call-xml.html>

-- Edd Dumbill, XML Track Chair <mailto:edd@...>

#26735 From: "Bullard, Claude L (Len)" <clbullar@...>
Date: Thu Jan 18, 2001 9:42 pm
Subject: RE: Haiku
clbullar@...
Send Email Send Email
 
Haiku list clutter
Same as URI debates:
No resolution.

Len
http://www.mp3.com/LenBullard

Ekam sat.h, Vipraah bahudhaa vadanti.
Daamyata. Datta. Dayadhvam.h


-----Original Message-----
From: Robert C. Lyons [mailto:boblyons@...]
Sent: Thursday, January 18, 2001 3:17 PM
To: xml-dev@...
Subject: RE: Haiku


Off-topic Haiku
cluttering xml-dev.
Please unsubscr1be me!

Just kidding. :-)

<sig name    = 'Bob Lyons'
      title   = 'E-Commerce Consultant'
      company = 'Unidex, Inc.'
      phone   = '+1-732-975-9877'
      email   = 'boblyons@...'
      url     = 'http://www.unidex.com/'
      product = 'XML Convert: transforms flat files to XML and vice versa' />

#26734 From: Kate Lapan <kate@...>
Date: Thu Jan 18, 2001 9:36 pm
Subject: having dtd in a separate file (creating xml document)
kate@...
Send Email Send Email
 
Current situation:
I have an xml file that has the dtd in the same file.

I would like to separate out the dtd and include it in my xml file.
When I do this I get the following exception when calling
XmlDocument doc = XmlDocument.createXmlDocument(inputstream, false);

Processing
C:\Peakstone\XMLRepositories\verification\XMLGraphPage0.xmlorg.xml.sax.SAXPa
rseException: Relative URI "graphframework.dtd"; can not be resolved
withouta document URI.
         at com.sun.xml.parser.Parser.fatal(Parser.java:2797)
         at com.sun.xml.parser.Parser.fatal(Parser.java:2791)
         at com.sun.xml.parser.Parser.parseSystemId(Parser.java:2411)
         at com.sun.xml.parser.Parser.maybeExternalID(Parser.java:2389)
         at com.sun.xml.parser.Parser.maybeDoctypeDecl(Parser.java:1099)
         at com.sun.xml.parser.Parser.parseInternal(Parser.java:480)
         at com.sun.xml.parser.Parser.parse(Parser.java:283)
         at
com.sun.xml.tree.XmlDocument.createXmlDocument(XmlDocument.java:225)
         at
com.sun.xml.tree.XmlDocument.createXmlDocument(XmlDocument.java:184)
         at
com.peakstone.peakstoneserver.PeakstoneServerImpl.startService(PeakstoneServ
erImpl.java, Compiled Code)
         at
com.peakstone.peakstoneserver.PeakstoneServerImpl.main(PeakstoneServerImpl.j
ava:455)

Is there any way to get around this without putting the full path?

Thanks for your help,

Kate

#26733 From: Philippe Le Hegaret <plh@...>
Date: Thu Jan 18, 2001 9:08 pm
Subject: Re: Place under sun
plh@...
Send Email Send Email
 
[replying from the web archive. sorry if the mail headers are
  not appropriate]

Alexey Gokhberg <alexei@...> wrote:
> FACT 2:
> -------
>
> "Document Object Model (DOM) Level 2 Core Specification Version 1.0. W3C
> Recommendation 13 November 2000" (http://www.w3.org/TR/DOM-Level-2-Core)
> specifies the collection of abstract DOM interfaces, as well as bindings
> for few languages.
>
> Bindings for the following languages are specified:
>
>     * Java
>     * ECMAScript
>
> Therefore, the only general purpose programming language supported by
> this specification is privately owned (and, strictly speaking,
> non-standard) Java.

That's right but you're the first person that I know to really complain about
that fact since 1997. The DOM interfaces are defined using the OMG IDL and
we're providing the two major relevants programming languages for the Web in
the specifications. We asked and had several questions/requests to include more
languages but we never really got any result on that. The more recent thread
was in the DOM public mailing list [1]. As you will be able to read, Mike
didn't find a strong support for a DOM C binding.

One other reason why we keep the Java/ECMAScript bindings is to garantee
interoperability between implementations. Since they are part of the
recommendations, they're normative.

> Plenty of other languages, recognized by international standard authorities
> (and widely used by the world community), like Ada, C, C++, Cobol, etc., are
> not supported.

Yes and the DOM is implemented in a lot of languages. The primary concern
should be the interoperability. Is there an advantage to standardize the ADA
bindings for the world community? Are you aware of more than one implementation
in this language and, if yes, is there a real desire to have interoperability
from the parties?

One other point: the DOM WG recently changed his rules for the DOM
specifications and especially the move from Candidate Recommendation to Proposed
Recommendation (we're still working on it). It has indirect impacts on the
bindings embedded in the DOM specs. Adding a new binding requires some works
and we don't have enough resources to handle all of them. So if there is some
interests/resources from the world community to standardize a binding, I
encourage them to send a proposal in the DOM public mailing list. Keep in mind
that a simple transformation from the XML or from the OMG IDL is not enough.

> Several times the "lack of resources" in W3C was mentioned on this thread. A
> little bit surprising, given that "... Most companies in the XML/Web industry
> have an interest in public, vendor-independent, interoperable Web-based
> technologies, and virtually all join the W3C in hopes of furthering their
> development."

No, this is not a surprise. Not all compagnies who have interest in the DOM
have enough time and resources for the DOM WG. The W3C has also limited
resources
for the DOM.

> CONCLUSION: The (public) DOM specification promotes (privately-owned)
> Java programming language.

The DOM WG opinion is different: we're using a pragmatic approach and by
providing the Java bindings in the DOM recommendations, we are enforcing the
interoperability of Java implementations.

> And quite opposite, various vendors providing C++ implementation of DOM will
> likely implement very different C++ interfaces for the same IDL, and there
> would not be possible to write an application in C++ which is not dependent
> on any particular C++ library implementing DOM.
> [...]
> On the other hand, few biggest companies participating in W3C have very solid
> experience in C++.

Yes, various vendors are providing C++ implementation and some of them are
members of the DOM WG but they never had enough interest to standardize them.
Why don't you ask the compagnies (or the world community) why they don't request
a DOM C++ binding?

> By the way, I think that the present specification for ECMAScript
> binding in DOM Level 2
> (http://www.w3.org/TR/DOM-Level-2-Core/ecma-script-binding.html) is
> still very unprecise. Consider, for example, the following passage:
>
> "... The Node class has the following constants ..."
>
> It is Java having "classes" and "constants", not ECMAScript.

We spent some emails on this subject. The goal was to expose the constants
in the appendix. ECMAScript does support some notions of class. Finally, we
came up with this current wording and nobody else complained. Note that
we're also using the term "Prototype Object". A more accurate quote would have
been:
[[[
Prototype Object Node
              The Node class has the following constants:
]]]

-- ECMAScript Language Binding
http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
Thu, 09 Nov 2000 23:12:46 GMT

> I leave alone the specification of ECMAScript binding in DOM Level 1
> (http://www.w3.org/TR/REC-DOM-Level-1/ecma-script-language-binding.html),
> which is a true nightmare. I can hardly beleive that authors of this
> specification had ever seen ECMA-262 text. (What about the "unsigned
> long" data type in ECMAScript ?)

This problem has been reported and fixed in the DOM Level 2 REC.
We had some others problems with the OMG IDL and they have been fixed too [2].

> As the result, I had to write my own (unperfect, I know) specification
> for DOM binding when I implemented DOM support for my ECMAScript
> interpreter. It was a hard job, wich I could avoid if there were an
> acceptable specification from W3C ...

And why didn't you submit your ECMAScript binding to the DOM WG? Since you read
the ECMAScript appendix, please read also the status in the DOM
specifications. There is a link on how to submit comments to the DOM WG.
We recently published some errata to the DOM Level 2 specifications and some
of them are based on public comments [3]. Unfortunately, don't expect a quick
reply from us, it takes time to process and make decisions.

Bests regards,
Philippe.

[1] http://lists.w3.org/Archives/Public/www-dom/2000JulSep/0083.html
[2] http://lists.w3.org/Archives/Public/www-dom/2000JulSep/0137.html
[3] http://www.w3.org/2000/11/DOM-Level-2-errata
--
Philippe Le Hegaret - http://www.w3.org/People/LeHegaret/
World Wide Web Consortium (W3C), DOM Activity Lead

#26732 From: "Robert C. Lyons" <boblyons@...>
Date: Thu Jan 18, 2001 9:16 pm
Subject: RE: Haiku
boblyons@...
Send Email Send Email
 
Off-topic Haiku
cluttering xml-dev.
Please unsubscr1be me!

Just kidding. :-)

<sig name    = 'Bob Lyons'
      title   = 'E-Commerce Consultant'
      company = 'Unidex, Inc.'
      phone   = '+1-732-975-9877'
      email   = 'boblyons@...'
      url     = 'http://www.unidex.com/'
      product = 'XML Convert: transforms flat files to XML and vice versa' />

#26731 From: "Bullard, Claude L (Len)" <clbullar@...>
Date: Thu Jan 18, 2001 8:32 pm
Subject: RE: Haiku
clbullar@...
Send Email Send Email
 
Yes, much better, John.  Perhaps if
we put the exclamation point,

No errors fall out!

we also have the surprise indicated
properly.


Len (now counting every syllable)
http://www.mp3.com/LenBullard

Ekam sat.h, Vipraah bahudhaa vadanti.
Daamyata. Datta. Dayadhvam.h


-----Original Message-----
From: John Cowan [mailto:jcowan@...]
Sent: Thursday, January 18, 2001 2:25 PM
To: Bullard, Claude L (Len)
Cc: Rick Jelliffe; xml-dev@...
Subject: Re: Haiku


Bullard, Claude L (Len) wrote:

  > "Draconian code
  > Parsing corrupt XML
  > Returns no errors."
  >
  > Which would be a surprise I guess, but a bad season.

You could change the third line to

    "No errors fall out."

Which restores the seasonal reference (at least in American English).

--
There is / one art             || John Cowan <jcowan@...>
no more / no less              || http://www.reutershealth.com
to do / all things             || http://www.ccil.org/~cowan
with art- / lessness           \\ -- Piet Hein

#26730 From: John Cowan <jcowan@...>
Date: Thu Jan 18, 2001 8:24 pm
Subject: Re: Haiku
jcowan@...
Send Email Send Email
 
Bullard, Claude L (Len) wrote:

  > "Draconian code
  > Parsing corrupt XML
  > Returns no errors."
  >
  > Which would be a surprise I guess, but a bad season.

You could change the third line to

    "No errors fall out."

Which restores the seasonal reference (at least in American English).

--
There is / one art             || John Cowan <jcowan@...>
no more / no less              || http://www.reutershealth.com
to do / all things             || http://www.ccil.org/~cowan
with art- / lessness           \\ -- Piet Hein

#26729 From: Daniel Barclay <Daniel.Barclay@...>
Date: Thu Jan 18, 2001 8:13 pm
Subject: Re: XML TO PDF
Daniel.Barclay@...
Send Email Send Email
 
Geeta Gudavalli wrote:
>
> Hello,
>      I am successful in creating pdf document from xml and xsl file using
> servlet running Apache jserv.  My problem is sending the pdf file as output
i.e
> to open the pdf file in my servlet.  I am getting socketexception but I am not
> opening any sockets.  Your help is greatly appreciated.

The browser might be closing the connection early.  Web servers (and servlets)
need to be able to handle this.  Typically, just let that exception propagate
to the servlet engine.



Daniel
--
Daniel Barclay
Digital Focus
Daniel.Barclay@...

#26728 From: AndrewWatt2000@...
Date: Thu Jan 18, 2001 8:00 pm
Subject: XPointer WD 20010108 - location-set "error"?
AndrewWatt2000@...
Send Email Send Email
 
It seems to me that there is an error in the 8th January 2001 XPointer WD.

It states as a definition of "location-set":
"An ordered list of locations, such as produced by an XPointer expression.
This corresponds to the node-set that is produced by XPath expressions,
except for the generalization to include points and ranges."

However the November 1999 XPath Recommendation defines a node-set as:
"an unordered collection of nodes without duplicates"

Thus there appears, contrary to the XPointer WD, to be a further distinction
between an XPointer location-set and an XPath node-set in that the
location-set is _ordered_ while an XPath node-set is _UNordered_.

The alternative interpretation is that if an XPointer location-set is a
generalisation of an XPath node-set to include points and ranges then it too
is unordered. I couldn't readily find clarification in the XPointer WD.

Andrew Watt

#26727 From: "Hodder, Ed" <Ed.Hodder@...>
Date: Thu Jan 18, 2001 7:49 pm
Subject: RE: Haiku
Ed.Hodder@...
Send Email Send Email
 
Undeterred, they still
Debate a URI
To dereference.

> -----Original Message-----
> From: Bullard, Claude L (Len) [mailto:clbullar@...]
> Sent: Thursday, January 18, 2001 2:00 PM
> To: Rick Jelliffe; xml-dev@...
> Subject: RE: Haiku
>
>
> "Draconian code
> Parsing corrupt XML
> Returns no errors."
>
> Which would be a surprise I guess,
> but a bad season.
>
> Len
> http://www.mp3.com/LenBullard

#26726 From: "Bullard, Claude L (Len)" <clbullar@...>
Date: Thu Jan 18, 2001 7:40 pm
Subject: RE: Haiku
clbullar@...
Send Email Send Email
 
or

The file is well-formed
But is not schema valid.
RELAX the constraint.

Len (burning bandwidth idly but happily)
http://www.mp3.com/LenBullard

Ekam sat.h, Vipraah bahudhaa vadanti.
Daamyata. Datta. Dayadhvam.h

#26725 From: "Bullard, Claude L (Len)" <clbullar@...>
Date: Thu Jan 18, 2001 7:00 pm
Subject: RE: Haiku
clbullar@...
Send Email Send Email
 
"Draconian code
Parsing corrupt XML
Returns no errors."

Which would be a surprise I guess,
but a bad season.

Len
http://www.mp3.com/LenBullard

Ekam sat.h, Vipraah bahudhaa vadanti.
Daamyata. Datta. Dayadhvam.h


-----Original Message-----
From: Rick Jelliffe [mailto:ricko@...]

Here is a beautiful double haiku I have composed. The alphaxml site was
down so I must send it elsewhere.  Note the careful adherence to 17
syllables x 2, the delicate allusion to a season ("sun") and the rich
invocation a sensation ("froze").  Because of translation infelicities, I
have signalled the end of one haiku and the beginning of its partner with
"//".

A Sun technocrat named Bosak,
Feared S G M L specs had froze: "Ack-
now//ledge the past
but give ISO the blast".
That's why we all now take Prozac.

Cheers
Bashononothimagain

#26724 From: Rick Jelliffe <ricko@...>
Date: Thu Jan 18, 2001 6:37 pm
Subject: Haiku
ricko@...
Send Email Send Email
 
Here is a beautiful double haiku I have composed. The alphaxml site was
down so I must send it elsewhere.  Note the careful adherence to 17
syllables x 2, the delicate allusion to a season ("sun") and the rich
invocation a sensation ("froze").  Because of translation infelicities, I
have signalled the end of one haiku and the beginning of its partner with
"//".

A Sun technocrat named Bosak,
Feared S G M L specs had froze: "Ack-
now//ledge the past
but give ISO the blast".
That's why we all now take Prozac.

Cheers
Bashononothimagain

#26723 From: Robin Berjon <robin@...>
Date: Thu Jan 18, 2001 5:41 pm
Subject: Re: SVG & XPointer - When I write SVG code can I be sued?
robin@...
Send Email Send Email
 
At 12:00 18/01/2001 -0500, AndrewWatt2000@... wrote:
>> At 11:28 18/01/2001 -0500, AndrewWatt2000@... wrote:
>>  >The W3C XPointer specification acknowledges the validity of a Sun patent.
>>  >a consequence when anyone either "downloads" or "implements" XPointer ...
>>
>>  implement XPointer != use Xpointer.
>
>If only it were that straightforward.
>
>Here is a definition from the "Terms and Conditions" ...<quote>"Modification"
>shall mean programming code, including interfaces, developed by or for You
>for use in an implementation of the syntax of the Xpointer Specification ....
></quote>
>
>SVG is programming code which implements the syntax of the XPointer
>specification, or more precisely a subset of it. Are you suggesting that SVG
>is anything other than "programming code"?

I believe you totally misparse that sentence. "programming code" is meant
as in "developing code", not programming language. SVG is probably not a
programming language anyway, but I don't think entering that debate will
make much difference.

Yes I am, and in any case, SVG does not _implement_ XPointer. It uses it.
An SVG processor does implement the bare bones syntax. If you believe you
have implemented XPointer in SVG, I'd like to see that.

>I hope we get a clear, unequivocal response from Sun that there is no problem.

In any case, even if it applied, I don't think Sun can risk a wreck-the-web
kind of action.

-- robin b.
Let us think the unthinkable, let us do the undoable. Let us prepare to
grapple with the ineffable itself, and see if we may not eff it after all.
-- Dirk Gently (Douglas Adams)

#26722 From: AndrewWatt2000@...
Date: Thu Jan 18, 2001 5:00 pm
Subject: Re: SVG & XPointer - When I write SVG code can I be sued?
AndrewWatt2000@...
Send Email Send Email
 
In a message dated 18/01/01 16:50:31 GMT Standard Time, robin@...
writes:

> At 11:28 18/01/2001 -0500, AndrewWatt2000@... wrote:
>  >The W3C XPointer specification acknowledges the validity of a Sun patent.
>  >Whether or not that is correctly acknowledged is a side issue at present.
> As
>  >a consequence when anyone either "downloads" or "implements" XPointer ...
> as
>  >we must when creating SVG ... we "agree" to provide Sun with our code no
>  >later than the time we make that code available to anyone else.
>
>  implement XPointer != use Xpointer.
>
>  -- robin b.

Robin,

If only it were that straightforward.

Here is a definition from the "Terms and Conditions" ...<quote>"Modification"
shall mean programming code, including interfaces, developed by or for You
for use in an implementation of the syntax of the Xpointer Specification ....
</quote>

SVG is programming code which implements the syntax of the XPointer
specification, or more precisely a subset of it. Are you suggesting that SVG
is anything other than "programming code"?

Perhaps Sun drew the boundaries wide to provide reassurance with a broad
reach. That is for them to say.

But the terminology used in the "Terms and Conditions" document seems to
extend way beyond the precise items for which Sun's patent applies.

Just my non-lawyer's $0.02.

I hope we get a clear, unequivocal response from Sun that there is no problem.

Andrew Watt

Messages 26722 - 26751 of 26751   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help