Simon Johnn

Greenhorn
+ Follow
since Mar 23, 2003
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 Simon Johnn

i want to generate wml file from a xsl file:-
greeting.xml:-
---------------
<?xml version="1.0"?>
<greetings>
<greeting>Hello World</greeting>
</greetings>

greeting.xsl:-
---------------
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl: output method="wml"/>
<xsl:template match="/">
<wml>
<card id="greeting" title="Hello World">
<p>
<xsl:apply-templates select="greetings/greeting">
<p>
</card>
</wml>
</xsl:template>
<xsl:template match="greeting">
<xsl:value-of select="."/>
</xsl:template>
</xsl:stylesheet>
***************************
I used the greeting.xml and greeting.xsl to generate greeting.wml file by using two XSLT processors:-
1-Xalan
2-Clark's XT
but unable to generate the wml file from both of them,none of the XLLT processors generate the wml file.
Can anyone help me in generating the wml file using XSLT processor.Plz let me know from which processor i can do this and what will be the procedure.
Thanks in advance
i want to generate wml file from a xsl file:-
greeting.xml:-
---------------
<?xml version="1.0"?>
<greetings>
<greeting>Hello World</greeting>
</greetings>

greeting.xsl:-
---------------
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl utput method="wml"/>
<xsl:template match="/">
<wml>
<card id="greeting" title="Hello World">
<p>
<xsl:apply-templates select="greetings/greeting">
<p>
</card>
</wml>
</xsl:template>
<xsl:template match="greeting">
<xsl:value-of select="."/>
</xsl:template>
</xsl:stylesheet>
***************************
I used the greeting.xml and greeting.xsl to generate greeting.wml file by using two XSLT processors:-
1-Xalan
2-Clark's XT
but unable to generate the wml file from both of them,none of the XLLT processors generate the wml file.
Can anyone help me in generating the wml file using XSLT processor.Plz let me know from which processor i can do this and what will be the procedure.
Thanks in advance
i m making a multicontent application means client can request from a web browser aur from a cell phone, i deployed the application on tomcat server and make request let suppose for login.html from a web browser,the web server(tomcat) listen the request and the send login.html page in response ,similarly for cell phone i m using a simulator to send request for login.wml to web server(tomcat) but the web server is unable to response to simulator.I place
login.html and login.wml in the Root folder present in webapps folder.M i doing any technical fault in sending the request from cell phone simulator,will any one can give solution to me how web server(tomcat) can reponse to request coming from cell phone simulator.
Thanks in advance
20 years ago
i m making a multicontent application means client can request from a web browser aur from a cell phone, i deployed the application on tomcat server and make request let suppose for login.html from a web browser,the web server(tomcat) listen the request and the send login.html page in response ,similarly for cell phone i m using a simulator to send request for login.wml to web server(tomcat) but the web server is unable to response to simulator.I place
login.html and login.wml in the Root folder present in webapps folder.M i doing any technical fault in sending the request from cell phone simulator,will any one can give solution to me how web server(tomcat) can reponse to request coming from cell phone simulator.
Thanks in advance
20 years ago
JSP
i m making a multicontent application means client can request from a web browser aur from a cell phone, i deployed the application on tomcat server and make request let suppose for login.html from a web browser,the web server(tomcat) listen the request and the send login.html page in response ,similarly for cell phone i m using a simulator to send request for login.wml to web server(tomcat) but the web server is unable to response to simulator.I place
login.html and login.wml in the Root folder present in webapps folder.M i doing any technical fault in sending the request from cell phone simulator,will any one can give solution to me how web server(tomcat) can reponse to request coming from cell phone simulator.
Thanks in advance
20 years ago
i m making a multicontent application means client can request from a web browser aur from a cell phone, i deployed the application on tomcat server and make request let suppose for login.html from a web browser,the web server(tomcat) listen the request and the send login.html page in response ,similarly for cell phone i m using a simulator to send request for login.wml to web server(tomcat) but the web server is unable to response to simulator.I place
login.html and login.wml in the Root folder present in webapps folder.M i doing any technical fault in sending the request from cell phone simulator,will any one can give solution to me how web server(tomcat) can reponse to request coming from cell phone simulator.
Thanks in advance
i m making a multicontent application means client can request from a web browser aur from a cell phone, i deployed the application on tomcat server and make request let suppose for login.html from a web browser,the web server(tomcat) listen the request and the send login.html page in response ,similarly for cell phone i m using a simulator to send request for login.wml to web server(tomcat) but the web server is unable to response to simulator.I place
login.html and login.wml in the Root folder present in webapps folder.M i doing any technical fault in sending the request from cell phone simulator,will any one can give solution to me how web server(tomcat) can reponse to request coming from cell phone simulator.
Thanks in advance
20 years ago
A want to design a web application which can receive request from multiple devices such as from a pc through browser,from a mobile phone etc,how can i know that from which device request is coming so that i can generate the specific response for that device means for browser generate html ,for mobile phone generate wml etc.
I check the methods of class ServletRequest as well as HttpServletRequest to know but unable to find a method.Anybody can plz let me know whats the method i should use and that method belongs to which class.
20 years ago
JSP
A want to design a web application which can receive request from multiple devices such as from a pc through browser,from a mobile phone etc,how can i know that from which device request is coming so that i can generate the specific response for that device means for browser generate html ,for mobile phone generate wml etc.
I check the methods of class ServletRequest as well as HttpServletRequest to know but unable to find a method.Anybody can plz let me know whats the method i should use and that method belongs to which class.
20 years ago
A want to design a web application which can receive request from multiple devices such as from a pc through browser,from a mobile phone etc,how can i know that from which device request is coming so that i can generate the specific response for that device means for browser generate html ,for mobile phone generate wml etc.
I check the methods of class ServletRequest as well as HttpServletRequest to know but unable to find a method.Anybody can plz let me know whats the method i should use and that method belongs to which class.
20 years ago
Dear Med Shabe ,thanks for ur co-operation but i m unable to get "Create multi-purpose Web content with XSLT",i will be thankful if u again send me the particular link that i want.
If i m running my application on a web server such as tomcat and want to send html or wml as output.HTML or WML response are generated by transforming an XML file (working as my database)
using a stylesheet.How can my servlet or jsp generate the HTML or WML output from an XML file by tranforming stylesheet(xsl).Is there any method provided?to which class this method belongs?
Thanks In Advance
If i m running my application on a web server such as tomcat and want to send html or wml as output.html or wml response are generated by transforming an XML file (working as my database)
using a stylesheet.How can my servlet or jsp generate the html or wml output from an Xml file by tranforming stylesheet(xsl).Is there any method provided?to which class this method belongs?
Thanks In Advance
In order to email using JAVAMAIL in web application we have to use the address of pop3 and smtp server in order to send and receive mail,i want to know address of most commonly use servers that is the addresses of yahoo and hotmail pop3 and smtp server.After providing these addresses in the code using JAVAMAIL API,will it be functional.
21 years ago
In order to email using JAVAMAIL in a WAP application we have to use the address of pop3 and smtp server in order to send and receive mail,i want to know address of most commonly use servers that is the addresses of yahoo and hotmail pop3 and smtp server.After providing these addresses in the code using JAVAMAIL API,will it be functional.
21 years ago