Re: XML output

2007-09-12 Thread Harry Liljeström
Harry Liljeström wrote: > Hi, > > my XSL transform outputs a XML file. I suppose Xerces writes that > particular XML file during xalanTransformer.transform(...) method call. > The outputted file contains a sequence of '0x0D 0x0D 0x0A' after each > XML element. I would need to have a sequence o

Re: XML output

2007-09-12 Thread David Bertoni
Harry Liljeström wrote: Hi, my XSL transform outputs a XML file. I suppose Xerces writes that particular XML file during xalanTransformer.transform(...) method call. The outputted file contains a sequence of '0x0D 0x0D 0x0A' after each XML element. I would need to have a sequence of '0x0D 0x0

XML output

2007-09-12 Thread Harry Liljeström
Hi, my XSL transform outputs a XML file. I suppose Xerces writes that particular XML file during xalanTransformer.transform(...) method call. The outputted file contains a sequence of '0x0D 0x0D 0x0A' after each XML element. I would need to have a sequence of '0x0D 0x0A' instead. How can I do

Re: How to supress the attached namespace to every element in the XML output

2006-01-09 Thread David Bertoni
[EMAIL PROTECTED] wrote: Thanks David, Sample output : But I didn't ask for sample output. I asked for a small sample input document and a small sample stylesheet: > Please post a _small_ sample input document and stylesheet that > illustrates the problem you're seeing, and someone may b

Re: How to supress the attached namespace to every element in the XML output [SEC=UNCLASSIFIED]

2006-01-09 Thread Hung . Chu
an-c-users@xml.apache.org 10/01/2006 09:11 cc AM Subject Re: How to supress the Please respond to attached namespace to every

Re: How to supress the attached namespace to every element in the XML output [SEC=UNCLASSIFIED]

2006-01-09 Thread David Bertoni
every element in the XML output message. Is there any option to supress it ? 4. I have looked through some FAQs but have not found the resolution yet. Please post a _small_ sample input document and stylesheet that illustrates the problem you're seeing, and someone may be able to answer

How to supress the attached namespace to every element in the XML output [SEC=UNCLASSIFIED]

2006-01-09 Thread Hung . Chu
Hi Xalan-C users, 1. We are implementing the Xalan-C++ XSLT transform on IBM mainframe through IBM XML toolkit. 2. Sample program has been modifed to do the transform seems working so far in testing. 3. We now have difficulty to supress the attached namespace to every element in the XML

RE: validation xml output?

2004-06-17 Thread Fish Christopher G Contr ESC/ACU OL1
Title: validation xml output? read the file back in with validation turned on.  That's what we do. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]Sent: Thursday, June 17, 2004 9:52 AMTo: xalan-c-users@xml.apache.orgSubject: validation xml o

validation xml output?

2004-06-17 Thread Srinivas . Gadudasu
Title: validation xml output? hello,   I am looking for a feature of Xalan that allows me to validate the output generated,if in xml. I know that   theXalanTransformer.setUseValidation(true); validates the input, but how to validate the output? thanks, srini