Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > XML to XHTML on WinXP platform

Reply
Thread Tools

XML to XHTML on WinXP platform

 
 
The Doormouse
Guest
Posts: n/a
 
      04-20-2004
I am looking for an XML editor, an XSLT editor and a DTD editor.
What setups do people recommend on my platform (WinXP)?

My goal is learning XML for XHTML output.

I read a book that recommended XML Notepad, which - oddly - is no longer
being distributed by mickeysoft. Another book recommended SAXON, which uses
Java virtual machine. I am not too keen on Java.

Thanks everyone.

The Doormouse

--
The Doormouse cannot be reached by e-mail without her permission.
 
Reply With Quote
 
 
 
 
brucie
Guest
Posts: n/a
 
      04-20-2004
in post: <news:Xns94D0E1F4BE4E8doormouseattnet@68.12.19.6 >
The Doormouse <> said:

> I am looking for an XML editor, an XSLT editor and a DTD editor.


that would be any text editor. if you want syntax highlighting use an
editor that has language syntax files available.

heres are some specifically for xml

cooktop: http://www.xmlcooktop.com/ [free]
xray: http://www.architag.com/xray/ [free]
peters xml eiditor: http://www.iol.ie/~pxe/ [free]
xmlspy: http://www.xmlspy.com/products_ide.html [$400]
turboxml: http://www.tibco.com/solutions/produ.../turbo_xml.jsp [$270]

> What setups do people recommend on my platform (WinXP)?


i use http://www.editplus.com/ but only because its preview button
integrates with a local server otherwise i'm happy with any text editor
that has syntax highlighting

--
b r u c i e


 
Reply With Quote
 
 
 
 
The Doormouse
Guest
Posts: n/a
 
      04-20-2004
Thank you, brucie!

The Doormouse

--
The Doormouse cannot be reached by e-mail without her permission.
 
Reply With Quote
 
David Christopher Weichert
Guest
Posts: n/a
 
      04-20-2004
Am Tue, 20 Apr 2004 05:12:28 +0000 schrieb The Doormouse:

> I am looking for an XML editor, an XSLT editor and a DTD editor. What
> setups do people recommend on my platform (WinXP)?


I personally use jEdit (http://www.jedit.org). It features: syntax
highlighting, can parse against a DTD to validate and for automatic tag
completion and context sensitive suggestion of Tags, Attributes and
Entities, structure view of the nesting of XML Elements, ... It also
supports writing XSLT stylesheets and DTDs and comes with an XSLT
processor (Xalan, http://xml.apache.org/xalan-j/index.html) available as
an easy to install plugin. It requires a Java Runtime Environment (JRE,
http://www.java.com/en/download/manual.jsp). Best of all, it is free!

> My goal is learning XML for XHTML output.
>
> I read a book


You may want to look at: Elliotte Rusty Harold ,Chapter 17 of the XML
Bible, Second Edition : XSL Transformations
(http://www.ibiblio.org/xml/books/bib...ers/ch17.html).

> that recommended XML Notepad, which - oddly - is no longer being
> distributed by mickeysoft. Another book recommended SAXON, which uses
> Java virtual machine. I am not too keen on Java.


Java is really the way, because so many XML Tools are implemented in Java,
due to the fact that Java has such a good XML API. Saxon is not an Editor,
but an XSLT Processor. That said, it is very good and is also available as
"instant Saxon" for Microsofts broken Java 1.1 Virtual Machine. Of course
you can run Full Saxon with a more recent and less buggy Java
implementation (s. above). There are alternatives
however, Sablotron (http://www.gingerall.com/charlie/ga/xml/p_sab.xml)
makes a nice and fast XSLT Processor written in C++.


Kind regards
David
 
Reply With Quote
 
The Doormouse
Guest
Posts: n/a
 
      04-20-2004
Thank you!

The Doormouse

--
The Doormouse cannot be reached by e-mail without her permission.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Connecting Win98 platform to WinXP Pro platform dancesportboston Wireless Networking 1 09-02-2006 10:36 PM
does java program run on 64-bit platform as fast as on 32-bit platform jcc Java 15 05-12-2006 08:52 AM
New Windows platform and 64 bit platform =?Utf-8?B?T21hciBLaGFu?= Windows 64bit 12 11-30-2005 11:05 PM
platform.rb (was: PLATFORM tests) Kaspar Schiess Ruby 0 11-25-2005 07:59 AM
How can I convert the C6.0 program of OS/2 platform TO a program in windows2000/xp platform? Coca C Programming 15 01-14-2004 04:44 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57