Hi all, Sorry about the mass distribution. I came across this website and found the jsx tool. I tried to download the jar but errors occurred in the middle...
Ho, Dennis
Dennis.Ho@...
Apr 2, 2002 3:17 am
1155
Hi Dennis, ... Yes, it's still being maintained. ... I just checked the link, and it's working fine for me. Maybe a network problem? I'll send the jar to you...
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...
Apr 2, 2002 9:32 pm
1159
We would like to remind you of this upcoming event. test Date: Friday, April 12, 2002 Time: 11:00PM ICT (GMT+07:00) ... http://go.to/century21gading/...
JSX-ideas@yahoogroups...
Apr 12, 2002 4:02 am
1160
Hi, When I'm trying to compile the xslt example mark wrote (President.java from his post on 03/01/02), I'm getting an error: the class JSXtoSAX can't be found....
Hi Bert, ... the ... Sorry, I don't have any further code for this.... it sounds like Mark left that out of the zip accidentally. Hopefully, he'll be able to...
Hi Bert, [I tried replying to this earlier, but it seems to have failed] The example was part of my experiment to add SAX-events to JSX. I made changes later...
Hi Mark, Updating your "President" example would be great! Thanx Right now I'm trying to transform an XML file generated by JSX to another XML file (using...
Hi Bert, ... That example was part of my experiment to add SAX-events to JSX. I changed some things later in the second zip, that also contains another...
Hi, In the files area you can find my updated example (transform.zip) I noticed I had to be careful not to generate empty elements. Maybe that is an...
Hi Bert, ... It's strange that the whitespace is still appearing... I have an inkling that your code might not be setting the indent property correctly......
Hi Mark, ... Yes, I think so. It is possible there are some places that it does require <a></a>. These cases wouldn't come up in regular testing, because JSX...
Hi All, Yahoo egroups seems to be quite annoying to use these days... and there is that weird "Reminder - test" post that keeps coming up, apparently from the...
Hi Bert, ... Also, if length of the XML file is a concern, something else you could do is defer creation of the huge arrays of double (minWidth etc), until...
Start using sourceforge.net? Their groups use mailman ... -- ================================================================= = hanasaki@......
hanasaki
hanasaki@...
Apr 20, 2002 12:51 pm
1172
Hi Brendan, ... Ok, thx. I was trying to generate empty arrays (president but no vice-president), either the problem was illegal JSX-XML format or the <a/>...
Hi Mark, ... Yes, it sure did. Thanx for replying so quickly. ... I'm using JSX to serialize the user interface of a Java application. The stylesheet is...
Hi Mark, ... Yes, it sure did. Thanx for replying so quickly. ... I'm using JSX to serialize the user interface of a Java application. The stylesheet is...
I may not be looking in the right place, but I cannot find Javadocs of the API or access to the source code. Am I missing something, or are they unavailable? ...
Hi +jeff, The source code is in the download - .class and .java files are both there. The basic idea of JSX is that it is *exactly* the same to use as Java's...
Hi Mark, ... JSX0.9, 21 Sept 2001 See: http://www.csse.monash.edu.au/~bren/JSX/done.html This is linked from the top of the technical page, under the hypertext...
Hi Brendan, ... I'm studying at the tUL (Belgium), it's a new coorporation between the UM Maastricht and the LUC Diepenbeek. I haven't published anything yet ...
Is this the place to get some technical debugging advice for JSX? I have been using JSX to XMLize a complex object which is sent via http protocol, using...
Ayla
mlf@...
Apr 25, 2002 3:41 pm
1185
Hi Ayla, Yes, this is the right list. Could you also say what version of JSX you are using - ie the exact jar name (the debug lines will be different in...
Hi Bert ... Ah, I didn't realize that XMLEncoder didn't work for AWT (I thought it worked for Swing tho, and that would need to include AWT?). Anyway, good to...
Hi Bert, What is the problem with serializing AWT widgets? I tried it out with a simple case, JButton and Button, and it worked fine. BTW, if I remember...