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
Messages 1573 - 1602 of 2669   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1573
Hi Don, Thanks for responding so quickly, As you said, I may just need XML and XSL for my application. But then there are so many things which I have to decide...
asgartali
Offline Send Email
Aug 1, 2003
10:22 am
1574
I am using ActionMessages. They get serialized like: <message property="errors.detail" name="org.apache.struts.action.GLOBAL_MESSAGE" > <value>Changes will...
Jim Horner
zbeeker
Offline Send Email
Aug 1, 2003
7:39 pm
1575
I've finished the initial version of a new forms framework that allows you to easily modify and validate xml through xforms (which just got W3C recommended...
mrdon42
Offline Send Email
Aug 2, 2003
1:29 am
1576
On Fri, 1 Aug 2003, asgartali wrote: <snip /> ... If you are wanting quick and easy forms, I'm afraid stxx might not be a good idea. If you are wanting...
Don Brown
mrdon42
Offline Send Email
Aug 2, 2003
1:47 am
1577
Looks good to me. Set the logger to debug and you should see more. Usually, that error occurs because of an earlier problem. FWIW, my app uses the request...
mrdon42
Offline Send Email
Aug 2, 2003
1:52 am
1578
Well, as before, I'd recommend using request attributes to pass information from the action to the xslt. I'd hate to put anything in the action that ties it...
mrdon42
Offline Send Email
Aug 2, 2003
1:56 am
1579
... User error - the code which saved the message was reversed. I apologize for wasting bandwidth....
Jim Horner
zbeeker
Offline Send Email
Aug 2, 2003
5:45 pm
1580
i just read that Yahoo is going to be cleaning up their Groups by getting read of all of the groups that have anything to do with porn, sex, dating, or...
salyslipmethecock30213
salyslipmeth...
Offline Send Email
Aug 3, 2003
10:52 pm
1581
No, all parameters are passed in the request attributes, but I would like to know if it is possible to get them in the XSLT, without the need to change the...
Claus, Alexandre
aclaus2003
Offline Send Email
Aug 4, 2003
6:29 am
1582
Good, this one had me puzzled. :)...
Don Brown
mrdon42
Offline Send Email
Aug 4, 2003
7:26 pm
1583
Did you consider encoding them into the path stxx uses to choose a pipeline? Then you could match them via wildcards and substitute them in declared...
Don Brown
mrdon42
Offline Send Email
Aug 4, 2003
7:32 pm
1584
hey, i'll be having another big orgy party in about 3 weeks, and wanted to send out another invitation to see who wants to come to this one. if you were at the...
salyslipmethecock30213
salyslipmeth...
Offline Send Email
Aug 4, 2003
9:29 pm
1585
We are doing an off-line application with IE and We would like to use the validator-rules.xml on the client. I think that we only need a xsl and the tags. I...
Wermus Fernando
fmwermus
Offline Send Email
Aug 5, 2003
1:00 pm
1586
Folks, I have an XML element called <description>p>RMSI's <a href="http://home.rmsi.com/ops/document_retention_information.htm"><b> Document Retention...
asombhatta
Offline Send Email
Aug 5, 2003
6:10 pm
1587
hi, in my struts config I have <message-resources parameter="Resource1" /> <message-resources parameter="Resource2" /> Resource1.properties and...
Tinou
tinou78
Offline Send Email
Aug 5, 2003
8:33 pm
1588
Well, first of all, you should use the stxx message resource factory: <message-resources parameter="Resource1" ...
Don Brown
mrdon42
Offline Send Email
Aug 5, 2003
8:40 pm
1589
I now explicitly specify the factory, however, it still appears that only the last message-resource gets appended to the XML. Thanks Tinou ... case as I ... ...
Tinou
tinou78
Offline Send Email
Aug 5, 2003
8:53 pm
1590
Hello, I am using stxx to customize the output for different companies. So now I have a company specific XSL that chooses a subset of a given xml for a given...
samirss
Offline Send Email
Aug 6, 2003
3:09 am
1591
Well, a couple of options: you could use dynamic action forwards like I mentioned in a previous post: http://groups.yahoo.com/group/struts-xsl/message/1583 or...
Don Brown
mrdon42
Offline Send Email
Aug 6, 2003
3:15 am
1592
Dynamic Action Forward - lets says in struts-config.xml i have a entry which forwards to <forward name="suscess" path="shipment/viewList.dox"/> and...
samirss
Offline Send Email
Aug 6, 2003
1:24 pm
1593
Hi all, I'm using some of the exslt packages for some of my svg transforms, but I'm getting this error when I get to the transform section. ...
Simon Kelly
paserexception
Offline Send Email
Aug 6, 2003
2:25 pm
1594
We are developing an application off-line, so we canīt use struts, but we need to validate some fields and we thought to use validator-rules.xml with a xsl. I...
Wermus Fernando
fmwermus
Offline Send Email
Aug 6, 2003
3:51 pm
1595
Hi Friends, If anyone of you have the StrutsFramework web application with database access, WAR file please share with me. I am very new to struts frame work,...
Sankar_Murugesan
sankar_murugesan@...
Send Email
Aug 7, 2003
7:00 am
1596
The Struts Sourceforge project contains several example Struts applications that use relational databases. http://struts.sf.net Don...
mrdon@...
mrdon42
Offline Send Email
Aug 7, 2003
7:40 am
1597
I'm not sure I understand the problem. If you want to validate XML, try the xmlforms project at http://www.xmlform.org Don...
mrdon@...
mrdon42
Offline Send Email
Aug 7, 2003
7:42 am
1598
Your forward could look like this: <forward name="success" path="shipment/company1/user1/viewList.dox" /> and the pipeline: <pipeline match="*/*/*/*.dox"> ...
mrdon@...
mrdon42
Offline Send Email
Aug 7, 2003
7:47 am
1599
If you are using Xalan, you could make a custom function to walk through the tree counting characters but keeping track of open formatting elements. I'm sure...
mrdon@...
mrdon42
Offline Send Email
Aug 7, 2003
7:54 am
1600
I am using Stuts - Stxx and Xsl . When rending a XML document , I used ActionForm bean for data transfer between xsl and Action class. It worked fire so far...
Rashmi
rashmishastri
Offline Send Email
Aug 7, 2003
4:13 pm
1601
Don, thanks for the idea and it feels great to know that solutione exists. We are using xalan. Can you please explain me with an example. I really appreciate...
asombhatta
Offline Send Email
Aug 8, 2003
12:28 pm
1602
You might find this helpful: http://xml.apache.org/xalan-j/extensions.html Don...
Don Brown
mrdon42
Offline Send Email
Aug 8, 2003
6:34 pm
Messages 1573 - 1602 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