Search the web
Sign In
New User? Sign Up
struts-xsl · Struts for Transforming XML with XSL
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
  Newest  |  < Newer  |  Older >  |  Oldest
Topics   (List as Individual Messages) Messages Latest Post

I have a web application which is using STXX, I am deploying it on tomcat server. I have 5 different screens, which is rendered using 5 different model which...
1 Jul 6, 2007
8:28 am

reemarajan6
Offline Send Email

Hi, We have an immediate requirement for Struts professionals who are strong in TLDs for a MNC in Bangalore Please send us your updated profile with full...
2 Jun 7, 2007
1:44 pm

eclip5e
welcome_desk
Offline Send Email

I prepared some properties files like this. applicationResource.properties applicationResource_tw.properties applicationResource_zh.properties ...
2 Apr 30, 2007
3:59 am

Don Brown
mrdon42
Offline Send Email

Hello techfriends, i want to insert javascript code inside xsl file. Any sample code for this issue. Is anyone help in this? Thanks Mahesh...
4 Oct 14, 2006
8:07 am

govind ravi
raraavis_rg
Offline Send Email

cvs.stxx.sourceforge.net seems to be down. Is there somewhere else I can get the source?...
3 Oct 13, 2006
12:15 am

char0x30
Offline Send Email

I need to apply an <xsl:template> to all of the child tags (nodes) of a given tag, except for one or two. For example, let's say in a table <table> </table>,...
2 Aug 21, 2006
5:05 pm

Don Brown
mrdon42
Offline Send Email

Hi All, I wanted my form data to be transfered something like: <data> <user> <name>test1</name> <age>20</age> </user> <user> <name>test2</name> <age>20</age> ...
6 Aug 8, 2006
9:08 pm

Don Brown
mrdon42
Offline Send Email

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...
5 Jul 5, 2006
6:17 pm

Don Brown
mrdon42
Offline Send Email

Hi, I am planing to learn Jakarta struts. Can any one please send me the required material & ebooks and also please suggest which books are good to learn...
4 Jun 28, 2006
4:28 am

Ankit Verma
ankitverma_mca
Online Now Send Email

Hi, I was able to run Stxx successfully. Now i'm trying to do Stxx with Struts tiles.Is there any example for Stxx with Struts? Regards, Rajesh...
8 Jun 26, 2006
7:13 pm

Don Brown
mrdon42
Offline Send Email

Hi, i'm new with stxx and i need to find out if it is possible to process the same forward twice like this : 1st XSL Proc. 2nd XSL Proc. XML...
6 Jun 26, 2006
12:37 pm

Rajesh Sundar
rajeshsun69
Offline Send Email

hi all, can anyone give me a brief example which shows how i can create a simple application using stxx. thanks in advance Ankit...
3 Jun 23, 2006
2:28 pm

Rajesh Sundar
rajeshsun69
Offline Send Email

can anyone plz tell me how to use custum validation in struts as i have to apply in my current application for some buisness rules....
2 Jun 21, 2006
8:50 pm

Don Brown
mrdon42
Offline Send Email

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...
2 Jun 20, 2006
5:48 pm

Don Brown
mrdon42
Offline Send Email

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...
2 Jun 20, 2006
5:45 pm

Don Brown
mrdon42
Offline Send Email

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:import href="common/addressBook.xsl" /> <xsl:output method="html" /> ...
2 Jun 20, 2006
5:42 pm

Don Brown
mrdon42
Offline Send Email

i am here by attaching the code replicating the example of stxx struts-config.xml <!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts...
1 Jun 20, 2006
3:01 pm

Viswamohan
ravi_brain
Offline Send Email

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, ...
1 Jun 20, 2006
11:01 am

Rajesh Sundar
rajeshsun69
Offline Send Email

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...
1 Jun 20, 2006
9:58 am

Rajesh Sundar
rajeshsun69
Offline Send Email

Hi, Please can anyone provide me with an example of Stxx with Struts 1.1? Thanks in Advance! Rajesh...
2 Jun 19, 2006
4:57 pm

Don Brown
mrdon42
Offline Send Email

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. ...
2 May 8, 2006
8:36 pm

Don Brown
mrdon42
Offline Send Email

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 ...
2 Apr 11, 2006
8:28 pm

Don Brown
mrdon42
Offline Send Email

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...
4 Apr 11, 2006
6:57 pm

Don Brown
mrdon42
Offline Send Email

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...
5 Apr 5, 2006
5:16 pm

Don Brown
mrdon42
Offline Send Email

Hello: I recently downloaded STXX 1.3 and 1.3.1 and noticed the JDOM library used is v0.9 This is scary because we use JDOM 1.0 extensively and the API for XML...
2 Mar 16, 2006
11:04 pm

Don Brown
mrdon42
Offline Send Email

Hi STXX users, we have an error when we serialize JDOM objects and need to display the XML document using the debug=true request parameter. Both, IE6 and ...
6 Mar 16, 2006
11:02 pm

Don Brown
mrdon42
Offline Send Email

i m using stxx 1.3.1 with struts 1.2.7 i don't know what entry we have to done in pipeline-config.xml file and structs-config.xml file plz some body give me...
4 Mar 6, 2006
8:50 pm

Don Brown
mrdon42
Offline Send Email

Hi, Sorry but my english is very bad.. :P I have a problem in PDF to resolve relative URI of images files. I use Struts 1.2.4 ,Stxx 1.3, and JBoss 3.2.7...
2 Mar 6, 2006
8:49 pm

Don Brown
mrdon42
Offline Send Email

My application was using stxx-1.3.1.jar, sometimes (NOT always) I notice my action getting executed twice (2 threads)..... The basic flow of my application was...
2 Mar 2, 2006
8:48 pm

Don Brown
mrdon42
Offline Send Email

I'm using the XMLForm example of the example-plugin war file . I was trying to to printout the XML of the DOMForm in the RequestExampleAction as shown below if...
4 Feb 24, 2006
3:04 am

Don Brown
mrdon42
Offline Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help