XML
Links
Netscape XML Developer Central
http://developer.netscape.com/tech/xml/index.html
Netscape's DevEdge centre for XML information and resources. Tutorials, examples and links. Comprehensive launch pad for information on XML and all things related.
Cross-Browser display of XML/XSL
http://www.xmlpitstop.com/Examples/ShowHighlightedExample.aspx?Example=CrossBrowserXML
This example is very basic, but answers the very common question of "How do I display my XML/XSL in browsers that do not support XML. It is about as simple as it gets....Transform it server-side.
Using XML and XSLT in VB.NET Jeopardy
http://www.xmlpitstop.com/Examples/ShowHighlightedExample.aspx?Example=Jeopardy
This version of VB.NET Jeopardy uses a wide variety of techniques to access XML/XSLT. This application is a version of the well-known game of jeopardy that we use in our FlaDotNet.com .NET user group. The original version, created by Shervin Shakibi(Shervin@ComputerWays.com), accessed all of the Jeopardy Data from a SQL Server Database using DataReaders.
Planet Markup
News, forum, articles and comment on XML and all things related to XML. Useful section on XML tools and an online store to puchase software, books etc. Part of the Binarything.com e-publishing group of web sites.
Developersdex.com XML
http://www.developersdex.com/xml/
The XML section of Developersdex.com which contains links and resources
XML-RPC.com
XML-RPC is the home page for developers interested in this technology, XML-RPC is a Remote Procedure Calling protocol that works over the Internet. An XML-RPC message is an HTTP-POST request. The body of the request is in XML. A procedure executes on the server and the value it returns is also formatted in XML. Procedure parameters can be scalars, numbers, strings, dates, etc.; and can also be complex record and list structures.
alphaworks (IBM)
http://www.alphaworks.ibm.com/
Alphaworks showcases IBM Research into emerging technologies. Information and resources covering XML, Web Services, Java, Wireless and Collaboration. An essential reference site for all developers interest in IBM tenchnology
BizTalk
http://www.biztalk.org/home/default.asp
The goal of BizTalk.org is to provide resources for learning about and using Extensible Markup Language (XML) for Enterprise Application Integration (EAI) and business-to-business (B2B) document exchange, both within the enterprise and over the Internet. On BizTalk.org you can learn how to use XML messages to integrate software applications and build new solutions. The design emphasis is to use XML to integrate your existing data models, solutions, and application infrastructure, and adapt them for electronic commerce. You can also learn about the BizTalk Framework, a set of guidelines for implementing an XML schema and a set of XML tags used in messages sent between applications.
Formatting XML with CSS
http://www.xmlpitstop.com/Examples/ShowHighlightedExample.aspx?Example=CSSFormattingXML
This page is a simple listing of some of my favorite jokes. The data is stored in an XML file and the formatting is accomplished using nothing more than Cascading Style Sheets.
XML Resources
XMLResources.com allows developers and project managers to both research third-party controls and utilities as well as post their own for free. Find resources from all over the web at one location.
Service-Oriented Architecture: A Field Guide to Integrating XML and Web Services
http://www.serviceoriented.ws/
The official book Web site, providing book excerpts and resources.
SGML Source
The home pages of Charles G Goldfarb inventor of SGML and father of its descendents: HTML and XML. SGML is the International Standard (ISO 8879) language for structured document and data representation. SGML was invented in 1974 by Charles G Goldfarb who led a 12-year
technical effort by several hundred people to develop its present form as an International Standard.
IDEAlliance
IDEAlliance (International Digital Enterprise Alliance) is a non-for-profit membership organization. Its mission is to advance user-driven, cross-industry solutions for all publishing and content-related processes by developing standards, fostering business alliances, and identifying best practices. IDEAlliance has been a leader in information technology since 1966 (founded as Graphic Communications Association) having fostered the development and adoption of standards such as GRACoL, ICE, JIFFI, Mail.dat, papiNet, PRISM, PROSE XML, SPACE XML, SGML, and XML.
XMLEnterprise.com
A series of high-level papers and best practices providing insight and advice for incorporating XML into the enterprise.
ZVON.org
A quirky XML resources site billed as "the guide to the XML galaxy". Probably the most useful aspect of the site are the tutorials on a wide range of XMLS subjects which are presented as a series of slides with examples.
Webdeveloper XML Files
http://www.webdeveloper.com/xml/
Webdeveloper microsite devoted to news and information on XML.
XML Database Products
http://www.rpbourret.com/xml/XMLDatabaseProds.htm
Comprehensive and up to date list of XML Database products and XML enabled database products
The XML and Web Services Education Web site
The main focus of PerfectXML is XML, Web Services and related technologies for business people and technologists - both from a practitioner and learner perspective. Our team works hard to provide developer-oriented articles, best collection of well-organized links, and other content, up-to-date news, code samples, and an exhaustive listing of software and tools available. We recently started a new section dedicated to IBM XML Certification (http://www.PerfectXML.com/Certify).
XuLPlanet
From application downloads to comprehensive tutorials, a one stop resource for everything XUL.
eXtensinet.com
With over 1,100 links, this is the world's largest resource page dedicated to XML and Web Services. Also provides a fully customizable user-interface.
Filtering Data Islands
http://www.xmlpitstop.com/Examples/ShowHighlightedExample.aspx?Example=FilteringDataIslands
Demonstration of filtering, sorting and highlighting HTML tables that use xml data islands. This snippet demonstrates filtering, sorting and highlighting HTML tables that use xml data islands.
xmlmodeling.com
Concentrating on the use of UML for the development of XML based projects this site contains articles, whitepapers and links.
Sorting Data Islands by clicking on the column header (using behaviors).
http://www.xmlpitstop.com/Examples/ShowHighlightedExample.aspx?Example=SortingDataIslands
This snippet demonstrates adding the following two functionalities to an Databound HTML table.