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
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
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
[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
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
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
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
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
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