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

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

2003-06-10 Thread Gordon Weakliem
Guiseppe and I had a conversation about this a while back (sorry Guiseppe, I got busy and never got it fully working)  and it looks like a bit of work. You need a reader that can resolve external entities (out of the box, only the validating reader does this), but then I recall that Guiseppe's spec

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

2003-06-10 Thread Jordan, Tom
: Tuesday, June 10, 2003 2:57 AMTo: 'Ian MacLean'Cc: 'Jaroslaw Kowalski'; [EMAIL PROTECTED]; Nant-Developers (E-Mail)Subject: [nant-dev] RE: [Nant-users] docbook.xsl and nant Ian, The problem is that NAnt uses a not-validating XML reader (see StyleTask.cs at line

[nant-dev] 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