If you mean if there's something like XMLSpy on Win32 I'm afraid there
nothing like this. There are various free XML-Editors out there most of
them written in Java. Still you could run e.g. XMLSpy using wine, I've
already tried it and it works perfect.

As XSL/XML-Editor I'm using Netbeans IDE which has the advantage that it
provides out-completition of XSL-Elements, it is also possible to start
the XSL-Transformation from the IDE which is very nice when developing
XSLs(still it does not use the libxslt as xslt-engine so if you are
using things specific only for libxslt you may get into trouble).

There are 2 command-line-utilities installed along with libxml and
libxslt which can be very helpful in the developing phase to trackdown
errors, ... . 

xmllint ... checking XML-Files for validity and wellformedness
xmlproc ... Process an input-xml with your XSL and get the output

Tom

On Mon, 2004-02-09 at 17:31, [EMAIL PROTECTED] wrote:
> > Great I always have my own configuration stuff at the end of 
> > the httpd.conf
> > inlcuded using Include conf/axkit.conf, ... .
> 
> yep, I will seperate it out - the only reason it was in the httpd.conf file was cos 
> it wasn't working so I was trying to reduce the number of things that could've gone 
> wrong!
>  
> > I don't know what you want to do? 
> > How much do you know about XML, XSL, XSLT and Perl?
> > 
> > E.g. take a look at exslt.org (http://www.exslt.org/) which defines
> > extension functions, not available in XSLT 1.0, there are 
> > various helpful
> > cpan-modules, CMSs built around AxKit, ... .
> > 
> > Tom
> 
> Well, my personal experience is mainly with Perl CGI - I've developed numerous web 
> apps doing all manner of things over the last few years.  I've taken an interest in 
> XML for a while but never really found a good jumping off point where I could do 
> something practical with it.
> 
> AxKit caught my eye a while ago but it's only now I've found the time to play with 
> it.  I'll check out the site you mentioned.  I was just asking on the off chance 
> there were any specialist tools out there designed for developing XML-y stuff.  Last 
> time I looked, I was hunting for Windows stuff and never really found anything of 
> interest.  This time round I've made the move to Linux, however, so I'll probably 
> have another round-up.
> 
> Cheers,
> 
> Peter.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
-- 
   \\\||///
  \\  - -  //
   (  @ @  )
-oOo--( )--oOo----------------------------------------------------------
                     ___  ___                                tom schindl
      o       __    /  / /           innovative medientechnik planung AG
     / /\/\/ / /   /__/ / __            mailto:[EMAIL PROTECTED]
    / / / / /_/   /  / /___/                        http://www.impire.de
           /                 voice:+43(512)34193431,fax:+43(512)34193420
   Eduard-Bodem-Gasse 6, A-6020 Innsbruck, Austria, Software Engineering
------------------------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to