Home | Contact Us | Log In | Help
HOME NEW LISTING MOST POPULAR HIGHEST RATED SCRIPTS ADD SCRIPT DOWNLOADS FORUM
Tutorials
  ASP.Net & C#
  ASP
  Perl and PHP
  Java Scripts
  C and C++
  Ajax Tutorials
  J2ee, J2Me, Java
  Python & Ruby Rail
  Crystal Report
  Sap
  CGI
  XML
  Cold Fusion & CFML
  HTML, DHTML & CSS
  Dreamweaver
  FLASH
  Photoshop/Web Designing
  Tools & Utilities
  Oracle/D2K
  Sql Server
  MySql
  Domain Name Registration
  Remotely Hosting
  Web/Server Application
  Hotel Marketing
  Internet and Law
   Search Engine Optimization/SEO
E-Commerce
Interview Questions
XML 9
Welcome to the Apache XML Project

The Apache XML Project used to be the home for many XML-related subprojects, many of which have moved to top-level project status recently or are currently in migration. The Apache XML Project slowly transforms into an place where you can find pointers to XML-related projects here in the Apache Software Foundation. The remaining subprojects directly under the supervision of the XML PMC are:

  • AxKit - XML-based web publishing, in mod_perl
  • Crimson - A Java XML parser derived from the Sun Project X Parser.
  • Xang - Rapid development of dynamic server pages, in JavaScript
  • Xindice - A native XML database.
  • XML Commons - focussed on common code and guidelines for XML projects
  • XML Security - Java and C++ implementations of the XML signature and encryption standards
Open XML translator for Word available

Companies have completed the first phase of a Microsoft-sponsored project to create software that can convert Microsoft Word documents between Open XML and Open Document Format for Office Applications file formats. The Open XML Translator is now available for download in version 1.0 from SourceForge.net, a site that acts as an online repository for open-source projects. The software also can be found on Microsoft's Web site here and here. Microsoft funded the work on the translator, but did not contribute any code to the project, said Jason Matusow, senior director of intellectual property and interoperability at Microsoft. The company provided architectural guidance and management to the project, he said.

The XML FAQ

This is the list of Frequently-Asked Questions about the Extensible Markup Language (XML). It has answers to most of the common questions people ask about XML. If you are seeking answers to questions about related areas such as HTML, SGML, CGI scripts, PHP, JSP, Java, databases, or penguins, you may find some pointers, but you should probably look elsewhere as well. The FAQ is intended as a first resource for users, authors, developers, and the interested reader.

Converting Your existing HTML to XML
With the advent of the Web, many organizations have put large amounts of information in the form of HTML pages. These pages are tied up to a single presentation. Extensible Markup Language (XML) allows us to separate the content and the presentation. If the developers think of a migration of these HTML pages to XML mechanically -- trying to create well-formed documents out of the existing HTML documents, or cutting and pasting contents from HTML to the newly created XML files, or whatever -- that would be a pretty daunting task. This article shows how the tool HTML Tidy and a COM Wrapper can make our job simpler. In my article Server side use of MSXMLDOM with HTML, I showed how we can exploit the functionality of the Document Object Model (DOM) parser to work with HTML documents, provided they are well-formed. This article is an extension of the same idea. Here we shall discuss a sample conversion of the bookmark file from HTML to XML and then into a browser-neutral tree view.
XML in VB9 on Channel 9

The next version of VB .Net adds Xml as a built in data type using the new LINQ to XML API. As a built in data type, VB 9.0 provides the ability to create XML using XML Literals and to query XML documents using XML properties. This webcast contains a demo by David Schach, the lead developer in this project, of creating a program to share pictures over the internet.

  Copyright 2000-2006 © SoloScript.com, All rights reserved.