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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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
Messages 2598 - 2627 of 2669   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2598
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...
joe_bashir
Offline Send Email
Apr 4, 2006
3:02 pm
2599
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...
Don Brown
mrdon42
Online Now Send Email
Apr 4, 2006
4:42 pm
2600
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...
joe_bashir
Offline Send Email
Apr 5, 2006
5:12 am
2601
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> ...
joe_bashir
Offline Send Email
Apr 5, 2006
7:03 am
2602
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...
Don Brown
mrdon42
Online Now Send Email
Apr 5, 2006
5:16 pm
2603
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...
joe_bashir
Offline Send Email
Apr 9, 2006
12:28 pm
2604
Your input attribute has to point to an action, otherwise the XML won't be rebuilt. Don...
Don Brown
mrdon42
Online Now Send Email
Apr 9, 2006
6:13 pm
2605
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...
joe_bashir
Offline Send Email
Apr 10, 2006
5:35 am
2606
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...
Don Brown
mrdon42
Online Now Send Email
Apr 11, 2006
6:57 pm
2607
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 ...
seanogt
Offline Send Email
Apr 11, 2006
8:07 pm
2608
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....
Don Brown
mrdon42
Online Now Send Email
Apr 11, 2006
8:28 pm
2609
hi all, can anyone give me a brief example which shows how i can create a simple application using stxx. thanks in advance Ankit...
Ankit Verma
ankitverma_mca
Online Now Send Email
Apr 27, 2006
4:56 pm
2610
stxx comes with a simple example showing how it works. If any have any further questions, feel free to ask. Don...
Don Brown
mrdon42
Online Now Send Email
Apr 27, 2006
4:59 pm
2611
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...
pierreluc_dupont
pierreluc_du...
Offline Send Email
Apr 28, 2006
6:24 pm
2612
You can chain transformations, it that'll help. What exactly are you trying to do? Don...
Don Brown
mrdon42
Online Now Send Email
Apr 28, 2006
6:27 pm
2613
That's exactly what i wanted to do. Thanks. ... [Non-text portions of this message have been removed]...
Pierre-Luc Dupont
pierreluc_du...
Offline Send Email
Apr 28, 2006
6:30 pm
2614
Well, sf is having problems, but I think all you have to do is include the path parameter multiple times. The docs should talk about how to chain...
Don Brown
mrdon42
Online Now Send Email
Apr 28, 2006
6:33 pm
2615
Thanks, it's working. ... [Non-text portions of this message have been removed]...
Pierre-Luc Dupont
pierreluc_du...
Offline Send Email
Apr 28, 2006
7:47 pm
2616
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...
joe_bashir
Offline Send Email
May 4, 2006
9:28 am
2617
This is a known issue with many web containers, particularly older ones: http://sunsolve.sun.com/search/document.do?assetkey=1-9-83094 HTH, Don...
Don Brown
mrdon42
Online Now Send Email
May 4, 2006
5:52 pm
2618
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. ...
juettnla
Offline Send Email
May 8, 2006
7:29 pm
2619
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...
Don Brown
mrdon42
Online Now Send Email
May 8, 2006
8:36 pm
2620
Hi, Please can anyone provide me with an example of Stxx with Struts 1.1? Thanks in Advance! Rajesh...
Rajesh Sundar
rajeshsun69
Offline Send Email
Jun 19, 2006
4:55 pm
2621
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,...
Don Brown
mrdon42
Online Now Send Email
Jun 19, 2006
4:57 pm
2622
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...
Rajesh Sundar
rajeshsun69
Offline Send Email
Jun 20, 2006
9:58 am
2623
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, ...
Rajesh Sundar
rajeshsun69
Offline Send Email
Jun 20, 2006
11:01 am
2624
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...
Rajesh Sundar
rajeshsun69
Offline Send Email
Jun 20, 2006
11:26 am
2625
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...
Viswamohan
ravi_brain
Offline Send Email
Jun 20, 2006
3:01 pm
2626
i am here by attaching the code replicating the example of stxx struts-config.xml <!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts...
Viswamohan
ravi_brain
Offline Send Email
Jun 20, 2006
3:01 pm
2627
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:import href="common/addressBook.xsl" /> <xsl:output method="html" /> ...
Viswamohan
ravi_brain
Offline Send Email
Jun 20, 2006
3:47 pm
Messages 2598 - 2627 of 2669   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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