aude tantot

Ranch Hand
+ Follow
since May 21, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by aude tantot

Can someone tell me how to integrate my webcam's images into an applet?
Once integrated, can i "map" this image?
22 years ago
i've a big pb, my application run well under Forte and when ilaunch it from dos, i've a classNotFoundError, the class that isn't found is in the jdk..\jre\lib\ext.
Do u have an idea?
thanks a lot, i had only dowloaded the API, that's why i couldn't launch it
22 years ago
javahelp is a soft and an API. What i'm searching is how to use it as a soft (installation and use).
22 years ago
thanks, i've already read that doc, but i didn't find there the help i want
22 years ago
yes i'm talking about it, i've heard it's not only an API but a soft too. i Downloaded it but i can't understand how to launch it
22 years ago
can someone explain me how java help 1.2 works?
22 years ago
the problem comes in fact from the way i pass the element to be deleted. I select it from a combobox doing MyCombo.getSelectedItem(), and it returns me a wrong element.
22 years ago
i've an arrayList and i want to use the remove() method, but when i do it on the first or last element, it delete the second or the one before the last element, what's the matter?
22 years ago
the DOMEcho examples in the java tutorial do that.
What is the best way to manage a save option in an aplication?
i've opened a document, i want to edit and save it, what's the good way to do that (working on a copy, on the original...)?
22 years ago
here, you will find a map of the xml world, with lot of interesting link:
http://www.chez.com/thm/Idoc2000/FenIdocFR-D.html

enter in xml and then in "essayer l'arbre des connaissances", the knowledge tree will appear, in english of course

[This message has been edited by aude tantot (edited June 13, 2001).]
I think compatility problems exist between xalan 1 and the jdk 1.3.
As i wrote in a topic called Xalan i had some problem with xalan 1, my xml and xsl file where right and when i want to perform an XSLT with xalan 1, it couldn't parse the xml.
I've tried to do the same using Xalan 2, and... it works!
I've seen nothing about that kind of problem on the apache site, so i can only imagine that incompatibility.
are there compatibility problems between Xalan 1 and JDK 1.3?
[This message has been edited by aude tantot (edited June 11, 2001).]
for the xalan pb, can it comes from :new org.apache.xalan.xpath.xdom.XercesLiaison()?