Re: Fomatting question serializing DOM with pretty-print

2007-06-29 Thread Eric Kolotyluk
OK, done & done. Thanks, Eric Henry Zongaro wrote: > > Hi, Eric. > > Eric Kolotyluk <[EMAIL PROTECTED]> wrote on 2007-06-29 10:54:22 AM: >> The first obvious problem is that the first element of our document does > not >> have a linebreak before it - it's on the same line as the > > This s

Re: Fomatting question serializing DOM with pretty-print

2007-06-29 Thread Henry Zongaro
Hi, Eric. Eric Kolotyluk <[EMAIL PROTECTED]> wrote on 2007-06-29 10:54:22 AM: > The first obvious problem is that the first element of our document does not > have a linebreak before it - it's on the same line as the This sounds like it qualifies as a bug. Please open a bug report in Jira.[1]

Re: recover from document not found exceptions

2007-06-29 Thread Henry Zongaro
Hi, Adrian. news <[EMAIL PROTECTED]> wrote on 2007-06-18 11:36:18 AM: > The spec says: "If there is an error retrieving the resource, then the > XSLT processor may signal an error; if it does not signal an error, it > must recover by returning an empty node-set." > [http://www.w3.org/TR/xslt#fu

Re: Fomatting question serializing DOM with pretty-print

2007-06-29 Thread Eric Kolotyluk
Here is an example of our traffic log using XMLSerializer 2007-06-26 13:22:16.066 2007-06-26 13:22:16.379 The time-stamp we add to the log. Here is the same XML using LSSerializer 2007-06-29 07:42:06.774 2007-06-29 07:42:07.039 The first obv

Re: Fomatting question serializing DOM with pretty-print

2007-06-29 Thread keshlam
>the pretty-printing is so bad - it's not all that pretty. If you were specific about what you want done differently, that would be helpful. Note too that if you want *really* pretty, the right answer may be to write a stylesheet that expresses precisely the formatting you want rather than taking