Re: utf-8 characters and xslt result type

2014-05-25 Thread Arturo Flores
/ > > >>> > > >>> 2014-05-23 17:36 GMT+02:00 Arturo Flores : > > >>> > The value of Content-Type is text/xml. > > >>> > > > >>> > Arturo > > >>> > > > >>> > > > >>&g

Re: utf-8 characters and xslt result type

2014-05-24 Thread Paul Benedict
;>> 2014-05-23 17:36 GMT+02:00 Arturo Flores : > >>> > The value of Content-Type is text/xml. > >>> > > >>> > Arturo > >>> > > >>> > > >>> > On Thu, May 22, 2014 at 11:47 PM, Lukasz Lenart < > >>> lukaszlen...@a

Re: utf-8 characters and xslt result type

2014-05-24 Thread Lukasz Lenart
t;>> > >>> > >>> > On Thu, May 22, 2014 at 11:47 PM, Lukasz Lenart < >>> lukaszlen...@apache.org>wrote: >>> > >>> >> 2014-05-23 7:54 GMT+02:00 Arturo Flores : >>> >> > When I request /testutf8 I get the following in the browser: >>> >> > XM

Re: utf-8 characters and xslt result type

2014-05-23 Thread Arturo Flores
> >> >> 2014-05-23 7:54 GMT+02:00 Arturo Flores : >> >> > When I request /testutf8 I get the following in the browser: >> >> > XML Parsing Error: not well-formed >> >> > Location: http://localhost:8080/testutf8 >> >> > Li

Re: utf-8 characters and xslt result type

2014-05-23 Thread Arturo Flores
: not well-formed > >> > Location: http://localhost:8080/testutf8 > >> > Line Number 1, Column 48: >> > encoding="UTF-8"?>h�llo world > >> > ---^ > >> > > >> > It seems the utf-8 character is not being handled properl

Re: utf-8 characters and xslt result type

2014-05-23 Thread Lukasz Lenart
lowing in the browser: >> > XML Parsing Error: not well-formed >> > Location: http://localhost:8080/testutf8 >> > Line Number 1, Column 48:> > encoding="UTF-8"?>h�llo world >> > ---^ >> >

Re: utf-8 characters and xslt result type

2014-05-23 Thread Arturo Flores
calhost:8080/testutf8 > > Line Number 1, Column 48: > encoding="UTF-8"?>h�llo world > > ---^ > > > > It seems the utf-8 character is not being handled properly. How can I > make > > the xslt result type

RE: utf-8 characters and xslt result type

2014-05-23 Thread Martin Gainty
necesita %C3%A8 por ejemplo Hell%C3%Ao World http://www.w3schools.com/tags/ref_urlencode.asp Saludos Cordiales desde EEUU Martín __ > Date: Thu, 22 May 2014 22:54:45 -0700 > Subject: utf-8 characters and xslt result type > Fr

Re: utf-8 characters and xslt result type

2014-05-22 Thread Lukasz Lenart
F-8"?>h�llo world > ---^ > > It seems the utf-8 character is not being handled properly. How can I make > the xslt result type handle the utf-8 character correctly? Can you check headers of the response? What's the value of Content-Type? Regards -- Łukasz

utf-8 characters and xslt result type

2014-05-22 Thread Arturo Flores
ber 1, Column 48:h�llo world ---^ It seems the utf-8 character is not being handled properly. How can I make the xslt result type handle the utf-8 character correctly?

Testing with xslt result type + spring

2013-06-04 Thread Mael Le Guével
Hello, I am trying to write unit tests for an action that uses xslt result type with struts 2.3.4.1 I am using a XSLT file located in WEB-INF to render the result (the location is something like: /WEB-INF/xslt/myfile.xsl). That works. But I cannot figure out how I can test the action. I would

Struts2 XSLT result

2009-01-14 Thread Craig Christophersen
I am using struts2-2.014. The result xml I get from the below action and Bean: Admin userAdmin Hello Included here is the proper xml for the document The element "dmodule" is the root element of the document from getDmod(). The top level elements are all "item" except for the one from getDmod

RE: XSLT Result matching pattern

2007-08-16 Thread John Krueger
st > Subject: RE: XSLT Result matching pattern > > There is an open issue for struts2 with the matchingPattern and > excludingPattern > params for the xslt result type. > > https://issues.apache.org/struts/browse/WW-1550 > > Other options/workarounds for this would be t

RE: XSLT Result matching pattern

2007-08-16 Thread John Krueger
There is an open issue for struts2 with the matchingPattern and excludingPattern params for the xslt result type. https://issues.apache.org/struts/browse/WW-1550 Other options/workarounds for this would be to change the accessibility of your getUser and getSession methods to something other

XSLT Result matching pattern

2007-08-14 Thread Richard Sayre
I am new to regular expressions and I am trying to have my XSLT result only show certain elements that are in the XML. here is some if the XML: ... ... ... I only want the result/questionTree node to be return to my page. I tried doing this: /result/questionTree But all the

S2 XSLT Result Content-Type

2007-04-09 Thread Erik Costlow
I have a Struts2 action that uses an XSLT result to generate a final XHTML document that gets sent to the client. This action is sending the content-type of "text/xml" so IE6 is displaying the information as an XML tree, instead of showing a rendered html document. /xsl/defaults.xsl

Re: [S2] XSLT result params

2006-12-28 Thread David H. DeWolf
t the parameters for the XSLT result type in the javadocs are not those in the showcase example, or there may be some that are missing. Has anyone worked on these lately? /Ian - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

[S2] XSLT result params

2006-12-28 Thread Ian Roughley
I just noticed that the parameters for the XSLT result type in the javadocs are not those in the showcase example, or there may be some that are missing. Has anyone worked on these lately? /Ian - To unsubscribe, e-mail

XSLT Result

2006-10-25 Thread Kimus Linuxus
Hi, Is it possible to configure the XSLTResult to put a XML file to the transformation instead of the serialization of the Action result? thanx

XSLT result

2006-10-25 Thread Kimus Linuxus
Hi, Is it possible to configure the XSLTResult to put a XML file to the transformation instead of the serialization of the Action result? thanx