30 products were found matching your search for XML eXtensible Markup Language in 1 shops:
-
Schematron: A language for validating XML
Vendor: Abebooks.com Price: 49.28 $Book is in Used-VeryGood condition. Pages and cover are clean and intact. Used items may not include supplementary materials such as CDs or access codes. May show signs of minor shelf wear and contain very limited notes and highlighting. 1.05
-
Perl and Xml
Vendor: Abebooks.com Price: 2.47 $XML is a text-based markup language that has taken the programming world by storm. More powerful than HTML yet less demanding than SGML, XML has proven itself to be flexible and resilient. XML is the perfect tool for formatting documents with even the smallest bit of complexity, from Web pages to legal contracts to books. However, XML has also proven itself to be indispensable for organizing and conveying other sorts of data as well, thus its central role in web services like SOAP and XML-RPC.As the Perl programming language was tailor-made for manipulating text, few people have disputed the fact that Perl and XML are perfectly suited for one another. The only question has been what's the best way to do it. That's where this book comes in.Perl & XML is aimed at Perl programmers who need to work with XML documents and data. The book covers all the major modules for XML processing in Perl, including XML::Simple, XML::Parser, XML::LibXML, XML::XPath, XML::Writer, XML::Pyx, XML::Parser::PerlSAX, XML::SAX, XML::SimpleObject, XML::TreeBuilder, XML::Grove, XML::DOM, XML::RSS, XML::Generator::DBI, and SOAP::Lite. But this book is more than just a listing of modules; it gives a complete, comprehensive tour of the landscape of Perl and XML, making sense of the myriad of modules, terminology, and techniques.This book covers:parsing XML documents and writing them out againworking with event streams and SAXtree processing and the Document Object Modeladvanced tree processing with XPath and XSLTMost valuably, the last two chapters of Perl & XML give complete examples of XML applications, pulling together all the tools at your disposal. All together, Perl & XML is the single book that gives you a solid grounding in XML processing with Perl.
-
Microsoft Step by Step Xml
Vendor: Abebooks.com Price: 7.45 $XML (eXtensible Markup Language) is currently the most promising language for storing and delivering vast amounts of data on the Web, offering even greater power and flexibility than HTML (Hypertext Markup Language). This all-in-one, step-by-step guide clearly explains the basics of XML, showing both non-programmers and Web site developers alike how to create effective XML documents and display them on the Web. Focusing on the most practical uses for XML, users can begin solving real-world problems now -- even if they don't have extensive technical knowledge. Book comes with a CD that includes extensive XML sample code and scripts, plus Microsoft Internet Explorer 5 browser software.
-
XSLT Cookbook: Solutions and Examples for XML and XSLT Developers
Vendor: Abebooks.com Price: 37.49 $Forget those funky robot toys that were all the rage in the '80s, XSLT (Extensible Stylesheet Transformations) is the ultimate transformer. This powerful language is expert at transforming XML documents into PDF files, HTML documents, JPEG files--virtually anything your heart desires. As useful as XSLT is, though, most people have a difficult time learning its many peculiarities. And now Version 2.0, while elegant and powerful, has only added to the confusion.XSLT Cookbook, Second Edition wants to set the record straight. It helps you sharpen your programming skills and overall understanding of XSLT through a collection of detailed recipes. Each recipe breaks down a specific problem into manageable chunks, giving you an easy-to-grasp roadmap for integrating XSLT with your data and applications. No other XSLT book around employs this practical problem-solution-discussion format.In addition to offering code recipes for solving everyday problems with XSLT 1.0, this new edition shows you how to leverage the improvements found in XSLT 2.0, such as how to simplify the string manipulation and date/time conversion processes. The book also covers XPath 2.0, a critical companion standard, as well as topics ranging from basic transformations to complex sorting and linking. It even explores extension functions on a variety of different XSLT processors and shows ways to combine multiple documents using XSLT. Code examples add a real-world dimension to each technique.Whether you're just starting out in XSLT or looking for advanced techniques, you'll find the level of information you need in XSLT Cookbook, Second Edition.
-
Microsoft Access 2013 Programming by Example with VBA, XML, and ASP
Vendor: Abebooks.com Price: 73.61 $With more than 275 applied examples and 10 projects, Access users can quickly build database solutions with ActiveX Data Objects (ADO), perform database tasks with Jet/Access Structured Query Language (SQL) and export/import Access data to and from XML both manually and programmatically. The book, which covers the latest release of Access and earlier versions, is divided into five parts: an introduction to VBA programming, manipulating databases with ADO, using DDL, event programming, and using ASP and XML. The text will show you how to write and debug your programming code with the Visual Basic Editor; understand and use common VBA programming structures such as conditions, loops, arrays, and collections; code a “message box” and reprogram characteristics of a database; query and manipulate your database from a Web browser with Active Server Pages (ASP) and many more practical techniques.Features: Covers in great detail the latest version of Access and all of its features. Includes more than 275 applied examples and 10 projects. Covers Office Web Apps
-
Xml For Dummies
Vendor: Abebooks.com Price: 20.24 $See how XML works for business needs and RSS feeds Create consistency on the Web, or tag your data for different purposes Tag -- XML is it! XML tags let you share your format as well as your data, and this handy guide will show you how. You'll soon be using this markup language to create everything from Web sites to business forms, discovering schemas and DOCTYPES, wandering the Xpath, teaming up XML with Office 2003, and more. Discover how to * Make information portable * Use XML with Word 2003 * Store different types of data * Convert HTML documents to XHTML * Add CSS to XML * Understand and use DTDs
-
Modeling Business Objects with XML Schema
Vendor: Abebooks.com Price: 3.31 $XML Schema is the new language standard from the W3C and the new foundation for defining data in Web-based systems. There is a wealth of information available about Schemas but very little understanding of how to use this highly formal specification for creating documents. Grasping the power of Schemas means going back to the basics of documents themselves, and the semantic rules, or grammars, that define them. Written for schema designers, system architects, programmers, and document authors, Modeling Business Objects with XML Schema guides you through understanding Schemas from the basic concepts, type systems, type derivation, inheritance, namespace handling, through advanced concepts in schema design. *Reviews basic XML syntax and the Schema recommendation in detail.*Builds a knowledge base model step by step (about jazz music) that is used throughout the book.*Discusses Schema design in large environments, best practice design patterns, and Schema's relation to object-oriented concepts.
-
XQuery: Search Across a Variety of XML Data
Vendor: Abebooks.com Price: 49.05 $The W3C XQuery 3.1 standard provides a tool to search, extract, and manipulate content, whether it's in XML, JSON or plain text. With this fully updated, in-depth tutorial, you’ll learn to program with this highly practical query language.Designed for query writers who have some knowledge of XML basics, but not necessarily advanced knowledge of XML-related technologies, this book is ideal as both a tutorial and a reference. You’ll find background information for namespaces, schemas, built-in types, and regular expressions that are relevant to writing XML queries.This second edition provides:A high-level overview and quick tour of XQueryNew chapters on higher-order functions, maps, arrays, and JSONA carefully paced tutorial that teaches XQuery without being bogged down by the detailsAdvanced concepts for taking advantage of modularity, namespaces, typing, and schemasGuidelines for working with specific types of data, such as numbers, strings, dates, URIs, maps and arraysXQuery’s implementation-specific features and its relationship to other standards including SQL and XSLTA complete alphabetical reference to the built-in functions, types, and error messages
-
Xquery: Search Across a Variety of XML Data
Vendor: Abebooks.com Price: 35.11 $The W3C XQuery 3.1 standard provides a tool to search, extract, and manipulate content, whether it's in XML, JSON or plain text. With this fully updated, in-depth tutorial, you’ll learn to program with this highly practical query language.Designed for query writers who have some knowledge of XML basics, but not necessarily advanced knowledge of XML-related technologies, this book is ideal as both a tutorial and a reference. You’ll find background information for namespaces, schemas, built-in types, and regular expressions that are relevant to writing XML queries.This second edition provides:A high-level overview and quick tour of XQueryNew chapters on higher-order functions, maps, arrays, and JSONA carefully paced tutorial that teaches XQuery without being bogged down by the detailsAdvanced concepts for taking advantage of modularity, namespaces, typing, and schemasGuidelines for working with specific types of data, such as numbers, strings, dates, URIs, maps and arraysXQuery’s implementation-specific features and its relationship to other standards including SQL and XSLTA complete alphabetical reference to the built-in functions, types, and error messages
-
Xslt and Xpath On the Edge
Vendor: Abebooks.com Price: 6.55 $Extensible Stylesheet Language Transformations, along with the XML Path Language, give you the power to transform XML documents into HTML documents, or to other XML documents that you can use in Web-based applications. But how do you implement XSLT in the real world? This book provides the answers. Covering everything from reformatting numbers to creating dynamic XSLT applications, XSLT expert Jeni Tennison delivers a wealth of ready-to-use utility templates and practical XSLT solutions -- everything you need to jump-start XSLT development. With XSLT and XPath on the Edge, Unlimited Edition, you'll: * Take advantage of utility templates for searching and replacing strings, calculating minimums, and more * Build your own recursive templates or use simple XPaths * Discover ready-made solutions for filtering, numbering, grouping, and other transformations * Understand the building blocks of XSLT applications * Separate style from format and break up your stylesheet into functional modules that are easier to maintain and reuse * Build dynamic applications that use client-side processing with MSXML or server-side processing with Cocoon * Fine-tune stylesheets to work more efficiently and deliver exactly the output you're looking for * Harness the power of the XSLT extensions available with MSXML, Saxon, and Xalan With this Unlimited Edition, owners of the book can download all-new content from the Web and access a searchable version of the book online.
-
Head First HTML5 Programming: Building Web Apps with JavaScript [first edition]
Vendor: Abebooks.com Price: 23.54 $HTML has been on a wild ride. Sure, HTML started as a mere markup language, but more recently HTML's put on some major muscle. Now we've got a language tuned for building web applications with Web storage, 2D drawing, offline support, sockets and threads, and more. And to speak this language you've got to go beyond HTML5 markup and into the world of the DOM, events, and JavaScript APIs.Now you probably already know all about HTML markup (otherwise known as structure) and you know all about CSS style (presentation), but what you've been missing is JavaScript (behavior). If all you know about are structure and presentation, you can create some great looking pages, but they're still just pages. When you add behavior with JavaScript, you can create an interactive experience; even better, you can create full blown web applications.Head First HTML5 Programming is your ultimate tour guide to creating web applications with HTML5 and JavaScript, and we give you everything you need to know to build them, including: how to add interactivity to your pages, how to communicate with the world of Web services, and how to use the great new APIs being developed for HTML5.Here are just some of the things you'll learn in Head First HTML5 Programing:Learn how to make your pages truly interactive by using the power of the DOM.Learn how JavaScript APIs fit into the HTML5 ecosystem, and how to use any API in your web pages.Use the Geolocation API to know where your users are.Bring out your inner artist with Canvas, HTML5's new 2D drawing surface.Go beyond just plugging a video into your pages, and create custom video experiences.Learn the secret to grabbing five megabytes of storage in every user's browser.Improve your page's responsiveness and performance with Web workers.And much more.
-
Html 4 How-To: The Definitive Html 4 Problem-Solver
Vendor: Abebooks.com Price: 46.00 $Offers step-by-step procedures for using HyperText Markup Language for Internet publishing on the World Wide Web. Topics include the creation of links, the use of images and multimedia, advice on establishing a web site and providing security for documents, gateway applications, features supported by popular web browsers, and cascading style sheets. A CD-ROM disk includes the program code, and all sample documents and multimedia objects presented in the book. Annotation c. by Book News, Inc., Portland, Or.
-
XAML Developer Reference
Vendor: Abebooks.com Price: 166.13 $Your expert guide to designing and building dynamic user interfaces Sharpen your application design and development skills using XAML—the declarative markup language used in Microsoft Silverlight and Windows Presentation Foundation (WPF). Led by two XAML experts, you’ll learn practical ways to build rich, interactive user interfaces with data integration capabilities and support for multimedia, graphics, and animation. This hands-on guide is ideal for Microsoft .NET developers and web designers alike. Discover how to: Control UI behavior and implement business logic with code-behind solutions Manage UI element positioning with the XAML layout system Use templates to customize UI elements—without affecting their functionality Apply different types of property and event systems in WPF and Silverlight Bind various kinds of data to your UI, and display them in the format you want Implement 2D and 3D vector graphics and animations Reuse control styles and properties to maintain consistency throughout your application
-
Html For Fun And Profit/book And Cd Rom
Vendor: Abebooks.com Price: 40.18 $A comprehensive guide to writing hypertext documents using Hypertext Markup Language (HTML), Mosaic's standard format for the Internet's World Wide Web. Includes hundreds of pages of HTML examples among the book's exercises, as well as on the CD-ROM. CD-ROM also includes all the programs and utilities you need to create a Mosaic server--and HotMetal.
-
HTML5 (Paperback or Softback)
Vendor: Abebooks.com Price: 27.05 $HTML5 is more than a markup language—it’s a collection of several independent web standards. Fortunately, this expanded guide covers everything you need in one convenient place. With step-by-step tutorials and real-world examples, HTML5: The Missing Manual shows you how to build web apps that include video tools, dynamic graphics, geolocation, offline features, and responsive layouts for mobile devices.The important stuff you need to know:Structure web pages more effectively. Learn how HTML5 helps web design tools and search engines work smarter.Add audio and video without plugins. Build playback pages that work in every browser.Create stunning visuals with Canvas. Draw shapes, pictures, and text; play animations; and run interactive games.Jazz up your pages with CSS3. Add fancy fonts and eye-catching effects with transitions and animation.Design better web forms. Collect information from visitors more efficiently with HTML5 form elements.Build it once, run it everywhere. Use responsive design to make your site look good on desktops, tablets, and smartphones.Include rich desktop features. Build self-sufficient web apps that work offline and store the data users need.
-
The Sgml Handbook
Vendor: Abebooks.com Price: 55.06 $The Standard Generalized Markup Language (SGML) is a revolutionary innovation designed to improve the productivity and competitiveness of all computers. It greatly facilitates the sharing of data and the integration of diverse types of software, yielding a new era of efficiency and flexibility. This guide to SGML is written by the inventor of the language. In it he gives his thoughts on each clause of the widely adopted international standard, and explains every detail for the benefit of computer users. The handbook also includes the up-to-date amended full text of ISO 8879, extensively annotated, cross-referenced and indexed, along with additional tutorial and reference material. The book will be invaluable for all those involved in the development of SGML applications and the implementation of SGML systems.
-
Teach Yourself Html Visually
Vendor: Abebooks.com Price: 76.51 $HTML is the markup language that designed for creating Web pages. But how do you learn the code, techniques, and cascading stylesheets when you can't see what you're building? Armed with Teach Yourself HTML Visually, you get the building blocks you need to master links, embedded images, sounds and video, and frames to create a dynamic site with visual appeal. With a graphical format and step-by-step examples, Teach Yourself HTML Visually will help you can take on HTML and enhance your Web site at your own pace.
-
Book from the Ground(Chinese Edition)
Vendor: Abebooks.com Price: 73.82 $Paperback Pages Number: 128 Language: Chinese do not understand? Double Dutch? Wrong! The name of the book is to book! The world-renowned Chinese artist Xu Bing took seven years. the classic bible after another Masterpieces come out! Land book is a book written with various types of markup language and symbols of modern urban white-collar fun to record the typical life of 24-hours a day. In a sense. this is a strange novel. Artist Xu Bing after seven years of materials collected. the concept .
-
A Students Guide to Xslt
Vendor: Abebooks.com Price: 225.82 $Many texts that teach eXtensible Stylesheet Language Transformations (XSLT) assume that their readers are developers who already have a certain level of technical knowledge. As a result, code examples are presented with minimal explanation and the focus of the material tends to target areas that are most appealing to experienced practitioners. When students read these texts, they may be left on their own to interpret the code and they may be unable to generalize beyond the specific examples due to an incomplete explanation of the material. This text is oriented toward students at the undergraduate and graduate levels who seek an introduction to XSLT that makes limited assumptions about technical background and covers a set of topics that are focused on the needs of students. Written by an author with years of experience teaching XML and XSLT to undergraduate and graduate students, this text presents intuitive examples with in-depth explanations coupled with insights and tips that mitigate typical problems that occur when working with XSLT.
-
Programming In Lua
Vendor: Abebooks.com Price: 30.27 $Lua is becoming the language of choice for anyone who needs a scripting language that is simple, efficient, extensible, portable, and free. Currently, Lua is being used in areas ranging from embedded systems to Web development and is widely spread in the game industry, where knowledge of Lua is an indisputable asset. Programming in Lua is the official book about the language, giving a solid base for any programmer who wants to use Lua. Authored by Roberto Ierusalimschy, the chief architect of the language, it covers all aspects of Lua 5.0---from the basics to its API with C---explaining how to make good use of its features and giving numerous code examples. Programming in Lua is targeted at people with some programming background, but does not assume any prior knowledge about Lua or other scripting languages.
30 results in 0.24 seconds
Related search terms
© Copyright 2025 shopping.eu