... This is the reason that the DOM doesn't give you access through the DOM to the numeric characters. It's perfectly acceptable for the application to give...
Lauren Wood
lauren@...
Nov 1, 1998 5:01 pm
5460
... Is there a standard way for the DOM client software to say whether it wants access to CDATA sections or not? -- Paul Prescod -...
Paul Prescod
papresco@...
Nov 2, 1998 12:13 am
5461
... I don't think so -- I'd imagine that that would have to be an option to the DOM builder, which is left unspecified. I could imagine something like this: ...
david@...
Nov 2, 1998 12:50 am
5462
... Well, authoring anyhow. -Tim xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@... Archived as:...
Tim Bray
tbray@...
Nov 2, 1998 1:09 am
5463
I would like to announce the opening of the XML-APP mailing list. WHAT: XML-APP is a mailing list specifically for those interested in applying the XML...
Don Park
donpark@...
Nov 2, 1998 2:18 am
5464
... No. If people think it would be useful, we could potentially add some sort of "turn CDATA section into Text" method (and/or vice versa) in Level 2. Then...
Lauren Wood
lauren@...
Nov 2, 1998 2:20 am
5465
... Alternatively, you can expose both CDATA as an element of type CDATA and as text within the TEXT element. This would preserve the intended behavior w.r.t....
Borden, Jonathan
jborden@...
Nov 2, 1998 2:43 am
5466
... Both CDATASection and Text inherit from CharacterData. Is this what you mean? Alternatively, you could use the flattening properties from Node and just...
Lauren Wood
lauren@...
Nov 2, 1998 4:38 am
5467
XSchema 1.0 is now final. Thanks to everyone on XML-Dev who helped make it a reality, and especially to Simon St. Laurent for getting the ball rolling. You...
Ronald Bourret
rbourret@...
Nov 2, 1998 9:12 am
5468
Hi, Someone can tell me, how can I write rules in xsl for: 1) have two tables; 2) One table with a variable number of columns. For example: <rule> <element...
Ana Heitor
aheitor@...
Nov 2, 1998 2:50 pm
5469
Ana -- ... You might find a quicker answer to your question on the XSL mailing list. Information on joining it, and the archives, are at: ...
John E. Simpson
simpson@...
Nov 2, 1998 3:11 pm
5470
... No. In fact, the DOM level 1 does not define any API for the creator, only for the accessor. You can add elements and other things, but you can't create...
John Cowan
cowan@...
Nov 2, 1998 3:30 pm
5471
... Actually, the only thing you can do with a Text node that you can't do with a CDATA node is merge it with an adjacent Text node, a very minor capability...
John Cowan
cowan@...
Nov 2, 1998 3:33 pm
5472
Does any one know of a site where XML dtd's are available for general use? If not 1.Would there be a need for such a site. 2.Would anyone be prepared to donate...
Frank Boumphrey
bckman@...
Nov 2, 1998 4:13 pm
5473
One reason to regard a CDATA section as equivalent to the characters in it is that it is prefectly reasonable for a processor to transform a CDATA section into...
Richard Tobin
richard@...
Nov 2, 1998 4:37 pm
5474
... From: Frank Boumphrey <bckman@...> ... That is what schema.net is for. At present it is a catalogue but will soon house DTDs. (Actually it...
James Tauber
jtauber@...
Nov 2, 1998 4:49 pm
5475
... I think everyone recognizes some of the compromises that went into DOM, and has a list of some mistakes they'd fix. But I don't think there's a good...
David Brownell
db@...
Nov 2, 1998 5:27 pm
5476
For my next book about XML I am seeking examples of Web pages in non-Roman scripts: Cyrillic, Greek, Chinese, Japanese, etc. The purpose is to include before...
Elliotte Rusty Harold
elharo@...
Nov 2, 1998 5:45 pm
5477
... There is also the CommerceNet XML Exchange at http://www.xmlx.com that claims to have the same purpose, but I've been checking on them for several months...
Eddie Sheffield
eddie.sheffield@...
Nov 2, 1998 8:23 pm
5478
Are people aware of this site? A repository of public sgml/xml texts http://www.ucc.ie/cgi-bin/PUBLIC which is referenced on... The SGML/XML Web Page (robin...
G. Hussain Chinoy
hussain@...
Nov 2, 1998 8:23 pm
5479
Hello, I'm using Microsoft's XML parser that comes as part of IE 5 beta 1 as a component of an application that will use XML as its document format. Since IE5...
Don Kackman
DKACKMAN@...
Nov 2, 1998 9:12 pm
5480
... You're fine, you should be able to retrieve that attribute. You should report this back to Microsoft ASAP, I'm sure they'll fix it. -T. xml-dev: A list...
Tim Bray
tbray@...
Nov 2, 1998 9:19 pm
5481
Thanks for the quick reply Tim. How about this one... I'm declaring the following entity: <!ENTITY pct "<unit name='Percent' symbol='%'/>"> When I try to load...
Don Kackman
DKACKMAN@...
Nov 2, 1998 9:39 pm
5482
KOML is an XML application to serialize Java Objects in an XML document. This application is called KOML for Koala Object Markup Language. This new version...
Philippe Le Hégaret
Philippe.Le_Hegaret@...
Nov 3, 1998 1:31 am
5483
... From: Eddie Sheffield <eddie.sheffield@...> ... thread? My ... Yahoo or ... Yahoo was easy. Try: ...
James Tauber
jtauber@...
Nov 3, 1998 1:35 am
5484
Hello, I am wondering how to call a JavaScript function in .xsl file. For instance, <SCRIPT LANGUAGE="JSCRIPT"><![CDATA[ function abc(x) { document.writeln("...
Li Jiefeng
jieli@...
Nov 3, 1998 2:24 am
5485
... Not much Chinese XML here in Taiwan yet, because of technology lag. There are some interesting projects in the pipes though. I dont know about other ...
Rick Jelliffe
ricko@...
Nov 3, 1998 8:04 am
5486
... I agree that defining what is and is not well-formed and valid XML ought to be a readily achievable goal, and it is a little surprising to find an area ...
Michael Kay
M.H.Kay@...
Nov 3, 1998 10:46 am
5487
... Neither really works well, because "]]>" can legitimately occur in a Java program. For example, it is quite likely to occur in a Java program that ...
Michael Kay
M.H.Kay@...
Nov 3, 1998 10:49 am
5488
A CDATA marked section is not only a way to prevent delimiter recognition. It is also a way to declare that the characters in that section are limited to ones...