I'm sorry. It works now. Perhaps the problem was concerned with jar's mixing.

    Thank you very much for your help.


>   ------------------------------------------------------------------------
>
> Subject:
> Date: Wed, 27 Feb 2002 10:38:23 -0500
> From: "Vadim Gritsenko" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
>
> > From: KOZLOV Roman [mailto:[EMAIL PROTECTED]]
> >
> >     Hello,
> >
> >     Could somebody help me, please? Is it possible to use xsl:output
> in
> > stylesheets processed by cocoon's xslt transformer? It seems that it
> has
> > no effect.  Indeed, the problem is that I can't tell to xslt
> transformer
> > that I need a pure XML as a result, but the xslt transformer always
> > transforms <img .../> to <img ...> and it leads to crash of a
> pipeline.
>
> You are mixing up things here I guess. XSLT transformer *can* *not*
> output <img> instead of <img/>. It's HTML serializer that has the
> knowledge of HTML, not XSLT transformer.
>
> What's your pipeline looks like? What's the exact problem?
>
> Vadim
>
> > My xsl begins like this:
> >
> >   <?xml version="1.0" encoding="UTF-8" ?>
> >   <xsl:stylesheet version="1.0"
> > xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
> >     <xsl:output method="xml" encoding="ISO-8859-1" indent="yes"/>
> >     . . .
> >
> > Thank you in advance.
begin:vcard 
n:KOZLOV;Roman
tel;work:+783 12 65 85 91, +783 12 62 27 76
x-mozilla-html:FALSE
org:DATAVISION CIS;PDM
adr:;;Gagarina Prospect 25b;Nizhny Novgorod;;;RUSSIA
version:2.1
email;internet:[EMAIL PROTECTED]
title:Programmer
fn:Roman KOZLOV
end:vcard

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to