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...
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@...
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...
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...
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...
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...
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...
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 "\"...
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...
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...
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...
Hi Brendan, ... Yes, transformations can be chained, but this is by means of Result and Source. These can encapsulate streams (StreamSource, StreamResult) but...
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....
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. ...
... 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...
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...
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" ...
... 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...
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@...
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...
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...
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...
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...
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...
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...
... 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...
... 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...
... (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,...