Re: [Proposal] Capture attributes in unknown namespaces

2010-06-25 Thread Danny Yates
gt;> > >> > >> >Jan >> > >> >>-Ursprüngliche Nachricht- >> >>Von: Dominique Devienne [mailto:ddevie...@gmail.com] >> >>Gesendet: Donnerstag, 24. Juni 2010 23:12 >> >>An: Ant Developers List >> >>Be

Re: [Proposal] Capture attributes in unknown namespaces

2010-06-25 Thread Danny Yates
ld use some code ;-) > > > > > >Jan > > > >>-Ursprüngliche Nachricht- > >>Von: Dominique Devienne [mailto:ddevie...@gmail.com] > >>Gesendet: Donnerstag, 24. Juni 2010 23:12 > >>An: Ant Developers List > >>Betreff: Re: [Prop

Re: [Proposal] Capture attributes in unknown namespaces

2010-06-24 Thread Dominique Devienne
On Thu, Jun 24, 2010 at 2:50 PM, Danny Yates wrote: > What would be kind of cool would be that if the parser encounters attributes > in a namespace that it doesn't recognise, then instead of ignoring them (as > it does now), it records them and makes them available through an API on the > Project

Re: [Proposal] Capture attributes in unknown namespaces

2010-06-24 Thread Matt Benson
On Jun 24, 2010, at 3:04 PM, Danny Yates wrote: > Hmm... that's interesting. I hadn't discovered that before. It's not clear > to me what that does - it appears to manipulate the DOM somehow. > > Could you explain what it's for and how to use it and then I can see if it > will help me solve my c

Re: [Proposal] Capture attributes in unknown namespaces

2010-06-24 Thread Danny Yates
Hmm... that's interesting. I hadn't discovered that before. It's not clear to me what that does - it appears to manipulate the DOM somehow. Could you explain what it's for and how to use it and then I can see if it will help me solve my current problem. Many thanks, Danny. On 24 June 2010 20:5

Re: [Proposal] Capture attributes in unknown namespaces

2010-06-24 Thread Matt Benson
Like org.apache.tools.ant.Dynamic*NS? -Matt On Jun 24, 2010, at 2:50 PM, Danny Yates wrote: > Hi guys, > > Me again! > > I have some more functionality that I'm interested in, but I fear it may be > quite specific to my requirements, so I thought I'd run it past you all > before getting to wor