• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

XML tools

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello - what are the best (free!) XML tools?
Thanks!
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
See javasoft for the recently released JAXP 1.1 (Final release, not beta) for a reference implementation of a Java XML API.
"The JavaTM API for XML Processing (JAXP) Optional Package enables applications to parse and transform XML documents using a pure Java API that is independent of a particular XML processor implementation. Depending on the needs of the application, developers have the flexibility to swap between XML processors (such as high performance vs. memory conservative parsers) without making application code changes. Thus, application and tools developers can rapidly and easily XML-enable their Java applications for e-commerce, application integration, and dynamic web publishing."
http://www.javasoft.com/xml/download.html
 
"The Hood"
Posts: 8521
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Apache has lots of opensource stuff:
http://xml.apache.org/
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have been using Xalan from Apache (http://xml.apache.org/xalan-j/index.html) for XSLT work and Castor for Java to XML binding: http://castor.exolab.org/

Brian
------------------
Brian Elliott
Unplugged Systems
http://www.unpluggedsystems.com
belliott@unpluggedsystems.com
 
Ranch Hand
Posts: 108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Thanos
I guess you need to be specific about what kind of tool you are trying to get. XML related tools can be easily categorized into
1. parser.
2. editor.
3. comparer.
4. XSL editor.
etc...
Thanks
------------------

ARS Kumar
Sun Certified Java 2 Programmer.
 
Sheriff
Posts: 5782
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Checkout http://www.xmlsoftware.com and http://www.vbxml.com
------------------
Ajith Kallambella M.
Sun Certified Programmer for the Java�2 Platform.
IBM Certified Developer - XML and Related Technologies, V1.
 
Ranch Hand
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think if yoou want to look at something good than go to site of one of the creators of xml specification that is:
www.jclark.com/xml
aah! why i am saying this to you becoz the tools their r some of the fastest available in the free software arena.
 
asim wagan
Ranch Hand
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
sorry i forgot to tell you that IBM is also providing free tools at:
www.ibm.com/developerworks
by
reply
    Bookmark Topic Watch Topic
  • New Topic