Posts Tagged ‘jsp’

how to read the subchilds from a XML file using JSP?

this is my XML file:
<prog>
<name>M</name>
<child>
<name>CM</name>
<subchild>
<name>SM</name>
</subchild>
</child>
</prog>

All i need now, is to fetch the value "SM" alone from the XML either using java or JSP. JSP wud be a better choice. Please someone help me on this !!

Thanks and Regards.
i want the procedure to be generic with no hard coded string values for validation.

How to embed YouTube video in swf file, without using XML, or other extended files?

Well,
Everything is told in title… I need only .swf file as final product, without php, jsp, xml, or other files.
If anyone knows how, or link to .fla file with that possibilities.
Thank you very much.

how can i run my jsp from tomcat without writing any xml files?

i want to run jsp from tomcat. but i don’t how to do it without writing any additional xml files. can u tell me how to do it or where can i find it. it will be appreciate if u tell me how to do this for servlets also. than q

Hi Friends, I need an help and suggestion, did u heard abt AJAX concepts with XML if u any idea means, post me

AJAX is New Framework Concepts
AJAX – Asynchronous JavaScrpit with XML handling
by using this concpets we need to refresh that single page many time as that we do in ASP or ASP.NET or JSP any other technologies
kindly help to known adbout AJAX and if there any study MAterial for that means u just post ur suggestion, help.
please give me its reference guide link also

how should convert the log file in txt format to the xml format using JSP?

im doing a project WEB SERVER LOG ANALYZER in jsp.i download the log file from the server.it is in text format tell how should convert the log file in txt format to the xml format using JSP