RE: [nant-dev] RE: [Nant-users] docbook.xsl and nant

2003-06-10 Thread Greco Giuseppe
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

Re: [Nant-users] docbook.xsl and nant

2003-06-10 Thread Jaroslaw Kowalski
sss === Jarek - Original Message - From: "Ian MacLean" <[EMAIL PROTECTED]> To: "Greco Giuseppe" <[EMAIL PROTECTED]> Cc: "'Jaroslaw Kowalski'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday,

RE: [Nant-users] docbook.xsl and nant

2003-06-10 Thread Greco Giuseppe
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

Re: [Nant-users] docbook.xsl and nant

2003-06-10 Thread Ian MacLean
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

RE: [Nant-users] docbook.xsl and nant

2003-06-10 Thread Greco Giuseppe
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