PROTECTED]'; 'Nant-Developers
(E-Mail)'Subject: RE: [nant-dev] RE: [Nant-users] docbook.xsl and
nant
Hi
Gius:
Double check on wether the DocBook stylesheet has
read-only attributes.
I
have run into problems in the past when the stylesheet
has
read-only attrib
sss
===
Jarek
- Original Message -
From: "Ian MacLean" <[EMAIL PROTECTED]>
To: "Greco Giuseppe" <[EMAIL PROTECTED]>
Cc: "'Jaroslaw Kowalski'" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Tuesday,
Title: RE: [Nant-users] docbook.xsl and nant
Ian,
The problem is that NAnt uses a not-validating XML reader
(see StyleTask.cs at line 240), while DocBook requires a
validating XML reader. As already discussed, the idea would
be to add a new property to the
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 l
Title: RE: [Nant-users] docbook.xsl and nant
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