Re: Best XSL-FO WYSIWYG editor

2002-12-03 Thread IvanLatysh
Hello, ANIL! You wrote to <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> on Mon, 02 Dec 2002 18:54:22 +: AB> What is the simplest way of converting file.xml => file.fo => AB> file.pdf XML + XSLT -> FOP -> PDF Simplest way. --- Yours sincerely, Ivan Latysh. IvanLatysh[a]yahoo.ca ---

RE: Best XSL-FO WYSIWYG editor

2002-12-02 Thread ANIL B G
n Java parser for converting file.xml to file.fo Please advise me. Regards, Anil From: "Amit Bhatnagar" <[EMAIL PROTECTED]> Reply-To: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: RE: Best XSL-FO WYSIWYG editor Date: Mon, 2 Dec 2002 10:02:51 -0800 Thanks for

RE: Best XSL-FO WYSIWYG editor

2002-12-02 Thread Amit Bhatnagar
to plug in FOP and create PDF. > -Original Message- > From: Johan Åbrandt [mailto:[EMAIL PROTECTED] > Sent: December 1, 2002 11:44 PM > To: [EMAIL PROTECTED] > Subject: Re: Best XSL-FO WYSIWYG editor > > > Ok, then I would really encourage you to look into Excelon S

Re: Best XSL-FO WYSIWYG editor

2002-12-02 Thread Johan Åbrandt
Ok, then I would really encourage you to look into Excelon Stylus Studio, I use it for exactly the scenario you describe, and it has served me well. It has FOP "built" in, and all that is needed for a complete xml-xslt-fop->PDF generation is the click of a button. Amit Bhatnagar wrote: I dont f

RE: Best XSL-FO WYSIWYG editor

2002-11-29 Thread Amit Bhatnagar
> I dont fully understand the description of the features you > need, but if being able to use one IDE to do the full flow > from xml through xsl to fop and pdf in an effortless way, > including the possibility to debug xsl transformations, then > Excelon Stylus Studio is my candidate. It is ho

RE: Best XSL-FO WYSIWYG editor

2002-11-29 Thread Atholl Tomlinson
ct: RE: Best XSL-FO WYSIWYG editor > It is > however not WYSIWYG - if you by that mean that you would > specify a xml > file and then do WYSIWYG editing and have the editor generate the xsl > stylesheet for you. > I like the idea, but would such

RE: Best XSL-FO WYSIWYG editor

2002-11-29 Thread Varley, Roger
> It is > however not WYSIWYG - if you by that mean that you would > specify a xml > file and then do WYSIWYG editing and have the editor generate the xsl > stylesheet for you. > I like the idea, but would such a tool be possible? Regards Roger ---

Re: Best XSL-FO WYSIWYG editor

2002-11-29 Thread Robert Morse
Take a look at http://www.xslfast.com Version 1.05 is available now, although a newer version is about to be released relatively soon. The current is okay, but a little clumsy at times. -robert. On Fri, 2002-11-29 at 04:45, Chris Vejrazka wrote: > Hi, > > have a look at xml-spy under www.xmlspy

Re: Best XSL-FO WYSIWYG editor

2002-11-29 Thread Chris Vejrazka
Hi, have a look at xml-spy under www.xmlspy.com I use it and i'm very satisfied with it but doesn't automatically saves xslt files from xml if that is, what you are looking for. It only allow you to integrate all components to simple do transformation xml->xsl->fo->pdf via a mouseclick. regards

Re: Best XSL-FO WYSIWYG editor

2002-11-29 Thread Johan Åbrandt
I dont fully understand the description of the features you need, but if being able to use one IDE to do the full flow from xml through xsl to fop and pdf in an effortless way, including the possibility to debug xsl transformations, then Excelon Stylus Studio is my candidate. It is however not

Best XSL-FO WYSIWYG editor

2002-11-29 Thread Amit Bhatnagar
Can anyone recommend the best WYSIWYG XSL-FO editor / app that saves a XSLT file (which will then process my xml document into an xsl.fo marked up, when then can be processed by FOP) Its necessary for me to be able to create my layout and then save the xslt file. Thanks, amit.