I am facing a problem. The html page produced from xml+xsl shows duplicate results. Can someone please tell me why is it happening so or how to solve this...
What do you mean duplicate results? Two <html> trees in the same page? Repeated items? Please post more information of your configuration and XSLT. Don...
Here are the xml and xsl files header.xml <?xml version="1.0" encoding="UTF-8"?> <users> <user> <username>Jack Harry</username> </user> <user> <username>Chris...
Don The generated html shows two <body> trees, NOT two <html> trees. Here are the xml and xsl files header.xml <?xml version="1.0" encoding="UTF-8"?> <users> ...
How are you feeding the XML file to stxx? Append ?debug=true to the url for that page, and see the XML that is actually being used for the transformation. My...
When I submit the form with correct usrename and password everything goes right. But when either username or password or both are missing, it again prompts...
Don Thanks for your reply. The problem is solved. But now there is another problem. Now it does not show the error messages when the form is submitted with...
This sounds like a Struts validator question. You might try the user list to get some help. My guess is you don't have the required validator set for each...
Hi, I have a problem where I need to dynamically build page layouts from a database. XSLT transformations will be stored in a database as well as the ...
While you could create your own TransformerHandler to handle this case, I'd suggest using Sitemesh instead. It is much better suited for layout manipulation....
I want to set index.do as welcome-file. I have defined it in web.xml as <welcome-file-list> <welcome-file>index.do</welcome-file> </welcome-file-list> but it...
Hi ! I am developing a web application using a native XML database. I use XQuery to query the database. I thougt about different ways for a re- usable design. ...
I don't know if anyone doing that in stxx, but I do in Cocoon, which is the granddaddy of XML pipeline frameworks: http://demo.exist-db.org/examples.xml You...
Stxx ships with an example for Struts 1.1, the one with the suffix "-plugin". BTW, I accidently deleted your two previous emails when I was clearing out spam,...
Hi, Please can any one tell me the reason for this exception? com.oroad.stxx.transform.TransformerException: The type of transformation cannot be found: dom at...
Hi, I found the reason for this exception.I have to uncomment the dom transform in the stxx.properties. Its interesting as i keep learning stxx. Regards, ...
Hi, This is my understanding.Please correct me if im wrong. <pipeline match="jsp/*.dox"> <display-name>JSP/JSTL</display-name> <description>Creates DOM and...
I have deployed the stxx-1.3.1-plugin-example.war and tried to run the application using IE browser , I am getting lot of exceptions , could anybody post the...
i am here by attaching the code replicating the example of stxx struts-config.xml <!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts...