docbook.xsl (actually a bunch of inter-dependent xsl's) is quite large, so I
cannot post it.
You can get it from:

http://docbook.sourceforge.net/projects/xsl/

xml file can be anything simple, even:

=======================================
<?xml version="1.0" encoding="windows-1250" ?>
<book>
 <bookinfo>
  <title>tttt</title>
 </bookinfo>
 <chapter>
  <title>ttt</title>
  <para>
ttt  </para>
  <para>sss</para>
    </chapter>
</book>

=======================================

Jarek

----- Original Message -----
From: "Ian MacLean" <[EMAIL PROTECTED]>
To: "Greco Giuseppe" <[EMAIL PROTECTED]>
Cc: "'Jaroslaw Kowalski'" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Tuesday, June 10, 2003 9:44 AM
Subject: Re: [Nant-users] docbook.xsl and nant


> Gius,
> Are you sure about that ? Have you tried a simple .net app using the
> system.xml.dll xslt processor ? It may be that docbook.xsl is using
> constructs and/or extensions not supported by the .net processor.
>
> Jarek,
> could you post a copy of your xml file and docbook.xsl so I can take a
> closer look at this. thanks
>
> Ian
>
> > Jaroslaw,
> >
> > That doesn't work, since NAnt uses a not-validating XSLT processor.
> > We should modify this somewhere in the future (StyleTask.cs), but
> > right now, you have to relay to an external XSLT processor.
> >
> > Gius_.
> >
> >  > -----Original Message-----
> >  > From: Jaroslaw Kowalski [mailto:[EMAIL PROTECTED]
> >  > Sent: Tuesday, June 10, 2003 8:56 AM
> >  > To: [EMAIL PROTECTED]
> >  > Subject: [Nant-users] docbook.xsl and nant
> >  >
> >  >
> >  > I've tried to use nant's <style> task to convert very simple docbook
> >  > document to xhtml using docboox.xsl. No matter what I try, I
> >  > always get
> >  >
> >  > "Could not perform XSLT transformation."
> >  >
> >  > Does anybody have a working example of nant+docbook.xsl?
> >  >
> >  > Using xsltproc everything is fine. I can even add
> >  > <?xml-stylesheet ?> to my
> >  > xml file and it displays properly in MSIE 6.0.
> >  >
> >  > Jarek
> >  >
> >  >
> >  >
> >  > -------------------------------------------------------
> >  > This SF.net email is sponsored by:  Etnus, makers of
> >  > TotalView, The best
> >  > thread debugger on the planet. Designed with thread debugging
features
> >  > you've never dreamed of, try TotalView 6 free at www.etnus.com.
> >  > _______________________________________________
> >  > Nant-users mailing list
> >  > [EMAIL PROTECTED]
> >  > https://lists.sourceforge.net/lists/listinfo/nant-users
> >  >
> >
>
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
> thread debugger on the planet. Designed with thread debugging features
> you've never dreamed of, try TotalView 6 free at www.etnus.com.
> _______________________________________________
> Nant-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/nant-users
>



-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to