Geometry.Net - the online learning center
Home  - Computer - Xml
e99.com Bookstore
  
Images 
Newsgroups
Page 4     61-80 of 139    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | Next 20

         Xml:     more books (100)
  1. Essential XML Quick Reference: A Programmer's Reference to XML,XPath, XSLT, XML Schema, SOAP, and More by Aaron Skonnard, Martin Gudgin, 2001-11-02
  2. New Perspectives on HTML, XHTML, and XML (New Perspectives (Paperback Course Technology)) by Patrick Carey, 2009-05-14
  3. Oracle Database 10g XML & SQL: Design, Build, & Manage XML Applications in Java, C, C++, & PL/SQL (Osborne ORACLE Press Series) by Mark Scardina, Ben Chang, et all 2004-05-31
  4. XML Hacks: 100 Industrial-Strength Tips and Tools by Michael Fitzgerald, 2004-07-27
  5. Fuzzy Database Modeling with XML (Advances in Database Systems) by Zongmin Ma, 2010-11-02
  6. XML Step by Step, Second Edition (Step By Step (Microsoft)) by Michael J. Young, 2002-02-02
  7. Python & XML by Christopher A. Jones, Fred L. Drake Jr, 2001-12-15
  8. Microsoft .NET XML Web Services Step by Step (Step By Step (Microsoft)) by Adam Freeman, Allen Jones, 2002-10-30
  9. XML in Technical Communication (second edition) by Charles Cowan, 2010-09-15
  10. HTML, XHTML, CSS and XML by Example: A Practical Guide (By Example Series) by Teodoru Gugoiu, 2005-07-01
  11. The Art of XSD - SQL Server XML schemas by Jacob Sebastian, 2009-04-30
  12. XML Unleashed
  13. XSLT and XPATH: A Guide to XML Transformations by John Robert Gardner, Zarella L. Rendon, 2001-08-05
  14. Visual Basic .NET and XML: Harness the Power of XML in VB.NET Applications by Rod Stephens, Brian Hochgurtel, 2002-03-05

61. Xml: XML Project
OpenOffice.org The Free, Open Source Office Suite.
http://xml.openoffice.org/

62. Rpbourret.com - XML Namespaces FAQ
Questions and answers about Namespaces in xml as maintained by Ronald Bourret.
http://www.rpbourret.com/xml/NamespacesFAQ.htm
Ronald Bourret
Consulting, writing, and research in XML and databases
Member
Home Product lists XML / Databases XML Data Binding Writing XML and Databases Native XML Database Use Cases Mapping DTDs to Databases XML Namespaces FAQ ... All papers... Software XML-DBMS DTD Parser Links XML XML / Databases Services Consulting Presentations About Resume Personal Contact
XML Namespaces FAQ
Maintained by Ronald Bourret (Last updated January, 2009)
Table of Contents

63. The XML C Parser And Toolkit Of Gnome
A part of the GNOME framework, but does not require GNOME. It provides interfaces similar to DOM and SAX and an XPath implementation.
http://xmlsoft.org/
The XML C parser and toolkit of Gnome
libxml
Main Menu Related links "Programming with libxml2 is like the thrilling embrace of an exotic stranger." Mark Pilgrim Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), it is free software available under the MIT License . XML itself is a metalanguage to design markup languages, i.e. text language where semantic and structure are added to the content using extra "markup" information enclosed between angle brackets. HTML is the most well-known markup language. Though the library is written in C a variety of language bindings make it available in other environments. Libxml2 is known to be very portable, the library should build and work without serious troubles on a variety of systems (Linux, Unix, Windows, CygWin, MacOS, MacOS X, RISC Os, OS/2, VMS, QNX, MVS, VxWorks, ...) Libxml2 implements a number of existing standards related to markup languages:

64. XML Journal
SYSCON's xml Journal Cloud Expo 2010 Venue Announced! Cloud Expo 2009 Photo Album with 2,200 Delegates!
http://xml.sys-con.com/
Welcome! Search Jump to a Magazine .NET AJAX APACHE CLOUD COMPUTING CMS COLDFUSION CRM ECLIPSE FLEX HP IPHONE JAVA LINUX OPEN SOURCE OPEN WEB ORACLE PERL PHP POWERBUILDER PYTHON RED HAT RUBY SAP SEARCH SILVERLIGHT SOA SYMBIAN VIDEO VIRTUALIZATION WEB 2.0 WEBLOGIC WEBSPHERE WIRELESS XML XML: Email Alerts Newsletters Get XML: Homepage Mobile
Cloud Expo 2010 Venue Announced!
EDITOR
Ajit
Sagar
PLATINUM PLUS SPONSORS: Abiquo Eliminate Vendor Lock-in with Next-Generation Virtualization Management Adaptivity Building the Cloud Blueprint for Enterprise IT GOLD SPONSORS: Cordys Continuous Business Transformation: The Cloud Value Chain Microsoft Microsoft's Cloud Services Approach Navisite Defining Enterprise-Class Cloud Computing: Managed Cloud Services Surgient Deploy an Enterprise Private Cloud in Less Than 30 Days with Surgient Terremark Parting the Clouds - Evaluating Clouds and Cloud Providers for the Enterprise The Planet The Cloud’s Not the Revolution: Cloud Usage Is Unisys Storm Clouds - Disruptive Technologies Creating the "New Normal" Virtual Ark Third-Generation Outsourcing Is Here!

65. Using The JAXP Transform APIs
Offers general transformation model for converting xml documents.
http://xml.apache.org/xalan-j/trax.html

Introduction This document describes the transformation API for XML (TrAX), the set of APIs contained in javax.xml.transform javax.xml.transform.stream javax.xml.transform.dom , and javax.xml.transform.sax There is a broad need for Java applications to be able to transform XML and related tree-shaped data structures. In fact, XML is not normally very useful to an application without going through some sort of transformation, unless the semantic structure is used directly as data. Almost all XML-related applications need to perform transformations. Transformations may be described by Java code, Perl code, XSLT Stylesheets, other types of script, or by proprietary formats. The inputs, one or multiple, to a transformation, may be a URL, XML stream, a DOM tree, SAX Events, or a proprietary format or data structure. The output types are pretty much the same types as the inputs, but different inputs may need to be combined with different outputs. The great challenge of a transformation API is how to deal with all the possible combinations of inputs and outputs, without becoming specialized for any of the given types.

66. Python/XML HOWTO
Tutorial on parsing xml in Python.
http://pyxml.sourceforge.net/topics/howto/xml-howto.html
Python/XML HOWTO Next: Contents
Python/XML HOWTO
A.M. Kuchling akuchlin@mems-exchange.org
Abstract:
XML is the eXtensible Markup Language, a subset of SGML intended to allow the creation and processing of application-specific markup languages. Python makes an excellent language for processing XML data. This document is a tutorial for the Python/XML package. It assumes you're already somewhat familiar with the structure and terminology of XML, though a brief introduction is supplied.

67. WDVL: XML: Extensible Markup Language
Includes xml vs. HTML, introductory material, Key references, major sites, and software guide.
http://www.wdvl.com/Authoring/Languages/XML/

68. XML::XPath
XPath parser and evaluator.
http://xml.sergeant.org/xpath.xml
Introduction
Availability

Download

Examples
...
Documentation
XML::XPath
Introduction
XML::XPath is a perl module that conforms to the W3C's XPath recommendation . It can either be fed SAX events, or can parse XML directly, either from a file, or from an IO::Handle (e.g. a socket). If parsing the XML directly, XML::Parser is used. XML::XPath requires no other external modules other than XML::Parser.
Availability
XML::XPath is available free under the GNU GPL, or alternatively can be licensed for commercial use from Fastnet Software Ltd. Contact Matt Sergeant if you wish to do this. Alternatively if you are developing a free software product, under an Open Source compliant license, please contact me to arrange free licensing.
Download
XML::XPath is always available from your local CPAN site, or alternatively get it from my download directory
Examples
To Be Completed
Documentation
Full documentation is included in the distribution, or you can read the documenation for version 0.24 here Matt Sergeant for details and availability.
This page was generated by XPathScript, using

69. XML Tutorial - Introduction
Learn the basics of xml with Tizag.com s xml beginner tutorial.
http://www.tizag.com/xmlTutorial/

70. Xml News And Other Resources | ZDNet
Collection of news articles, blog posts, white papers, case studies, videos and comments relating to xml
http://www.zdnet.com/topics/xml
document.cookie='MAD_FIRSTPAGE=1;path=/;domain=zdnet.com'; ZDNet Search

71. XMLDOMTwig
Helper module that adds xmlTwig methods to xmlDOM.
http://www.xmltwig.com/domtwig/

72. What Is XML? - A Word Definition From The Webopedia Computer
This page describes the term xml and lists other pages on the Web where you can find additional information.
http://www.webopedia.com/index.php/term/x/xml.html

73. David Helkowski / XML-Bare - Search.cpan.org
CPAN module with provides a light-weight xml parser implemented via a C++ state engine. Includes documentation a source.
http://search.cpan.org/dist/XML-Bare/
Home Authors Recent News ... Feedback
in All Modules Distributions Authors permalink David Helkowski
XML-Bare
This Release XML-Bare-0.45 Download Browse 02 Aug 2009 Other Releases XML-Bare-0.44 25 Jul 2009 XML-Bare-0.43 17 Mar 2009 XML-Bare-0.42 16 Mar 2009 XML-Bare-0.40 24 Dec 2008 XML-Bare-0.30 02 Jul 2008 XML-Bare-0.27 20 Nov 2007 XML-Bare-0.26 09 Nov 2007 XML-Bare-0.25 08 Nov 2007 XML-Bare-0.24 08 Nov 2007 XML-Bare-0.23 07 Nov 2007 XML-Bare-0.22 06 Nov 2007 XML-Bare-0.21 04 Nov 2007 XML-Bare-0.11 24 Jun 2007 XML-Bare-0.10 21 Jun 2007 XML-Bare-0.07 19 Jun 2007 XML-Bare-0.06 17 Jun 2007 XML-Bare-0.05 16 Jun 2007 XML-Bare-0.04 15 Jun 2007 XML-Bare-0.03 14 Jun 2007 XML-Bare-0.02 13 Jun 2007 XML-Bare-0.01 13 Jun 2007 Links Discussion Forum View/Report Bugs (4) Dependencies Other Tools CPAN Testers PASS (441) FAIL (22) UNKNOWN (4) [ View Reports Perl/Platform Version Matrix Rating 3 Reviews Rate this distribution License Perl Artistic and GPL Special Files Changes
MANIFEST

META.yml

Makefile.PL
...
README
Modules
XML::Bare Minimal XML parser implemented via a C state engine 61618 Uploads, 21200 Distributions 86816 Modules, 8507 Uploaders

74. DevX: XML Zone
Your starting point for Extensible Markup Language (xml) programming, including answers to frequentlyasked technical questions about xml, feature articles,
http://www.devx.com/xml/
d=document.domain.split('.');document.domain = d[d.length-2]+"."+d[d.length-1]; Not sure if you have an account? Include Code Search Tips TODAY'S HEADLINES ARTICLE ARCHIVE SKILLBUILDING ... APIfinder Sign up for e-mail newsletters from DevX DevX Weekly Update
More Newsletters
APIfinder The Essential Directory of Application Programnming Interfaces Web Site Analysis Tool TheCounter.com - The Affordable Web Site Analysis Tool Menuing Software HierMenus provides DHTML-based cross-browser navigation of your Web site through drop down and pop-up menus. Shop DevX Shop our partner network for great selection and prices! Technology Jobs Search thousands of high-tech jobs posted by thousands of employers. Best Practices for Developing a Web Site Becoming a Better Project Manager The Road to Ruby Maximizing Your Java Application Development ... Putting SharePoint to Work for You XML Zone FEATURED ARTICLE W3C Has a New XML Standard: XProc XProc standard bringing new XML pipeline capabilities enabling developers to automate and share workflows. NEWEST XML ARTICLES Creating Custom Export Filters for StarOffice with XSLT Convert StarOffice documents to other formats using XSLT.

75. IBM DeveloperWorks: Wikis - DB2 XML - Partners
O'Reilly is a leader in technical and computer book documentation for xml.
http://www.ibm.com/developerworks/wikis/display/db2xml/Partners
var contextPath = '/developerworks/wikis'; Country/region select All of dW AIX and UNIX Information Mgmt Lotus Rational Tivoli WebSphere Java technology Linux Open source Web development XML dW forums alphaWorks All of IBM Home Products My account developerWorks ... Feedback
Related links ISV resources alphaWorks (emerging technologies) IBM Academic Initiative IBM Virtual Innovation Center (Bus. Partners) ... IBM communities Local sites developerWorks developerWorks Japan developerWorks ... Wikis Partners Browse Space Added by , last edited by MatthiasNicola on Oct 29, 2010 ( view change Labels: (None)
Add Labels Enter labels to add to this page: Tip: Looking for a label? Just start typing.
Solutions built on DB2 9 pureXML
This page lists many of the early enablers to DB2 pureXML. For a current list of DB2 pureXML solution providers, and other DB2 solution providers, please see the DB2 Solution Portal
AgencyPort
AgencyPort is the leading provider of web-based new business, endorsement and renewal solutions designed specifically for property and casualty insurers. Our agency portal and interfaces products enhance the underwriting process, extend the life of policy administration systems and make it easy for agents to transact business. Using DB2 pureXML and AgencyPort customers can reduce development costs of intemgration with rating engines and rules engines and increase enterprise leverage by introducing database level XML transformation routines.

76. Chinese XML FAQ
FAQ about Chinese document encodings, and how they relate to xml. Also includes links and software.
http://xml.ascc.net/en/utf-8/faq.html
Chinese XML FAQ
This FAQ is about using XML for Chinese-language documents. For general English-language XML or SGML FAQs see:
  • John Lamp and Dave Megginson's comp.text.sgml FAQ at http://lamp.man.deakin.edu.au/sgml/sgmlfaq.txt Peter Flynn's XML FAQ at http://www.ucc.ie/xml/ (this is also available in Japanese, Korean and Spanish: does anyone want to translate it into Chinese?).
1. What is XML?
XML (eXtensible Markup Language) is a simple language for marking up structures in text documents. It is based on an International Standard Standard Generalized Markup Language ( SGML) International Organization for Standardization ( ISO ) ISO 8879:1986. It looks like HTML . You can create and use your own tags and document structures with it. You can also use it for serializing from databases.
2. Who developed it?
ISO SGML orginally came out of IBM , but has had a lot of input from different companies. XML is developed by the World Wide Web Consortium (

77. Web Design References: XML
Aug 20, 2010 Migrating from HTML to XHTML and xml Part 2/2 Char James-Tanny . Printing xml Why CSS Is Better than XSL - Hakon Wium Lie and Michael
http://www.d.umn.edu/itss/support/Training/Online/webdesign/xml.html
Search UMD Search ITSS
Web Design References
Skip: [ to content to navigation
Skip Navigation
Search Web Design
Site Map
Inside Web Design References
Listserv (Newsletter)
Suggestions
About
Back to
Syndication
Location: UMD ITSS Training Online ... Web Design XML
XML
(Skip Page Index) Page Index:
Microformats
RDF (Resource Description Framework)

78. XmlAdvice
xml, xslt, xaml, html, xhtml and any other xml related topics. Forums, blogs, articles, tutorials, discussions, and mailing lists all to answer your xml questions.
http://xmladvice.com/

79. Unicode In XML And Other Markup Languages
This document contains guidelines on the use of the Unicode Standard in conjunction with markup languages such as xml.
http://www.w3.org/TR/unicode-xml/
Unicode in XML and other Markup Languages
Unicode Technical Report #20
W3C Working Group Note 16 May 2007
Revision (Unicode): This version:
http://www.unicode.org/reports/tr20/tr20-8.html http://www.w3.org/TR/2007/NOTE-unicode-xml-20070516/
Latest version:
http://www.unicode.org/reports/tr20/ http://www.w3.org/TR/unicode-xml/
Previous version:
http://www.unicode.org/reports/tr20/tr20-7.html http://www.w3.org/TR/2003/NOTE-unicode-xml-20030613/
Date (Unicode): Authors:
Martin Dürst ( duerst@it.aoyama.ac.jp Asmus Freytag ( asmus@unicode.org
MIT ERCIM Keio is available.
Abstract
This document contains guidelines on the use of the Unicode Standard in conjunction with markup languages such as XML.
Status of This Document (common)
This is a Technical Report published jointly by the Unicode Technical Committee and by the W3C Internationalization Core Working Group , which is part of the W3C Internationalization Activity The base version of the Unicode Standard for this document is Version 5.0 . For more information about versions of the Unicode Standard, see http://www.unicode.org/unicode/standard/versions/

80. JEdit - Plugin Central - XML
The xml plugin (version 2) provides a tree structure browser for editing xml, HTML, CSS and JavaScript files, and completion for xml, HTML and CSS.
http://plugins.jedit.org/plugins/?XML

Page 4     61-80 of 139    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | Next 20

free hit counter