Möchten Sie verkaufen? Hier verkaufen
Professional Visual Basic 6 XML (Programmer to Programmer)
 
Größeres Bild
 
Den Verlag informieren!
Ich möchte dieses Buch auf dem Kindle lesen.

Sie haben keinen Kindle? Hier kaufen oder eine gratis Kindle Lese-App herunterladen.

Professional Visual Basic 6 XML (Programmer to Programmer) [Illustriert] [Englisch] [Taschenbuch]

James Britt , Teun Duynstee
4.3 von 5 Sternen  Alle Rezensionen anzeigen (10 Kundenrezensionen)

Erhältlich bei diesen Anbietern.



Produktinformation

  • Taschenbuch: 500 Seiten
  • Verlag: Wrox Press; Auflage: illustrated edition (März 2000)
  • Sprache: Englisch
  • ISBN-10: 1861003323
  • ISBN-13: 978-1861003324
  • Größe und/oder Gewicht: 22,6 x 18,3 x 4,1 cm
  • Durchschnittliche Kundenbewertung: 4.3 von 5 Sternen  Alle Rezensionen anzeigen (10 Kundenrezensionen)
  • Amazon Bestseller-Rang: Nr. 606.219 in Englische Bücher (Siehe Top 100 in Englische Bücher)
  • Komplettes Inhaltsverzeichnis ansehen

Mehr über den Autor

James Britt
Entdecken Sie Bücher, lesen Sie über Autoren und mehr

Besuchen Sie die Seite von James Britt auf Amazon

Produktbeschreibungen

Amazon.co.uk

XML is what programmers always wanted HTML to be. It enables documents to describe the data they contain. XML facilitates platform-independent data description and exchange, hence the interest among those designing distributed applications, e-commerce database and business-to-business programs. Though XML can be used with any programming language, this book is aimed at VB6 users. Non-VB programmers should look elsewhere to gain XML expertise.

Professional Visual Basic 6 XML splits neatly in two. It starts with XML elements and attributes, entities (in effect, boilerplate text) and other basics, such as cdata (unprocessed text). It then moves on to validation using DTDs (Document Type Definitions) and the more useful XML-based Schemas. Although DOM (Document Object Model) is, like XML, platform neutral this is the point where VB6 kicks in. If the first part looks at the XML specification, in the second part the authors segue into VB6 application development using XML as the data format. Here you'll discover how SOAP, BizTalk and Oasis work with VB6 and XML.

Building working applications is an excellent approach but in this case it also highlights some of the implementation issues designers have with what is still a relatively new technology. For example, problems handling large XML documents using DOM--which is memory intensive--and the necessity to drop back to the simpler but more flexible SAX to cope. Still, while necessarily a work in progress, Professional Visual Basic 6 XML is overall a much-needed look at an important technology. --Steve Patient

Amazon.com

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

Tags

 (Was ist das?)
Bei einem Tag handelt es sich um ein Schlagwort, das zum Produkt passt.
Tags erleichtern allen Kunden die Suche und die Sortierung ihrer Lieblingsprodukte.
 

Eine digitale Version dieses Buchs im Kindle-Shop verkaufen

Wenn Sie ein Verleger oder Autor sind und die digitalen Rechte an einem Buch haben, können Sie die digitale Version des Buchs in unserem Kindle-Shop verkaufen. Weitere Informationen

Kundenrezensionen

Die hilfreichsten Kundenrezensionen
1 von 1 Kunden fanden die folgende Rezension hilfreich
Very usefull 11. März 2001
Format:Taschenbuch
This book is absolutely usefull for every one, who want's to take a deeper look into XML. Also, introducing MSXML, SAX and more. Also WEB and VB development.
War diese Rezension für Sie hilfreich?
Little of everything 26. Juni 2000
Von Ein Kunde
Format:Taschenbuch
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 ? )If you already know XML then it is provides some decent information about incorporating XML into your VB projects. Although that info is also available to a very large extent for free on internet.

I returned the book.

War diese Rezension für Sie hilfreich?
Excellently Specialised. 26. Juni 2000
Format:Taschenbuch
Not everyone has hitched their bandwagon to the Java steamroller and it is a pleasure to see that quality specialist guides are still being developed for VB.

The introduction and coverage of XML is excellent and its interface with VB explained in great detail. As well as being an informative read the index is comprehensive already making my copy of the book a well thumbed reference.

Recommended.

War diese Rezension für Sie hilfreich?
Die neuesten Kundenrezensionen
Too much XML, not enough Visual Basic
I have to say that I was a bit disapointed with this book. The reason was my expectation: I thought I would have something like "how to use XML to pass data between... Lesen Sie weiter...
Veröffentlicht am 27. Juli 2000 von Maxime Bombardier
Not an easy book but contains invaluable info
I read a 1/3 of the book (the sections I bought the book for). So far the book has been invaluable for the project I am working on. Lesen Sie weiter...
Veröffentlicht am 20. Juni 2000 von Lev Weinstock
Excellent...
Another excellent book from Wrox.

Need I say more?

Veröffentlicht am 10. Juni 2000 von "nothingmn"
CHOICE
Fills a massive void for VB programmers that want to learn the details and uses of XML in their apps. Covers a broad range of XML topics with good detail.
Veröffentlicht am 5. Mai 2000 von "wptrocks"
This is a super book.
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. Lesen Sie weiter...
Veröffentlicht am 2. Mai 2000 von Sudhanshu Thakur
Excellent Content!
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... Lesen Sie weiter...
Veröffentlicht am 13. April 2000 von Thomas Higgins
little red books are my guide !
An XML approach in a VB way. All that I expected ! As usual for this collection, plenty of concrete and detailed samples. Bravo !
Veröffentlicht am 30. März 2000 von Eric La Rocca
Kundenrezensionen suchen
Nur in den Rezensionen zu diesem Produkt suchen

Kunden diskutieren

Das Forum zu diesem Produkt
Diskussion Antworten Jüngster Beitrag
Noch keine Diskussionen

Fragen stellen, Meinungen austauschen, Einblicke gewinnen
Neue Diskussion starten
Thema:
Erster Beitrag:
Eingabe des Log-ins
 


Aktive Diskussionen in ähnlichen Foren
Kundendiskussionen durchsuchen
Alle Amazon-Diskussionen durchsuchen
   
Ähnliche Foren


Lieblingslisten


Ähnliche Artikel finden


Anhand des Sachgebietes nach ähnlichen Produkten suchen:


Ihr Kommentar