problem sending email has newline

2006-05-30 Thread xhu1
Hi, I am using SMTPAppender to send email. When I compose the message I append a string and then append a new line. The emial turns out be this: aaa MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=_Part_0_30691794.1149020674619" --=_Part_0_30691794.1149020674619 Cont

Re: XSL Stylesheet for XMLLayout output

2006-05-30 Thread Stefano Lampis
I know that, but because I'm new to XSLT, I was wondering if there was something ready. [EMAIL PROTECTED] wrote: > XML Stylesheets can be used to read XML files (XML nodes, attributes & > their values) and display in desired format. > You can write your own XSL file for an XML in textpad or tools

Re: XSL Stylesheet for XMLLayout output

2006-05-30 Thread puneet . bansal
XML Stylesheets can be used to read XML files (XML nodes, attributes & their values) and display in desired format. You can write your own XSL file for an XML in textpad or tools like XML SPY can also be used. Thanks & regards, Puneet Bansal Office: +1 (312) 904 7784 (Internal: 47784) Cell: +1

Re: Extracting information from log4j messages

2006-05-30 Thread Curt Arnold
On May 30, 2006, at 7:55 AM, zimske wrote: Hello I'd like to know if there's a way to extract detailed information from the message that is generated with the defined pattern. I'm aware of getThreadName(), getMessage() methods and so forth. However, my layout formats the message with follo

XSL Stylesheet for XMLLayout output

2006-05-30 Thread Stefano Lampis
Does somebody know if there is any? -- Stefano Lampis - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Extracting information from log4j messages

2006-05-30 Thread James Stauffer
Look at the code to see how it gets that info. On 5/30/06, zimske <[EMAIL PROTECTED]> wrote: Hello I'd like to know if there's a way to extract detailed information from the message that is generated with the defined pattern. I'm aware of getThreadName(), getMessage() methods and so forth. How

Extracting information from log4j messages

2006-05-30 Thread zimske
Hello I'd like to know if there's a way to extract detailed information from the message that is generated with the defined pattern. I'm aware of getThreadName(), getMessage() methods and so forth. However, my layout formats the message with following pattern: %d{ABSOLUTE} %5p (%l) - [%c] - %m%n.