From: Rahul S. <shr...@ho...> - 2005-09-12 22:25:25
|
Hi I have recetly started using GUI4J and this is the prolem i am facing. I wanted to render the GUI depending on the messages that are being passed through a socket. I was browsing through the API and currently there is no mechanism where the xml can be read from a String (or more generally as a stream). The source xml is always being treated as a file. Is it possible to provide a way (i.e. if it does not exist - and if it does please can you provide an example) by which the xml is read as a string(or InputStream) rather than as a name of the resource? Thanks Rahul |