RE: HTML Serialization Issue

2007-09-05 Thread Tony Thompson
esday, September 05, 2007 10:28 AM To: Tony Thompson Cc: xalan-j-users@xml.apache.org Subject: Re: HTML Serialization Issue Hi Tony, I couldn't reproduce what you are seeing using the following: import javax.xml.transform.*; import javax.xml.transform.stream.*; public class IdentityTransf

Re: HTML Serialization Issue

2007-09-05 Thread Erin Harris
Hi Tony, I couldn't reproduce what you are seeing using the following: import javax.xml.transform.*; import javax.xml.transform.stream.*; public class IdentityTransform { public static void main(String[] args) throws Exception { if (args.length != 1) { System.out.println(

RE: HTML Serialization Issue

2007-09-04 Thread Tony Thompson
-Original Message- From: David Bertoni [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 04, 2007 1:51 PM To: 'Xalan J Users List' Subject: Re: HTML Serialization Issue Tony Thompson wrote: > I am using Xalan 2.7.0 and I am having an issue when trying to > serialize an HTML do

Re: HTML Serialization Issue

2007-09-04 Thread David Bertoni
Tony Thompson wrote: I am using Xalan 2.7.0 and I am having an issue when trying to serialize an HTML document. Below I have 2 examples of source documents that have a comment in the style. For both cases, I have the output method set to "html". In the first case, the serialized document is fi