new tutorials New Listings popular tutorials Most Popular Listings top viewed tutorials Top Ranked Link To Us Search tutorials sitemap Sitemap
Design and Programming Tutorials
Home Add a Link Modify a Link Login Register Advertise About Us


Categories
3D Studio Max
ASP
ASP.NET
C
C#
C++ & MFC
CGI & Perl
CSS
Dreamweaver
Fireworks
Flash
General
HTML & XHTML
Illustrator
Java
JavaScript and DHTML
Libraries
LINQ
Photoshop
PHP
Promotion & SEO
Silverlight
VB & VBScript
VB.NET
VS & VS.NET
WCF
WPF
XML & XSL

Partner Links
DVD Software

Most Popular This Week
Professional PHP4 XML10
XML for the World Wide Web: Visual QuickStart Guide5
Definitive XML Schema5
HTML & XML for Beginners5
Applied XML Programming for Microsoft .NET4

Editors Picks
Definitive XML Schema
XML for the World Wide Web: Visual QuickStart Guide
Applied XML Programming for Microsoft .NET
Effective XML: 50 Specific Ways to Improve Your XML
Home : XML & XSL : Books
Click "Subscribe" if you want to be notified of new or updated links in this category.Subscribe
Books Listings
Total:  17Displaying: 1 - 10Pages: 12

XML Bible (2nd Edition) Website Refer Review It
The emergence of XML is having an enormous impact on Web development, and scaling the learning curve of this new technology is a priority for many developers. The XML Bible offers a superb introduction to the subject and the groundwork to understand XML`s future developments. Author Elliotte Rusty Harold uses a patient, step-by-step discussion that clearly points out the potential of XML without boring his readership with tons of SGML spec-speak. Harold opens quickly with a `Hello World` example to get the reader coding early, and follows that with a simple but powerful example of XML`s data management benefits--presenting baseball statistics. Once you`ve coded your first XML documents, you`ll be hooked on the technology and motivated to learn about the more sophisticated topics. Style sheet languages are covered comprehensively to illustrate the presentation possibilities and pitfalls. An unusually long list of real-life XML applications also shows how XML is already being used, and there is in-depth coverage of the Resource Description Framework, Channel Definition Format, and Vector Markup Language. The book wraps up with a section that helps you design your own XML application from scratch. Titling a book a bible is a bold move, but this engaging and informative guide is entitled to make this claim. --Stephen W. Plain

Price: 34.99 - Updated: 01/02/2004

XSLT Cookbook Website Refer Review It
Critical for converting XML documents, and extremely versatile, the XSLT language nevertheless has complexities that can be daunting. The XSLT Cookbook is a collection of hundreds of solutions to problems that Extensible Stylesheet Language Transformations (XSLT) developers regularly face. The recipes range from simple string-manipulation and mathematical processing to more complex topics like extending XSLT, testing and debugging XSLT stylesheets, and graphics creation with SVG. Recipes can be run directly or tweaked to fit your particular application`s needs more precisely. Each recipe walks through a problem and a solution, with explanations of the choices made and techniques used in creating that solution, and many recipes include alternate solutions and explore issues like convenience and performance.

Price: 39.95 - Updated: 01/02/2004

XML and Web Services Unleashed Website Refer Review It
The Extensible Markup Language is changing the way that information is being stored and exchanged. It is also changing the very way that we think about data. XML Unleashed allows you to unlock this new power and get you well on your way towards developing XML applications and systems that enable your most important business processes, or your simplest visions for data representation and exchange. Written for those already familiar with many of the concepts of XML, but still not sure how to make best use of the technologies, this book helps you become a more advanced user of XML. This book covers all the necessary topics from the basics of Document Type Definitions (DTDs) to the more advanced topics in XML database integration and the semantic web. This book is designed to be the only XML book that the reader will ever need on their shelf. XML is a standard and has become the common thread facilitating very different computer applications communicate by categorizing and tagging the data, reading, interpreting, sorting and linking the results. Within this book you will find coverage of important existing and emerging XML Standards as well as many varied and popular implementations of XML in this 21st century.We include WSDL, UDDI, SVG, ebXML Microsoft`s .NET, which is the world`s largest XML implementation to date and the Semantic Web which is just now being articulated.

Price: 34.99 - Updated: 01/02/2004

XML Data Management: Native XML and XML-Enabled Database Systems Website Refer Review It
Forty-five international specialists in eXtensive Markup Language (XML) contribute 21 chapters to this text for professionals experienced in database technology and possibly XML, looking to learn how these two technologies can be used together. Coverage includes information modeling guidelines; two native XML databases (Tamino and eXist); products and approaches to XML data management in relational and object-relational database systems; applications and case studies of XML use in such areas as bioinformatics, customer service, cash flow improvement, data warehouses, and inductive database systems; and benchmarks for evaluating XML database performance.Book News, Inc.®, Portland, OR

Price: 34.99 - Updated: 01/02/2004

Building Oracle XML Applications Website Refer Review It
Aimed at Oracle professionals planning or doing XML work, this in-depth guide, covering Oracle8 and Oracle8i, comes from Oracle`s lead XML technical evangelist, Steve Muench. No prior knowledge of XML is required to dive into the book, but readers are assumed to be familiar with SQL and with programming using Java or PL/SQL. Building Oracle XML Applications introduces XML, gives an overview of Oracle XML technologies, and shows what they do and how they fit together. There is a focus on JDeveloper, Oracle`s Java and XML development tool, which can be installed from the CD-ROM, and there are plenty of hands-on examples of how to use it. Then there are chapters on processing XML with PL/SQL or Java, transforming XML with XSLT, publishing data with XSQL pages, generating datagrams (XML documents used for exchanging data), and techniques for storing and loading XML data. The final section concentrates on Oracle XML applications, and topics include an XSQL publishing framework, Java extension functions, and using XSQL and XSLT to build personalized portals and discussion forums. This fast-paced handbook is packed with example code. The presentation is clear, and the technical content is based on the author`s deep knowledge of Oracle in general and XML technologies in particular. Highly recommended. --Tim Anderson, Amazon.co.uk

Price: 31.47 - Updated: 01/02/2004

HTML & XML for Beginners Website Refer Review It
HTML and XML for Beginners provides Web coding beginners with a concise guide to the world of Hypertext Markup Language (HTML), and previews even more powerful alternatives such as Extensible Markup Language (XML). Rich in examples, the book walks the Web beginner through basic HTML techniques such as creating and publishing Web pages, formatting text, adding graphics, and creating hyperlinks. It shows how to use tables to organize content, forms to gather input from site visitors, image maps to support point-and-click navigation, and styles, properties, and multimedia to add visual and sonic interest. It clearly demonstrates how to spice up Web pages with interactive elements by using Dynamic HTML (DHTML). The book ends with an extensive discussion of the most important new language on the Web, XML, and its relevance for data exchange. The book also explores XML variants such as Vector Markup Language (VML), the standard for creating, storing, and exchanging vector drawings on the Internet, and XHTML the merger of XML and HTML. All in all, this title provides the fastest way to get started coding a Web page.

Price: 13.99 - Updated: 01/02/2004

XML for ASP.NET Developers Website Refer Review It
XML for ASP.NET Developers first gives a solid foundation in the basics of MSXML including XML Syntax, XML Schemas, Xpath, Xlink, Xpointer, and other concepts necessary to leverage the power of XML. After the building blocks of XML are thoroughly covered, Dan guides readers through manipulating XML documents using the Document Object Model (DOM) and XSL (Extensible Stylesheet Language) both on the client and the server. Detailed examples combined with easy to follow tutorials will have readers transforming XML documents into professional looking applications quickly and easily. Providing a single source for information on a variety of XML related technologies makes XML for ASP.NET Developers a necessary edition to any developer`s library and sets it apart from any book available today.

Price: 27.99 - Updated: 01/02/2004

Professional PHP4 XML Website Refer Review It
This book covers the PHP language (and is up to date with the latest 4.2 release), the XML standard and the intersection between these widely used technologies. You will learn the `core` standards for XML processing such as Xpath,Dom,SAX and XSLT and how to use them from PHP. Satellite standards, vocabularies and other technical topics related to XML processing are also covered with examples, tips and suggestions from an experienced field of PHP programmers and XML experts.

Price: 13.99 - Updated: 01/02/2004

Learning XML Website Refer Review It
Although Learning XML covers XML rather broadly, it nevertheless presents the key elements of the technology with enough detail to familiarize the reader with this crucial markup language. This guide is brief enough to tackle in a weekend. Author Erik T. Ray begins with an excellent summary of XML`s history as an outgrowth of SGML and HTML. He outlines very clearly the elements of markup, demystifying concepts such as attributes, entities, and namespaces with numerous clear examples. To illustrate a real-world XML application, he gives the reader a look at a document written in DocBook--a publicly available XML document type for publishing technical writings--and explains the sections of the document step by step. A more simplified version of DocBook is used later in the book to illustrate transformation--a powerful benefit of XML. The all-important Document Type Definition (DTD) is covered in depth, but the still-unofficial alternative, XML Schema, is only briefly addressed. The author makes liberal use of graphics, tables, and code to demonstrate concepts along the way, keeping the reader engaged and on track. Ray also goes deep into some discussion of programming XML utilities with Perl. Learning XML is a very readable introduction to XML for readers with existing knowledge of markup and Web technologies. It meets its goals very well--to deliver a broad perspective of XML and its potential. --Stephen W. Plain

Price: 5.35 - Updated: 01/02/2004

Processing XML with Java: A Guide to SAX, DOM, JDOM, JAXP, and TrAX Website Refer Review It
Explains how to process XML with Java, build XML applications, and parse complicated documents. Written for experienced Java developers, the book focuses on the three major Java APIs that model XML: the simple API for XML (SAX), the document object model (DOM), and a Java native API (JDOM). The final two chapters introduce the XPath language for locating nodes in XML documents, and XSL transformations (XSLT) for describing how documents change formats.Book News, Inc.®, Portland, OR

Price: 38.49 - Updated: 01/02/2004
Featured Sponsors

Sponsored Listings




Tutorial Maniacs - C#, PHP, ASP, .NET, Photoshop, Flash, Fireworks, & other design and programming tutorials...
The most comprehensive collection of QUALITY hand picked design and programming tutorials and articles...(C) 2003