Search the web
Sign In
New User? Sign Up
JSX-ideas · Ideas on Java Serialization for XML
? 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.
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 969 - 998 of 2200   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
969
JSX FAQ - 14 November 2001 ======= JSX instantly XML-enables applications, by re-implementing the Serialization API for XML. FAQ Contents: (1). Background (2)....
JSX-ideas@yahoogroups...
Send Email
Jan 1, 2002
10:13 am
970
Hi Mark, i would be very interested in see how to use XSLT with JSX. can u explain me how your idea worked?? i may need to use that functionality in my...
marco.mistroni@...
Send Email
Jan 2, 2002
8:12 am
971
Hi Marco, You can use XSLT with JSX as it is, the only drawback is that you need to communicate via strings. I posted a hack in the Files area that allows...
linksspringer
Offline Send Email
Jan 2, 2002
8:54 am
972
Hi Marco, ... Here is the example I promised. It transforms between an XML- representation of 'presidents' (an example I found in a book) and the ...
linksspringer
Offline Send Email
Jan 3, 2002
11:10 am
973
hi, I have this piece of code to test serializing and deserializing java.io.File. shouldn't the before and after output must be same? the xml file looks fine...
sshark97
Online Now Send Email
Jan 3, 2002
11:27 am
974
Hi Lim, Thanks a lot for the detailed bug report and test code - it makes it much easier to track. ... Yes ;-) ... Yes, this looks like a bug. ... For some...
egroups_yow
Offline Send Email
Jan 5, 2002
12:49 am
975
Hi Mark, I just wanted to say that what you are doing with XSLT is fantastic! I'd love to hear how Marco and others go with it. I've added many more comments...
egroups_yow
Offline Send Email
Jan 7, 2002
2:27 am
976
Hi Brendan, ... Thank you! Nice to get some discussion going. ... Without using SAX you mean? This should be possible, but you would still be parsing a...
Mark van der Kraan
linksspringer
Offline Send Email
Jan 7, 2002
2:01 pm
977
Hey Lim, I had a look at the File problem - nothing definite, but I think it is an escaping issue. Try writing it out a second time, and you get a extra "\"...
egroups_yow
Offline Send Email
Jan 7, 2002
3:31 pm
978
Hi Mark, I'm up very late, so I'm able to reply directly! The more I think about integrating XSLT with JSX, the more powerful it seems... ... No, I mean...
egroups_yow
Offline Send Email
Jan 7, 2002
3:50 pm
979
Hi Mark, Just saw that I hadn't properly answered a previous email of yours... ... I'm delaying the SAX version until I have a format that works nicely: the...
egroups_yow
Offline Send Email
Jan 7, 2002
3:57 pm
980
Hi Brendan. I noticed a previous thread where you mentioned that there was a lack of demand for 1.4 support. As I mentioned before Christmas, my company is in...
Mike Cunningham
greenp22uk
Offline Send Email
Jan 8, 2002
11:05 am
981
Hi Brendan, ... Yes, transformations can be chained, but this is by means of Result and Source. These can encapsulate streams (StreamSource, StreamResult) but...
Mark van der Kraan
linksspringer
Offline Send Email
Jan 8, 2002
2:19 pm
982
Hello Brendan, ... Good luck! It all looks very complex to me :-) ... Don't you mean you'll need a SAX pull parser? The standard mode for SAX is already push....
Mark van der Kraan
linksspringer
Offline Send Email
Jan 8, 2002
3:27 pm
983
Hi Mike, Sorry about the delay! ... Yes, of course! ;-) Actually, another licensee is also interested in 1.4 support, so there is a double bumping-up effect. ...
egroups_yow
Offline Send Email
Jan 9, 2002
9:16 am
984
... Well actually it's not *that* far off. The current plan is that the detailed design phase begins in February. Thanks for the tip-off regarding the price...
Mike Cunningham
greenp22uk
Offline Send Email
Jan 9, 2002
10:44 am
985
Brendan, I did a bit of debugging myself. JSX manage to restore path without fault. The error is caused by readChar() inside java.io.File readObject(). Inside...
sshark97
Online Now Send Email
Jan 10, 2002
3:53 am
986
Hi Mark, I know it is Xalan specific, but indenting really makes a big difference, at least during the testing phase: <xsl:stylesheet version="1.0" ...
egroups_yow
Offline Send Email
Jan 10, 2002
6:51 am
987
... ObjIn's ... is "9" ... You are a genuis! Your brilliant diagnosis enabled me to fix it in 2 mins (whereas before I had no clues). You need to change the...
egroups_yow
Offline Send Email
Jan 10, 2002
7:13 am
988
Hi Mark, i would like to try to do some stuff with your XSLT 'hack'. Unfortunately, i cannot find out where u posted the examples. the 'official' JSX link that...
marco.mistroni@...
Send Email
Jan 10, 2002
7:44 am
989
Sorry to answer on Mark's behalf, but... ;-) ... You need to go to the mailing list website: http://groups.yahoo.com/group/JSX-ideas/ The "files section" is...
egroups_yow
Offline Send Email
Jan 10, 2002
8:15 am
990
Hi Brendan, This whole issue of what part should be in control of what (JSX,SAX,Transformer)is confusing and needs to be thought through carefully. Yes, the...
Mark van der Kraan
linksspringer
Offline Send Email
Jan 10, 2002
8:36 am
991
Glad that I could help. Thanks for the bug fix. I will try it out later. /lim/ ... without ... printable "\" ... Teck ... think ... characters...
sshark97
Online Now Send Email
Jan 10, 2002
9:02 am
992
Hi, Here is a first version of a replacement for ParserXML that uses a SAX-parser. It demonstrates the idea of using two threads and a queue to resolve the...
Mark van der Kraan
linksspringer
Offline Send Email
Jan 10, 2002
2:42 pm
993
Hi, I've been watching with interest the development of the XSLT extensions to JSX. Is there an XSLT engine that I am unaware of that has a GPL-compatible...
Kevin S. Clarke
ks_clarke
Online Now Send Email
Jan 10, 2002
6:35 pm
994
Hi Kevin, ... Thank you, I am enjoying this exchange of ideas very much. How would you like to use XSLT with JSX? ... Interesting question! As long as we use...
linksspringer
Offline Send Email
Jan 10, 2002
9:22 pm
995
Hi Kevin, ... I'm not sure exactly what issue you are concerned about, but I think this may be relevant: The GPL allows use, regardless of what the software is...
egroups_yow
Offline Send Email
Jan 10, 2002
10:15 pm
996
... I work in a library where MARC (Machine Readable Cataloging) is used. We read in library records in the MARC format, make changes in our MARC objects and...
ks_clarke
Online Now Send Email
Jan 10, 2002
10:39 pm
997
... My reading of this: http://www.gnu.org/licenses/gpl-faq.html#MereAggregation is that if the program (JSX with XSLT) cannot be distributed without relying...
ks_clarke
Online Now Send Email
Jan 10, 2002
11:06 pm
998
... (Assume I am understanding correctly:) But JSX can be distributed without an XSLT engine - this is just an option. JSX would not "rely" on XSLT. However,...
egroups_yow
Offline Send Email
Jan 10, 2002
11:29 pm
Messages 969 - 998 of 2200   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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