See buying choices for this item to see if it's one of the millions that are eligible for Amazon Prime.

30 used & new from $1.16

Have one to sell? Sell yours here
 
 
Professional Visual Basic 6 XML
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get yours here.
 
  

Professional Visual Basic 6 XML [ILLUSTRATED] (Paperback)

by James G. Britt (Author), Teun Duynstee (Author)
3.5 out of 5 stars See all reviews (18 customer reviews)


Available from these sellers.


9 new from $23.80 21 used from $1.16

Customers Who Bought This Item Also Bought

XML Programming with VB and ASP

XML Programming with VB and ASP

by Mark Wilson
3.4 out of 5 stars (34)  $25.51
Beginning XML, 4th Edition (Programmer to Programmer)

Beginning XML, 4th Edition (Programmer to Programmer)

by David Hunter
3.8 out of 5 stars (54)  $26.39
Professional Visual Basic 6 Web Programming

Professional Visual Basic 6 Web Programming

by Jerry Ablan
3.6 out of 5 stars (20)  $19.99
Professional Visual Basic 6 Databases

Professional Visual Basic 6 Databases

by Charles Williams
Programming Microsoft  Visual Basic  6.0 (Mps)

Programming Microsoft Visual Basic 6.0 (Mps)

by Francesco Balena
Explore similar items

Editorial Reviews

Amazon.com Review
Even though XML is still very much a standard in motion, it is nevertheless freely available for implementation today. Professional Visual Basic 6 XML explains the basics of XML and illustrates how to use the most popular development language, Visual Basic, to drive full-featured XML applications.

This book introduces XML concepts using step-by-step code examples. Don't skip past the first part, since its descriptions of XML basics build a foundation for the rest of the book. An up-to-date snapshot of where the various pieces of the XML puzzle stand in the standardization process, and where the technology is likely to head, greatly aids the reader in understanding the discussion about schemas. For example, it's probably not a good idea to learn the syntax of the XML Schema, because the standard is still rapidly evolving.

The discussion of the Document Object Model, the programming tool for manipulating XML data structures, is excellent, with code examples that turn XML concepts into reality with useful VB utilities for controlling XML trees. As the book progresses, the reader will be directed to build an XML editor and explore distributed objects, data transformation, and much more. All of the sample application code is available from the publisher's Web site. --Stephen W. Plain

Topics covered:

  • XML
  • DTDs
  • MS Schemas and XML Schemas
  • Document Object Model
  • XML Queries
  • XSLT
  • XPath
  • XPointer
  • XLink
  • Simple API for XML (SAX)
  • SOAP
  • XML data manipulation
  • Distributed objects
  • Data transformation
  • Microsoft Word-to-XML conversion


Product Description
Professional Visual Basic 6 XML teaches XML theory and application for VB programmers with no previous XML experience. Following a complete introduction to XML concepts and syntax, you'll rapidly discover where and how you can take advantage of XML in your own applications, and how to create new and innovative applications that use XML to achieve powerful results.

The open, extensible and self-describing nature of XML makes it ideal for any situation where complex data is passed from one application or tier to another, or where data needs to be stored in a custom XML format. As a VB programmer you will quickly learn how to integrate XML with VB in a distributed object architecture. This includes storing and retrieving XML from a SQL Server database using a VB front-end, implementing XML linking using a VB component, and the integration of XML and VB applications in a SOAP/BizTalk/Oasis environment. You'll learn how to write your own XML editor in VB and how to transform XML documents to and from HTML and other text formats, including MS Word.

Professional Visual Basic 6 XML is ideal for any VB programmer who wants to learn how to take advantage of XML technology and the available (free-to-use) implementations.

See all Editorial Reviews


Product Details

  • Paperback: 725 pages
  • Publisher: Peer Information Inc.; 1st edition (March 2000)
  • Language: English
  • ISBN-10: 1861003323
  • ISBN-13: 978-1861003324
  • Product Dimensions: 8.9 x 7.2 x 1.6 inches
  • Shipping Weight: 2.6 pounds
  • Average Customer Review: 3.5 out of 5 stars See all reviews (18 customer reviews)
  • Amazon.com Sales Rank: #800,842 in Books (See Bestsellers in Books)

Look Inside This Book

Citations (learn more)
1 book cites this book:

Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product).
Check a corresponding box or enter your own tags in the field below.
(2)

Your tags: Add your first tag
 
Help others find this product — tag it for Amazon search
No one has tagged this product for Amazon search yet. Why not be the first to suggest a search for which it should appear?

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

18 Reviews
5 star:
 (7)
4 star:
 (3)
3 star:
 (1)
2 star:
 (6)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
3.5 out of 5 stars (18 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
31 of 33 people found the following review helpful:
5.0 out of 5 stars Excellent Content!, April 13, 2000
From beginning to end, this book extensively covers the XML interface to VB. This book incorporates the fundamental ideas behind XML and gives thorough examples of how and where Visual Basic comes into the picture. I've read some other books on the market that just briefly touch on topic's that this book ends up disecting and, in the process, actually EXPLAIN to you just what is taking place in the code. I recommend this book for a moderate to experienced programmer in VB - they'll teach you the XML you need to know in order to be truly knowledgable.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
17 of 18 people found the following review helpful:
3.0 out of 5 stars This book has its moments, February 15, 2001
Let's face it, there aren't many Visual Basic/XML related books out there right now. My best suggestion is really think about why you want this book. I bought it because I'm primarily a Visual Basic programmer and I had been working with XML over the web, and I wanted to pick up this book and see what ideas these authors had for integrating XML in to their VB app projects. I wasn't working on a relevant project myself and that was part of the reason I lost interest in this book so fast.

This book definitely is not for beginners of Visual Basic and in fact, I would definitely suggest having some prior knowledge of XML even though the first two chapters provide a quick intro to XML. Perhaps this isn't a comment so much about the book as it is about using XML in VB, but having to learn and use the Microsoft XML DOM 3.0 library reference within Visual Basic meant there were tons of examples and lots and lots of code to type up. In fact, the authors actually create a VB program that parses XML code and it is somewhere along the lines of 10 pages of code!

This book has its moments, I liked the sample application chapter to see how it all tied together and if you love examples, you will see TONS of them throughout this book -- if you are familiar with Wrox, half the text in this book is in grey shading (meaning code example). But overall, as other reviewers have also pointed out, it covers a great deal of stuff without doing one particular thing exceptionally well (sample application withstanding). If your boss has definitely said "Mix XML into your VB app!", this book is probably your best choice. But if there was one thing I learned from this book, it's that I'd rather continue to use XML over the web than in my desktop or distributed VB applications right now.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
23 of 27 people found the following review helpful:
5.0 out of 5 stars This is a super book., May 2, 2000
Of all the XML books I have, this one certainly takes the cake. The chapter on DOM is excellent. The SOAP chapters are a real gem. I had some problem with one the XSLT sample working, I contacted the author and got a response within few hours with the latest source code. The other Wrox book, Professional XML by Stephen Mohr et al is great too. These red books rock.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

5.0 out of 5 stars Still a very usefull book
Although Microsoft has moved on to VB.net, many developers are still using VB6. It has become increasingly hard to find VB6 XML info on, say, MSDN, so a book like this is... Read more
Published on February 22, 2003 by Casanova Voltaire

2.0 out of 5 stars Big disappointment
I purchased this book to learn to do DOM programming, not to use the code provided by the authors. I was hoping for clear examples, instead I got a book that expects me to... Read more
Published on May 16, 2002 by Steve Caruso

2.0 out of 5 stars Hard to follow because poorly written
The following is a sentence from page 131 paragraph 1 of this book: "After declaring a generic Node object to serve as the parent node for the new node, and a variable to... Read more
Published on August 21, 2001

1.0 out of 5 stars Long on Techno Speak, Poor Examples
This is has been a disappointment for me. I purchased this book because of a project I am working on. It told me everything I already know and gave terribly laid out examples. Read more
Published on July 5, 2001

5.0 out of 5 stars Concise, Lots of code, worth the money
I looked for a book that would explain how I can use msxml.dll. This book had lots of examples that I used in my own app. The content was accurate, and simply laid out. Read more
Published on May 23, 2001 by Christopher

2.0 out of 5 stars Not very good
I have always had high expectation of Wrox for being the best in technical books, but this book was very disappointing. Read more
Published on April 30, 2001 by M. Nguyen

2.0 out of 5 stars You can get a better book
I only wanted to know a couple of things related to XML well: working with the DOM and XSLT. Other things like Xlink, XPointer etc.. Read more
Published on March 20, 2001 by David A. Seruyange

4.0 out of 5 stars Book to the topic
The book is well written, has many examples, gets from the basics of vb and xml til complex stuff. it also explains dom. Read more
Published on March 15, 2001 by Dumitru Ozunu

2.0 out of 5 stars Not much of use in this book
This is one of only two books on the market presently that attempt to describe how you can integrate XML into your VB project. Read more
Published on October 28, 2000

2.0 out of 5 stars Little of everything
Not a good book if you do not know XML. Book does not go into detail explaining XML.(eg. different types of entities, DTDs; the "why" behind it ? Read more
Published on June 26, 2000

Only search this product's reviews



Customer Discussions

 Beta (What's this?)
New! See all customer communities, and bookmark your communities to keep track of them.
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
  [Cancel]

   
Related forums


Product Information from the Amapedia Community

Beta (What's this?)



Look for Similar Items by Category


Let Toro Clear the Snow

Let Toro Clear the Snow
Rely on Toro for top-quality snow throwers and power shovels to make snow removal a breeze.

Shop all Toro

 

Best Books of 2008

Best of 2008
Find our top 100 editors' picks as well as customers' favorites in dozens of categories in our Best Books of 2008 Store.
 

Summer Reading for Kids & Teens

Summer Reading for Kids and Teens
Discover everything from beach reads and board books to teen romance and action-adventure series in Summer Reading for Kids & Teens. And, check off the kids' required reading lists in our Summer School Reading Store.
 

Construct Your Kitchen

Shop for Kitchen Renovation Products
Check out the Home Improvement Store for a wide variety of lighting fixtures, faucets, sinks, and hardware for all your kitchen renovation needs.
 

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.



Where's My Stuff?

Shipping & Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.

Look to the right column to find helpful suggestions for your shopping session.

Continue shopping: Top Sellers

Conditions of Use | Privacy Notice © 1996-2009, Amazon.com, Inc. or its affiliates