> (and the villagers took up their pitchforks...)
yes, burn the witch! she turned me into a frog!
...I got better
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Matt Benson wrote:
Replying to myself, as it were:
--- Matt Benson <[EMAIL PROTECTED]> wrote:
--- Steve Loughran <[EMAIL PROTECTED]> wrote:
Ant abuses xmlns work; you dont want inline XSL
style sheets or you will
be surprised about the bad things that can happen
to
nested XML. Play
with ;
Replying to myself, as it were:
--- Matt Benson <[EMAIL PROTECTED]> wrote:
> --- Steve Loughran <[EMAIL PROTECTED]> wrote:
> >
> > Ant abuses xmlns work; you dont want inline XSL
> > style sheets or you will
> > be surprised about the bad things that can happen
> to
> > nested XML. Play
> > wi
--- Steve Loughran <[EMAIL PROTECTED]> wrote:
>
> Ant abuses xmlns work; you dont want inline XSL
> style sheets or you will
> be surprised about the bad things that can happen to
> nested XML. Play
> with ; you'll see what I mean.
>
>
> that said, if is resource aware, we could have
> an
>
Dominique Devienne wrote:
how would people feel about having inline XSLT
in the ant file under the xslt task?
Yes, I thought about this too, but I don't think it's either practical
nor easy.
(1) Not practical because XSL stylesheet tend to be rather big. Mixing
more than a minimal XSL with a
Right, so as for 1) this would be more for doing selections and trasformations
that are quick and trivial and that can't be done using something like
XmlProperty to extract values.
For some of these little things, I've used Brian Agnew's xmltask in
the past. http://www.oopsconsultancy.com/soft
Hi,
Right, so as for 1) this would be more for doing selections and trasformations
that are quick and trivial and that can't be done using something like
XmlProperty to extract values.
2) is a bit trickier, so that would be details I'd look into. I'm a bit swamped
with other work but I'm going
how would people feel about having inline XSLT
in the ant file under the xslt task?
Yes, I thought about this too, but I don't think it's either practical nor easy.
(1) Not practical because XSL stylesheet tend to be rather big. Mixing
more than a minimal XSL with a build file will rapidly beco
Hi,
First off I think I'm not the first, but I have to say it: ant is an amazing
program. I've been able to do a huge amount with it and it has been very useful.
Second, I'd like to suggest an improvement to the xslt task, but I'd like to
get opininos on it before I put in the time and try to i