Re: Ant XSL: inserting unwanted attributes

2009-02-17 Thread Robert Koberg
As I wrote previously, the XML parser is using the DTD to fill in the default attributes/values. Nothing to do with Ant or XSL -- basic XML. -Rob On Feb 17, 2009, at 5:46 PM, wrote: Why would you say it has nothing to do with XSLT? Robert Koberg wrote: On Feb 17, 2009, at 4:22

Re: Ant XSL: inserting unwanted attributes

2009-02-17 Thread sfloess
Why would you say it has nothing to do with XSLT? Robert Koberg wrote: > > On Feb 17, 2009, at 4:22 PM, wrote: > > > > > Scott: > > > > I do a fair bit of XSLT/XSD work related to an ESB at work. > > > > Is it possible for me to get a copy of your XSLT so I can review it? > > has nothi

Re: Ant XSL: inserting unwanted attributes

2009-02-17 Thread sfloess
Not sure I agree with that at all... I am using the XSLT task to convert Ant scripts/Subversion logs to HTML... Not sure why Ant would add attributes. If you are using XSLT to convert, Ant is certainly not going to add attributes for you... Has nothing to do with Ant. Robert Koberg wro

Re: Ant XSL: inserting unwanted attributes

2009-02-17 Thread Robert Koberg
On Feb 17, 2009, at 4:22 PM, wrote: Scott: I do a fair bit of XSLT/XSD work related to an ESB at work. Is it possible for me to get a copy of your XSLT so I can review it? has nothing to do with XSL... Scott Stark wrote: Hi all, my first post here, from a relative newbie, so

Re: Ant XSL: inserting unwanted attributes

2009-02-17 Thread sfloess
Scott: I do a fair bit of XSLT/XSD work related to an ESB at work. Is it possible for me to get a copy of your XSLT so I can review it? Scott Stark wrote: > > Hi all, my first post here, from a relative newbie, so hopefully my > question isn't too off-base. > > I'm running an Ant build

Re: Ant XSL: inserting unwanted attributes

2009-02-17 Thread sfloess
Just curious, does your XSLT have an output element in it? For example: Scott Stark wrote: > > Hi all, my first post here, from a relative newbie, so hopefully my > question isn't too off-base. > > I'm running an Ant build using that reads an XML file, makes a few > changes using the

Re: Ant XSL: inserting unwanted attributes

2009-02-17 Thread Robert Koberg
On Feb 17, 2009, at 11:32 AM, Scott Stark wrote: There's nothing in my XSL that's inserting these attributes. Any idea what's going on? Thanks. Does your XML use a DTD/Schema? Does that DTD/Schema have defaults? It is not the XSL, it is the XML parser. Yes I'm using DTD's. Sorry to be sl

IvyDE and Eclipse 3.3: Missing plugin error

2009-02-17 Thread Andreas Schläpfer
Hi I tried to install the latest IvyDE on an a clean Eclipse 3.3.2 installation. Now the feature org.apache.ivy.feature reports the error: Plug-in "org.apache.ivy" version "2.0.0.final" referenced by this feature is missing. In an older post there are some hints about the error cause: http://ww

Re: IvyDE 2.0.0.beta1 does not download sources nor javadocs

2009-02-17 Thread Nicolas Lalevée
On jeudi 12 février 2009 20:11:38 Dmitriy Korobskiy wrote: > Nicolas, > > this is very strange. If Javadoc is attached, it should work in all > these 3 places: tooltip, Javadoc view and Shift+F2. > I'd not suspect Jadclipse. I'm using Jadclipse as well, BTW. However, > you never know... > > I wasn'

Re: Ant XSL: inserting unwanted attributes

2009-02-17 Thread Scott Stark
>> There's nothing in my XSL that's inserting these attributes. Any idea >> what's going on? Thanks. >Does your XML use a DTD/Schema? Does that DTD/Schema have defaults? >It is not the XSL, it is the XML parser. Yes I'm using DTD's. Sorry to be slow here, but which XML parser? Is it something in

Re: Ant XSL: inserting unwanted attributes

2009-02-17 Thread Robert Koberg
There's nothing in my XSL that's inserting these attributes. Any idea what's going on? Thanks. Does your XML use a DTD/Schema? Does that DTD/Schema have defaults? It is not the XSL, it is the XML parser. -Rob - To unsubscr

Ant XSL: inserting unwanted attributes

2009-02-17 Thread Scott Stark
Hi all, my first post here, from a relative newbie, so hopefully my question isn't too off-base. I'm running an Ant build using that reads an XML file, makes a few changes using the specified XSL, and outputs to another XML file, which, except for the changes I'm making in the XSL, should be ide