Has any one written a GUI to show progress? I need one which shows: current high-level element, current element, progress bar based on high-level elements vs count of high-level element. I guess high-level elements are always child of root, but there might be some other XPath expression to count them in the future.
Would wrapping the command line processor and writing a TraceListener work? Any ideas or suggestions? Regards, Philip Friedman -- Terralink Software Systems -- 207-772-6500 x101 On Tue, 5 Mar 2002 08:59:41 +0100 , "Vries, Michiel de" <[EMAIL PROTECTED]> may have written: |Thanks Bruno, | |I think this is what I'm looking for. I'll try it. | |Michiel. | |> -----Original Message----- |> From: Bruno Verachten [mailto:[EMAIL PROTECTED]] |> Sent: Friday, March 01, 2002 3:02 PM |> To: [EMAIL PROTECTED] |> Subject: Re: Xalan progress indication |> |> |> Vries, Michiel de wrote: |> |> >Hi All, |> > |> >I am using Xalan as a tool to migrate some XMI data from one |> format into |> >another. However, the datasets of that transformation might |> be very large. |> >Is there a way to give the user any feedback on the transformation? |> > |> >I was thinking of using a SAX handler of my own, which calls |> the default SAX |> >implementation for all callbacks, but also prints some |> logging information. |> > |> >Please share your thoughts with me. |> > |> >Michiel. |> >--- |> >Compuware OptimalJ - www.optimalj.com |> > |> Hi Michiel, |> |> I'm using Xalan to generate Java Code (EJBs) from XMI, and |> sometimes the |> input files |> are really BIG (19Megs). I often use xsl:message to tell the |> final user |> what I'm doing! |> |> Later, |> |> Bruno Verachten. |> |>
