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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 708 - 737 of 26751   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
708
... The bridging element *is* defined in the DTD, so it's use can be validated ... You do it locally in the document's own DTD, or you do it by deriving the ...
W. Eliot Kimber
eliot@...
Send Email
Feb 1, 1998
2:01 pm
709
... That is good to hear. Yet, the XSL/XLL discussion to me has the feel of attending a summer stock presentation of Hamlet: famous lines all carefully...
len bullard
cbullard@...
Send Email
Feb 1, 1998
5:21 pm
710
An updated version of the alpha JUMBO distribution (hopefully with the earlier bugs removed) is available at: ...
Peter Murray-Rust
peter@...
Send Email
Feb 1, 1998
5:25 pm
711
As promised, I will now begin to summarise the requested changes to SAX before we put out a stable 1.0 version: over the next few days, I will send out one...
David Megginson
ak117@...
Send Email
Feb 1, 1998
8:55 pm
712
... Well, what if the XML data is streamed from a database where a URL does not matter so much. If you look at what Oracle, Sybase, and Microsoft among others...
Tyler Baker
tyler@...
Send Email
Feb 1, 1998
9:48 pm
713
... I live in hope of the day when I finally see a file come out of a word processor as XML, preceded by a DTD and an XSL style sheet. Rather than just regard...
Marcus Carr
mrc@...
Send Email
Feb 1, 1998
10:46 pm
714
... One last thing I wanted to add to this which would be nice is if you had the Parser be an extension of java.io.FilterInputStream or java.io.InputStream,...
Tyler Baker
tyler@...
Send Email
Feb 1, 1998
10:52 pm
715
David, ... ... My suggestion would be to add following two methods to the EntityHandler interface: public InputStream getEntityByteStream (String systemID) ...
Don Park
donpark@...
Send Email
Feb 1, 1998
10:59 pm
716
... handlers ... would ... would be ... get methods are for chaining delegations possible as well as allowing the drivers to provide more functional default...
Don Park
donpark@...
Send Email
Feb 1, 1998
11:21 pm
717
Tyler Baker writes: [on reading XML from a stream rather than a URI] ... This is a good point, but there are complications. Do these vendors plan to use...
David Megginson
ak117@...
Send Email
Feb 2, 1998
9:05 pm
718
... I like the general idea, though there are implementation problems. Many languages (including Java 1.0.2) have no concept of a character stream at all, and...
David Megginson
ak117@...
Send Email
Feb 2, 1998
9:16 pm
719
... In CORBA IDL there is a string and a wstring type. The wstring type maps to Unicode in the IDL -> Java mapping. You could define everything as wstring if...
Tyler Baker
tyler@...
Send Email
Feb 2, 1998
9:55 pm
720
... Yes, you can implement something XSLish without XSL. The point of XSL is that it is to be a standard: there will be multiple, interoperable browser and...
Paul Prescod
papresco@...
Send Email
Feb 2, 1998
10:26 pm
721
# bye 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,...
Tetsuya OSHIMA
oshima@...
Send Email
Feb 3, 1998
5:34 am
722
... This suggests an analogy with CGI. A URL is not the name of a document, it is a request for a stream of data, and what we need is a style of URL (or ...
Michael Kay
M.H.Kay@...
Send Email
Feb 3, 1998
11:05 am
723
... That depends on the type of stream. I would not want to force the client to do encoding conversion for a stream that happened to be open to a local file...
David Megginson
ak117@...
Send Email
Feb 3, 1998
12:10 pm
724
unsubscribe 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...
thyde-smith@...
Send Email
Feb 3, 1998
12:29 pm
725
there have been a few discussions on streaming issues in this list lately, so I thought I'd ask: What are the recommended toolkits (currently available) that...
Navdip Bhachech
nav@...
Send Email
Feb 3, 1998
4:27 pm
726
Our XML tools are designed for streaming, and are happy with multi-10M documents: http://www.ltg.ed.ac.uk/software/xml/ ht -- Henry S. Thompson, Human...
Henry S. Thompson
ht@...
Send Email
Feb 3, 1998
5:00 pm
727
Developers with an idle moment may be interested in a paper I've just put up "A Cut and Paste Infrastructure for XML" ...
Rick Jelliffe
ricko@...
Send Email
Feb 3, 1998
10:32 pm
728
RDF documentation (Resource Description Framework (RDF) Model and Syntax) states: "RDF uses the Extensible Markup Language (XML) encoding as its syntax. ...
Bob Steele
bsteele@...
Send Email
Feb 3, 1998
10:38 pm
729
1. XML Conformance I am not sure if I am going off in a tangent but I think some form of markup to indicate XML conformance would be really nice so that XML...
Don Park
donpark@...
Send Email
Feb 3, 1998
11:09 pm
730
... I think that it is very likely that we will make a SAX level two some other day, which might include a DocumentHandler and/or a DTDHandler interface. For...
David Megginson
ak117@...
Send Email
Feb 4, 1998
12:37 am
731
http://itrc.uwaterloo.ca/~papresco/sgml/namespaces.html Why We Need Namespaces (Modules) An SGML/XML Feature Proposal Abstract The World Wide Web Consortium...
Paul Prescod
papresco@...
Send Email
Feb 4, 1998
8:55 am
732
I appreciate the simplicity of this [1]proposal, but want to check that it is not too simple to get the job done. How would you pass information into a module...
Paul Prescod
papresco@...
Send Email
Feb 4, 1998
2:59 pm
733
It seems to me that when you want to embed large contiguous structures from different document types in an XML document, each different namespace should be its...
David Megginson
ak117@...
Send Email
Feb 4, 1998
3:14 pm
734
I want to use XML as a general input mechanism for scientific programs. In the old days, say in FORTRAN, one used to use namelist input. In C/C++, one ...
Glenn R. Kronschnabl
grk@...
Send Email
Feb 4, 1998
4:03 pm
735
[David Megginson] ... [...] ... The problem (as I see it) is not one of including pieces of existing documents, nor of structural validation. The main reason...
Chris Maden
crism@...
Send Email
Feb 4, 1998
4:36 pm
736
... It seems to me simpler to create a compound document rather than to try to force everything into a single XML document -- you can reference another XML...
David Megginson
ak117@...
Send Email
Feb 4, 1998
5:39 pm
737
AElfred distribution from 19980112. Problem: com.microstar.xml.XmlProcessor.error() reports error when parsing attribute declared in DTD as CDATA and...
Dmitri Kondratiev
dima@...
Send Email
Feb 4, 1998
6:05 pm
Messages 708 - 737 of 26751   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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