Bestsellers > Books > XML
|
|
XML in Easy Steps (In Easy Steps)»rank: 312768by: Mike McGrath
: :XML in Easy Steps is designed for new users who want to quickly get up to speed, from job seekers to programmers to hobbyists. In clear, step-by-step instructions, and with screenshots illustrating every example, it demonstrates the parts of XML that have become popular in today's real-world applications. The book begins with a description of eXtensible Markup Language (XML) along with the associated technologies of Document Type Definition (DTD), XmlSchema Documents (XSD), and the eXtensible Stylesheet Language (XSL). It then illustrates how XML can be used to create Scalable Vector Graphics (SVG), how to access XML data with JavaScript, and how to deploy XML in modern AJAX web applications. At the book’s ... |
Xslt»rank: 562938by: Doug Tidwell
: :'XSLT' documents a core technology for processing XML. Originally created for page layout, XSLT (Extensible Stylesheet Transformations) is now much more: a general-purpose translation tool, a system for reorganizing document content, and a way to generate multiple results-- such as HTML, WAP, and SVG--from the same content. What sets 'XSLT' apart from other books on this critical tool is the depth of detail and breadth of knowledge that Doug Tidwell, a developer with years of XSLT experience, brings to his concise treatment of the many talents of XSLT. He covers XSLT and XPath, a critical companion standard, and addresses topics ranging from basic transformations to complex sorting and linking. He explores extension ... |
||
HTML & XML for Beginners (Cpg-Undefined)»rank: 491230by: Michael Morrison
: :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 ... |
Java and XML»rank: 410549by: Brett McLaughlin, Justin Edelson
: :Java and XML, 3rd Edition, shows you how to cut through all the hype about XML and put it to work. It teaches you how to use the APIs, tools, and tricks of XML to build real-world applications. The result is a new approach to managing information that touches everything from configuration files to web sites. After two chapters on XML basics, including XPath, XSL, DTDs, and XML Schema, the rest of the book focuses on using XML from your Java applications. This third edition of Java and XML covers all major Java XML processing libraries, including full coverage of the SAX, DOM, StAX, JDOM, and dom4j APIs as well as the ... |
||
Programming Jabber: Extending XML Messaging (O'Reilly XML)»rank: 142253by: DJ Adams
: :Programming Jabber offers developers a chance to learn and understand the Jabber technology and protocol from an implementer's point of view. Detailed information of each part of the Jabber protocol is introduced, explained, and discussed in the form of mini-projects, or simple and extended examples. Programming Jabber is divided into two parts. The first part serves as an introduction to Jabber; you'll learn about its features, why it's more than an IM system, and how to install and configure a Jabber server of your own. The second part provides detailed information about the Jabber protocol, and a series of practical examples, which can be used to solve everyday problems. The examples, in ... |
Applied XML Programming for Microsoft .NET»rank: 520136by: Dino Esposito
: : XML is buried everywhere in the Microsoft .NET Framework, but effective XML parsing and coding in .NET requires adjustment. This book describes the set of XML core classes in .NET, introduces the .NET XML parsing model and how to program against it, and discusses XML readers and writers and XMLDOM. It examines related technologies such as schemas, transformations, and XPath, and it discusses data issues such as synchronization and serialization, the DiffGram format, and the XML extensions in Microsoft SQL Server 2000. This Microsoft Press title also reveals how to get the best performance from XML with .NET, and it offers in-depth information on interoperability topics such as when to use ... |
||
Microsoft .NET Distributed Applications: Integrating XML Web Services and .NET Remoting (Pro-Developer)»rank: 418909by: Matthew MacDonald
: :Make the jump to distributed application programming using the .NET Framework—and introduce a new level of performance, scalability, and security to your network and enterprise applications. Expert .NET developer Matthew MacDonald shares proven techniques for fully exploiting .NET Remoting, XML Web services, and other .NET technologies and integrating them into your real-world solutions. MacDonald digs into key .NET building blocks and architectural issues, explaining which features and designs will best serve your customized distributed application projects—and when to use them. Case studies with full code examples illustrate these practical techniques in action, as well as demonstrating their benefits and tradeoffs.Learn how to: • Cross application boundaries with .NET Remoting, XML Web services, ... |
Effective XML: 50 Specific Ways to Improve Your XML (Effective Software Development Series)»rank: 587282by: Elliotte Rusty Harold
: :Learning the fundamentals of XML might take a programmer a week. Learning how to use XML effectively might take a lifetime. While many books have been written that teach developers how to use the basic syntax of XML, this is the first one that really focuses on how to use XML well. This book is not a tutorial. It is not going to teach you what a tag is or how to write a DTD (Document Type Definition). Instead it's going to tell you when, why, where, and how to use such tools effectively (and equally important when not to use them).Since XML has become a fundamental underpinning of new software systems, ... |
||
XML and Perl»rank: 489425by: Mark Riehl, Ilya Sterin
: :If you are a Perl programmer looking to explore Perl's XML capabilities or an XML developer with a basic understanding of Perl, this book will provide you with all the tools required for XML processing with Perl. XML and Perl teaches you to create portable, powerful, and extensible applications when you use XML and Perl together. You'll also learn to customize your XML processing facilities to accomplish unique tasks.With this book, you'll quickly see the advantages of using XML and Perl together, and you'll be able to perform even complicated tasks more easily with powerful Perl XML modules. |
DocBook: The Definitive Guide (O'Reilly XML)»rank: 251454by: Norman Walsh, Leonard Muellner
: :DocBook: The Definitive Guide is the complete and official documentation of the DocBook Document Type Definition (DTD) and many of its associated tools. DocBook is a system for writing structured documents using SGML and XML. It provides all the elements you'll need for technical documents of all kinds. A number of computer companies use DocBook for their documentation, as do several Open Source documentation groups, including the Linux Documentation Project (LDP). With the consistent use of DocBook, these groups can readily share and exchange information. With an XML-enabled browser, DocBook documents are as accessible on the Web as in print. DocBook: The Definitive Guide was written by Norman Walsh, the author of ... |