Hi Graham,
That's a very interesting approach. I will definitely try to do it that way.
And it's way better than what I have to the moment (calling a batch file that
does the saxon validation call).
Thanks,
Roman
Mag. (FH) Roman Huditsch
Teamleader XSLT-Development
Tel.: +43 (1) 534 52 - 15
n 2010-05-06, Huditsch, Roman (LNG-VIE) wrote:
> Hi Stefan,
> Sorry, I forgot to include the ant output from the command line :(
> H:\Projekte\Stylesheets\LND\ZeitschriftenProduktion\build.xml:713: Could not
> start xml validation: com.saxonica.Validate implements nor SAX1 Parser n
Anttasks
-Ursprüngliche Nachricht-----
Von: Huditsch, Roman (LNG-VIE) [mailto:roman.hudit...@lexisnexis.at]
Gesendet: Donnerstag, 6. Mai 2010 09:30
An: Ant Users List
Betreff: AW: using task with XML Schema 1.1 and Saxon
Hi Stefan,
Sorry, I forgot to include the ant output from the command line :(
H:
iche Nachricht-
Von: Stefan Bodewig [mailto:bode...@apache.org]
Gesendet: Donnerstag, 6. Mai 2010 09:23
An: user@ant.apache.org
Betreff: Re: using task with XML Schema 1.1 and Saxon
On 2010-05-06, Huditsch, Roman (LNG-VIE) wrote:
> Hi,
> I tried to use the xmlvalidate task with an XML Sche
Hi,
I tried to use the xmlvalidate task with an XML Schema 1.1 and Saxon EE,
but failed.
Has anyone tried this successfully?
My task looks like:
Any help is highly welcome.
Thanks,
Roman
Mag. (FH) Roman Huditsch
Teamleader XSLT-Development
Tel.: +43 (1) 534 52 -
Hi everybody,
I am doing several xslt transformations managed by an ant build file.
The XSLT processor used is Saxon 9 since our stylesheets are written in
XSLT 2.0.
My problem now is that if Saxon is reporting a fatal error for the
transformation of one input file,
the ant task is breaking
Error
>
> What was the working solution ? Did you set min and max heap
> the same ?
>
> -Original Message-
> From: Huditsch Roman [mailto:[EMAIL PROTECTED]
> Sent: Thursday, April 21, 2005 6:19 AM
> To: Ant Users List
> Subject: AW: Out of Memory Error
>
>
Hi,
I think I found a working solution with Ivan's help.
Thanks a lot.
wbr,
Roman
> -Ursprüngliche Nachricht-
> Von: Huditsch Roman [mailto:[EMAIL PROTECTED]
> Gesendet: Donnerstag, 21. April 2005 12:06
> An: Ant Users List
> Betreff: AW: Out of Memory Error
>
&
achricht-
> Von: Ivan Ivanov [mailto:[EMAIL PROTECTED]
> Gesendet: Donnerstag, 21. April 2005 11:53
> An: Ant Users List
> Betreff: Re: Out of Memory Error
>
> Good Morning Roman
> --- Huditsch Roman <[EMAIL PROTECTED]>
> wrote:
> > Good morning list,
> >
Good morning list,
I encountered a slight problem, when doing my xslt transformations by an
ant build file.
It seems that I am running out of memory.
Do can I give ant a bigger share of my memory?
Do I have to alter ant.bat?
Or is it possible that there is an other problem with my xslt tasks?
I am
et: Donnerstag, 14. April 2005 15:58
> An: Ant Users List
> Betreff: Re: XmlLogger File broken
>
> Are you processing the log file you are in the process of generating?
> That would explain why it's not complete. Perhaps you need to
> have a two phase approach?
>
&
Hi,
After bringing my ant XSLT transformation workflow to work with your
great help,
I encountered that I get rather strange XML log files by the XMLLogger.
The XML log files seems to be brocken in the middle.
Here is my output (using the default output method):
to a directory [was: using
> file names]
>
> Hello Roman,
>
> this would be the most simple solution using ant :
>
> dir="source" id="newerfiles">
>
>
>
>
>
>
> Cheers,
>
> Antoine
>
> Huditsch R
gt; I was thinking of something like:
>
>
>
>
>
>
>
>
>
>
> Huditsch Roman wrote:
>
> >Hi,
> >
> >Thanks for the snippet!
> >I found out that
> you can reset a property.
> >
> >What I wa
I forgot to mention that the files in the "target" directory have other endings
that those in "source"
e.g. a.xml => a_1.xml
b.xml => b_2.xml
Is there any kind of substring function?
wbr,
Roman
> -Ursprüngliche Nachricht-
> Von: Huditsch Roman [mail
.
>
> However, I do not like this solution, because is not
> "the Ant way of doing things" so think twice before using it.
> Could you provide more information what are you trying to
> achieve with and ; a better idea might come up.
>
> HTH Ivan
>
> --- Hu
aybe spam] Re: using file names
>
> Huditsch,
>
> You can use task[1].
>
> HTH Ivan
>
> [1]http://ant.apache.org/manual/CoreTasks/basename.html
> --- Huditsch Roman <[EMAIL PROTECTED]>
> wrote:
> > Hi,
> >
> > After using
> >
> >
Hi,
After using
@{file} gives me the "complete" file name inlcuding directory
information.
How can I pick just the file name itself (leaving out all the directory
structure)?
wbr,
Roman
file...
Can you help me out once again?
Thanks a lot for your patience and time!
wbr,
Roman
> -Ursprüngliche Nachricht-
> Von: Huditsch Roman [mailto:[EMAIL PROTECTED]
> Gesendet: Mittwoch, 13. April 2005 09:20
> An: Ant Users List; [EMAIL PROTECTED]
> Betreff: AW: AW:
t Users List
> Betreff: Re: AW: Converting new or changed files with an
> batch file called from within ant
>
> Huditsch Roman wrote:
>
> >Hi Jim,
> >
> >Thanks a lot for your solution.
> >I'll straigth dive into it tomorrow morning.
> >Thanks!
> >
Betreff: RE: Converting new or changed files with an batch
> file called from within ant
>
> > From: Huditsch Roman [mailto:[EMAIL PROTECTED]
> > The proplem is taht everytime I start the transformation,
> all files of
> my
> > input folder are converted.
> > I woul
Hi Jim,
Thanks a lot for your solution.
I'll straigth dive into it tomorrow morning.
Thanks!
wbr,
Roman
___
Roman Huditsch
IT and Electronic Publishing
LexisNexis ARD Orac
Marxergasse 25
1030 Vienna
Austria
ph: +43-1-534 52-1514
f: +43-1-534 52-140
e-mail [
Hi James,
I tried to incorporate your suggestions, but I think I just made it to a
certain extent
Hi James,
As you may have seen by my previous posts on the list,
I managed to make some progress :)))
> check out the manual page for all options
> http://ant.apache.org/manual/CoreTasks/style.html
I was able to define my definitions in a working way at least:
The only issue to solve is now
Solved it too:
wbr,
Roman
> -Ursprüngliche Nachricht-
> Von: Huditsch Roman [mailto:[EMAIL PROTECTED]
> Gesendet: Dienstag, 12. April 2005 12:18
> An: Ant Users List
&
?
How to delete all files within a given directory whiches files size is 0kb?
Thanks a lot.
wbr,
Roman
> -Ursprüngliche Nachricht-
> Von: Huditsch Roman [mailto:[EMAIL PROTECTED]
> Gesendet: Dienstag, 12. April 2005 11:45
> An: user@ant.apache.org
> Betreff: Problems with
Hi,
I just tried to do a simple XSLT transformation with ant.
I defined the transformation as follows:
The problem is now, that it seems that the transformation ignores my
within my stylesheet since the process
produces HTML files.
Another issue to solve is that I just want to tran
Hi James,
Thank you very much for the quick reply.
> why not control Saxon directly from Ant ?
Would be nice. I am just uncertain how to do this properly ;)
> You can use the Ant task or use to invoke
> saxon...which may or may not have the built in up to date
> checking you desire
hmm, I t
Hi list,
Although I search the archives, I could not find any useful hint for my problem.
I recently started using ant for controlling my XSLT transformations.
Actually, I need ant to take control over the execution of the appropriate
batch file for a given target.
These target-specific batch-fil
29 matches
Mail list logo