Hi Everyone, In trying to use expat a lot recently we have found lots of problems with shallow copies of pointers into string pools in addition to a couple of ...
Martin Gudgin
marting@...
Jul 1, 2000 8:19 am
21487
... In this example, the value of the type attribute is determined by the grandparent (i.e., by lunchReading or lunchMenu) restricting the allowed types of its...
Rick JELLIFFE
ricko@...
Jul 1, 2000 1:23 pm
21488
Hi Folks, I just don't grok[1] this elementFormDefault stuff. Sure, I can blindly follow the rules stated in the spec, but I don't know the reasoning behind...
Roger Costello
costello@...
Jul 1, 2000 3:43 pm
21489
Can XSLT be bi-directional ? Can you get the original XML information from the output file by using the original XSLT file. An example would be a XML file is...
Ashvil
ashvil@...
Jul 1, 2000 5:28 pm
21490
Is this question theoretical, or purely practical? ... Perfectly possible in theory, but not likely to happen, in practice, by accident. ... If the XSLT...
Amy Lewis
amyzing@...
Jul 1, 2000 6:52 pm
21491
... I was looking at some non pricey XML editors and could not find any that let you edit the final visual representation of the XML file. XML Spy lets you see...
Ashvil
ashvil@...
Jul 1, 2000 10:23 pm
21492
... I think you need to explain your requirement a bit more. Why do you want to convert it into XTML? Is it to let the user edit the data in an HTML form, or...
Francis Norton
francis@...
Jul 1, 2000 10:42 pm
21493
... In that case maybe you don't need XSLT ? Given that your editor can understand style you could display the original data in a rich content view using CSS...
Robin Berjon
robin@...
Jul 1, 2000 11:03 pm
21494
... Chances are that in many cases the transformation back might be difficult as some different elements in your input might map to the same element in the...
Robin Berjon
robin@...
Jul 1, 2000 11:10 pm
21495
... Remove the DTDs and you can successfully schema-validate your doc at Henry Thompson's online validator, xsv (http://www.w3.org/2000/06/webdata/xsv). I...
Francis Norton
francis@...
Jul 1, 2000 11:43 pm
21496
Try the version in: http://thaiopensource.com/dist/expat/test/ It fixes a bug that sounds like the one you're encountering. ... ...
James Clark
jjc@...
Jul 2, 2000 2:23 am
21497
Sorry to take up bandwidth with this test. I suddenly stopped receiving messages on 30th June. There has been a problem of some sort since a post I sent to the...
AndrewWatt2000@...
Jul 2, 2000 11:40 am
21498
[This message was first sent to the list on 30th June but I didn't see it or any responses to it on the list. My guess is that it did not reach the list. It...
AndrewWatt2000@...
Jul 2, 2000 12:58 pm
21499
If the output of a XSL Translation is an XML document.. then another style sheet can be written that will transform the output document back to the source...
Abhishek Srivastava
abisheks@...
Jul 2, 2000 2:00 pm
21500
I've just added the three presentations I gave in New York last week (1 at the NY Object Developer's Group, 2 at XMLDevCon 2000) to my Web site. Some of them...
Simon St.Laurent
simonstl@...
Jul 2, 2000 2:17 pm
21501
... Using CSS to do the styling for the XML editor will solve the transformation problem. However, the beta version of IE5.5 supports the ContentEditable...
Ashvil
ashvil@...
Jul 2, 2000 3:39 pm
21502
Abhishek Srivastava wrote ... I think this is the preferred solution that this group is leaning towards. And it would resolve my current problem. However, I...
Ashvil
ashvil@...
Jul 2, 2000 5:01 pm
21503
I'll vouch for the "XML Schemas" one, which I had the fortune to see presented at XMLDevCon. Something Simon didn't mention about this presentation, but which...
Joshua Allen
joshuaa@...
Jul 2, 2000 6:43 pm
21504
... [I'm not an SGML expert, so don't take this as the last word on the subject.] It *is* intended that XML be a subset of SGML, in the sense that a valid XML...
Richard Tobin
richard@...
Jul 2, 2000 6:59 pm
21505
I missed some of the thread, so maybe someone has already brought this up, but xml queries and xslt aim at slightly different problem domains. With a SQL-like...
Joshua Allen
joshuaa@...
Jul 2, 2000 7:08 pm
21506
... Yes and yes. There have been a number of technical corrigenda (TC) published for SGML. With the Web-enabling TC ...
G. Ken Holman
gkholman@...
Jul 2, 2000 7:41 pm
21507
... Thanks a lot Francis. This raises many more questions... ... targetNamespace = "A" global element declarations = GE1, GE2, ... local element declarations...
Roger Costello
costello@...
Jul 2, 2000 9:21 pm
21508
... Sorry, I don't get this. Even the simpliest form of comparison contradicts it. In psuedo, something like : if(structure a or structure b) then structure x ...
Niclas Olofsson
gurun@...
Jul 2, 2000 10:42 pm
21509
... FWIW, Henry Spencer's new Regular Expression package in Tcl 8.3 (actually first introduced in Tcl 8.1) handles Unicode and full I18N. Cheers, Steve Ball --...
Steve Ball
Steve.Ball@...
Jul 3, 2000 3:20 am
21510
... Unfortunately I missed that one because my session was scheduled at the same time. To add to the pain, Martin Sachs' presentation about trading partner ...
KenNorth
KenNorth@...
Jul 3, 2000 4:20 am
21511
... XML was developed as a subset of SGML. Most of the ISO working group which looked after SGML were also involved with the creation of XML (Clark, Kimber,...
Rick JELLIFFE
ricko@...
Jul 3, 2000 4:59 am
21512
James, The Thai Open Source Software Center looks great. I like the following statement ;=) ... and hope it will include XT ! Eric -- ... Eric van der Vlist...
Eric van der Vlist
vdv@...
Jul 3, 2000 6:40 am
21513
... I apologize for the 2-3 day delay in answering your questions to our support center. Normally we try to reply to each support incident within 24 hours at ...
Falk, Alexander
falk@...
Jul 3, 2000 7:19 am
21514
... There's a proposal out (I saw the link on xmlhack.com) for a language very much like SQL crossed with XPath, that allows you to go (this is from memory): ...
Matt Sergeant
matt@...
Jul 3, 2000 8:19 am
21515
... From reading your presentation slides Ken, I'm glad I won't be the one defining where the line should be between putting things in the XML schema, the DBMS...