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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 1274 - 1303 of 2669   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1274
Hi Don, I've just updated to STXX 1.2rc1, and I'm getting the same problem. It's not the namespace prefix which is getting lost, it's the namespace declaration...
stephenbaishya
Offline Send Email
Jun 2, 2003
11:20 am
1275
Don, Looking at the source, when a JDOM document is processed by the XSL transformer, and the value of "render" is "client", the document ends up in the...
stephenbaishya
Offline Send Email
Jun 2, 2003
1:08 pm
1276
Okay, this appears to be caused by something in Xalan. I don't know which change in Xalan fixes this, but when I get the latest (v2.5.0) of Xalan jar and use...
Baxter, Brent
brentbaxter
Online Now Send Email
Jun 2, 2003
3:17 pm
1277
It turns out my problems with XForms doesn't have anything to do with the templates. At the same time that I tried the new version of stxx with the template...
Baxter, Brent
brentbaxter
Online Now Send Email
Jun 2, 2003
6:16 pm
1278
Does the example work for you? Also, since 1.2 is at RC1, please give it a try and let me know if you are still having problems. I'd like to roll out 1.2...
Don Brown
mrdon42
Online Now Send Email
Jun 2, 2003
6:26 pm
1279
Done. Thanks for pointing this out and suggesting the fix. Don...
Don Brown
mrdon42
Online Now Send Email
Jun 2, 2003
6:36 pm
1280
Ah, that could be it. I have the latest version of Xalan in my lib/endorsed directory due to several other projects. Perhaps I should update our xerces/xalan...
Don Brown
mrdon42
Online Now Send Email
Jun 2, 2003
6:38 pm
1281
WTH? Why would they sacrifice backwards-compatibility for something as common as a logging library? Damn...unfortunately, XMLForm or really any alternate...
Don Brown
mrdon42
Online Now Send Email
Jun 2, 2003
6:47 pm
1282
I've emailed the leader of the XForms project to see if he can put out a version without this dependancy. Hopefully this will be the case. Jeff...
Jeff Pennal
jeffpennal
Offline Send Email
Jun 3, 2003
9:47 am
1283
Hi Brent, ... So, it sounds like you can patch XMLForm and send it to him then you'll have a distribution of XMLForm that you can use. Jeff...
Jeff Pennal
jeffpennal
Offline Send Email
Jun 3, 2003
1:29 pm
1284
Okay, this may be do-able. In addition to using the Logging API from JDK 1.4, XMLForm code also uses the Regex classes that are new in JDK 1.4 as well. It...
Baxter, Brent
brentbaxter
Online Now Send Email
Jun 3, 2003
6:27 pm
1285
No, and I've been meaning to update it. It will be updated for 1.2RC2. Don...
Don Brown
mrdon42
Online Now Send Email
Jun 3, 2003
6:34 pm
1286
OTOH, I'm not sure you should make XMLForm dependent on Xerces as many application servers have their own XML libraries, and to include Xerces just for...
mrdon42
Online Now Send Email
Jun 3, 2003
7:27 pm
1287
Point taken, I used ORO. I have a version that compiles and runs the example code from XMLForm and the stxx XForm example. I'll attempt to get in touch with...
Baxter, Brent
brentbaxter
Online Now Send Email
Jun 3, 2003
9:00 pm
1288
It is too bad Java 1.4 people have to add an extra library for regular expressions. We need a commons-logging for regexps :) Don...
Don Brown
mrdon42
Online Now Send Email
Jun 3, 2003
9:44 pm
1289
Well, as you suggested previously there is Jakarta Regexp that would do the job. I decided to use ORO since, at least in the case of stxx, the library was...
Baxter, Brent
brentbaxter
Online Now Send Email
Jun 4, 2003
1:39 pm
1290
All, That is true. Castor is not involved in XML serialization. I am also trying to decide which framework to use (StrutsCx or StxX). However, I did not find...
mbreezy96
Offline Send Email
Jun 4, 2003
4:00 pm
1291
Actually, there is. In stxx.properties, you can define regular expressions to match either URLS to include/exclude request attributes, or regexps to match ...
Don Brown
mrdon42
Online Now Send Email
Jun 4, 2003
5:09 pm
1292
Don, I understand that you can include/exclude at request attribute level, but I am looking for include/exclude at class attribute level. Is there a way that...
mbreezy96
Offline Send Email
Jun 4, 2003
5:34 pm
1293
What exactly do you mean? If you wanted to have the most control over how things are serialized, you can extend DefaultSAXSerializer and override the...
Don Brown
mrdon42
Online Now Send Email
Jun 4, 2003
6:12 pm
1294
Don, I understand that you can include/exclude at request attribute level, but I am looking for include/exclude at class attribute level. Is there a way that...
mbreezy96
Offline Send Email
Jun 4, 2003
8:02 pm
1295
Don, what I mean is this... Let's say that I have an instance of a Carrier class, that holds a String attribute carrierCode that I do want to serialize, and 20...
mbreezy96
Offline Send Email
Jun 4, 2003
8:35 pm
1296
Yes, I see what you mean. The quickest way is as I described before: extend DefaultSAXSerializer ...
Don Brown
mrdon42
Online Now Send Email
Jun 4, 2003
8:45 pm
1297
This should be the last release before 1.2 final. I know of no existing issues with the code, so hopefully 1.2 final will come soon. 1.2rc2 adds more...
mrdon42
Online Now Send Email
Jun 7, 2003
2:41 am
1298
Dear all , Hello ! I coded a STXX/JDOM programme which work properly with MySQL . However , when I try to change the connection from MySQL to Oracle 9i , the...
john78wong
Offline Send Email
Jun 7, 2003
9:34 am
1299
I don't see why a database connection would have anything to do with stxx. Are you sure you didn't change anything else? Do you notice any other problems in...
Don Brown
mrdon42
Online Now Send Email
Jun 7, 2003
7:45 pm
1300
With 1.2 wrapping up, I was talking to Jeff and we both agreed that stxx was pretty complete with no major features we felt it needed, however after more...
mrdon42
Online Now Send Email
Jun 8, 2003
12:02 am
1301
My very top priority would be this one... ... the requirement to extend com.oroad.stxx.action.Action Number two would be... ... Thanks, Rich...
rrjrpkb
Offline Send Email
Jun 10, 2003
10:44 pm
1302
Hi, I have difficualty to download the Stxx from sourceforge web site. Anyone has same problem or not? Leon...
jameswuca
Offline Send Email
Jun 11, 2003
5:37 am
1303
Hi~ I am a recruiter in the DC area for Softworld Inc. I currently have an opportunity in Northern VA. I have enclosed the job description: REQUIRED: Java...
hmoffitt2003
Offline Send Email
Jun 11, 2003
1:19 pm
Messages 1274 - 1303 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