|
|
|
| You are here : HOME > XML |
 |
 |
XML Weekend Crash Course (with CD-ROM)
Price : $24.99 $9.49
Average
Customer Rating : Not
yet rated |
|
Editorial Review :
XML Weekend Crash Course covers the ins and outs of XML in 30 sessions. Each session is designed to take 30 minutes to complete, so the Crash Course is an intense 15-hour learning period. You can complete the Crash Course over a single weekend -- but you can also easily adapt the Crash Course sessions to whatever schedule best suits your needs.
Customer Review :
No review yet |
 |
Practical RDF
Price : $39.99 $12.40
Average
Customer Rating : Not
yet rated |
|
Editorial Review :
The Resource Description Framework (RDF) is a structure for describing and interchanging metadata on the Web--anything from library catalogs and worldwide directories to bioinformatics, Mozilla internal data structures, and knowledge bases for artificial intelligence projects. RDF provides a consistent framework and syntax for describing and querying data, making it possible to share website descriptions more easily. RDF's capabilities, however, have long been shrouded by its reputation for complexity and a difficult family of specifications. Practical RDF breaks through this reputation with immediate and solvable problems to help you understand, master, and implement RDF solutions. Practical RDF explains RDF from the ground up, providing real-world examples and descriptions of how the technology is being used in applications like Mozilla, FOAF, and Chandler, as well as infrastructure you can use to build your own applications. This book cuts to the heart of the W3C's often obscure specifications, giving you tools to apply RDF successfully in your own projects.
The first part of the book focuses on the RDF specifications. After an introduction to RDF, the book covers the RDF specification documents themselves, including RDF Semantics and Concepts and Abstract Model specifications, RDF constructs, and the RDF Schema. The second section focuses on programming language support, and the tools and utilities that allow developers to review, edit, parse, store, and manipulate RDF/XML. Subsequent sections focus on RDF's data roots, programming and framework support, and practical implementation and use of RDF and RDF/XML. If you want to know how to apply RDF to information processing, Practical RDF is for you. Whether your interests lie in large-scale information aggregation and analysis or in smaller-scale projects like weblog syndication, this book will provide you with a solid foundation for working with RDF.
Customer Review :
No review yet |
 |
Word 2003 Document Automation with VBA, XML, XSLT, and Smart Documents (Wordware Applications Library)
Price : $36.95 $28.60
Average
Customer Rating : Not
yet rated |
|
Editorial Review :
While it has always been possible to create customized Word solutions, Word 2003 offers new functionality that allows documents to be truly interactive. Word 2003 Document Automation with VBA, XML, XSLT, and Smart Documents explains how to use a variety of technologies that change the ways users interact with documents.
Customer Review :
No review yet |
 |
XML in Easy Steps
Price : $14.99 $8.75
Average
Customer Rating : Not
yet rated |
|
Editorial Review :
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 end, even the newcomer has a solid understanding of XML and can create well-formed documents and validating schemas.
Customer Review :
No review yet |
 |
XML Pocket Reference (Pocket Reference (O'Reilly))
Price : $9.95 $4.00
Features
: - ISBN13: 9780596100506
- Condition: New
- Notes: BRAND NEW FROM PUBLISHER! 100% Satisfaction Guarantee. Tracking provided on most orders. Buy with Confidence! Millions of books sold!
Average
Customer Rating : Not
yet rated |
|
Editorial Review :
XML, the Extensible Markup Language, is everywhere: the syntax of choice for newly designed document formats across almost all computer applications. Now used daily by developers, XML is living up to its reputation as one of the most important developments in document interchange in the history of computing. A perennial bestseller, the handy XML Pocket Reference from O'Reilly has been revised once again to give you quick access to the latest goods. In addition to its comprehensive look at XML, this third edition has been updated with new material on Namespaces and XML Schema--considered among the most important elements in current XML use--along with RELAX NG and Schematron, additional powerful tools for describing XML document structures. Like other titles in O'Reilly's Pocket Reference series, the XML Pocket Reference, 3rd Edition features a well-organized format that gets right to the point. As a result, it's already won over the allegiance of developers everywhere. If you need XML answers quick and on the fly, this compact book is most definitely the book for you.
Customer Review :
No review yet |
|
More
Results : [First] [Prev] 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 [Next] [Last]
Quick Link : 40 | 60 | 80 | 100 | 120 | 140 | 160
|
|
Questions & Answers
Question : What is the difference between XML and XML 2?
Someone has asked me to convert a text file (fixed width) into an XML 2 file. I know how to convert it to XML but what precisely is the difference between XML and XML 2?
Answer:
I didn't even know XML 2 was under development...and I work with XML in web development all the time.
|
Question : How can I store an XML file in a XML type field in an SQL database to later retrieve data from that file to pu?
How can I store an XML file in a XML type field in an SQL Server 2008 Express database to later retrieve data from that file to put it on a Crystal Reports.NET report?
Answer:
no
|
Question : How do I create a form on wordpress which sends the submitted information as an xml file to an ip address?
A client of mine wants a form to send the information to a database which she has had set up. It requires that the information from this form be sent via an xml file to an ip address.Something which i've never done before!Any help would be greatly appreciated.Thanks
Answer:
I'm not exactly sure how you would go about doing that. It sounds to me more like your client is trying to "Test" you. Unless that IP address has an active server on it (whether it be HTTP, FTP, SSH) that can accept inbound connections, you really can't do what you're looking to do. I'll run under the assumption that your client 1) Isn't an idiot and 2) Has an active web server on the "IP Address" that they're talking about.1) Build your form in Wordpress that contains proper input validation and what not so you know you're getting valid data2) Build your XML Array (although I would suggest JSON, if that's acceptable, since it's much easier to work with) 3) Use CURL to submit the content as POST data. Be sure to base64_encode() it first to avoid the need to deal with character changes.4) Put a script to take the POST on the HTTP server on the "IP address" and store the data into a file/folder of the clients choice.You're effectively building your own API to allow one computer to talk to another.
|
Question : xml ???????????
how can i get a form to save its info to an xml file
Answer:
That depends what language and toolkit you use to create the form.
|
Question : When writing XML in Dreamweaver, should I add those tags I create to the tag library?
Go to Adobe Dreamweaver>Preferences>Code Format>Tag Libraries. This is where tags are defined. Should I start defining my own tags that I use in my XML here?If so, what's the syntax for doing that?
Answer:
I haven't used Dreamweaver before, and I have found some online tutorials on writing XML to create tags - hope these websites are useful.http://tuts.flashmint.com/creating-a-simple-xml-gallery-in-actionscript3/http://www.kirupa.co m/net/writingXML_pg1.htm
|
Question : How do I incorporate an xml datafeed into a website?
I am in the process of creating an online store for myself. After looking at the company website to find product images and descriptions, I found out they use an xml datafeed. How do I incorporate this xml datafeed into my website? I am using dreamweaver cs4. I'm sure this seems like a dumb question, but I am new at this.
Answer:
You'll have to learn how to write an XSLT transform, or implement the transform using a programmatic language.I assume the images are URL's within the XML?
|
Question : How do i create an XML site map to get on search engines?
Apparently you can get yourself (your website) listed on google and other search engines really quickly if you have an XML sitemap and submit it on Google web master tools... Question is, how do i create one?
Answer:
I found a really good website for creating XML sitemaps to submit to Google and other search engines at http://www.createxmlsitemaps.com - you can upload it to Google through google webmaster tools which is linked from that site.
|
Question : How can I use CSS to space sections in XML?
Is there an appropriate way to use coding in CSS to space sections of an XML document? I have tried everything that I know and haven't been able to get anything to work. I want my document to have appropriate chunking, or "white space." As of right now it looks entirely too crowded, any input or suggested resources would be appreciated. I've exhausted all of the resources I've found without any luck. Thanks!
Answer:
You could split up each of the sections you want into divs using the div tag. Then give each div a different class that just uses relative position and moves it left/right/up/down.{position:relative;top:___px;left:___px;}
|
Question : What is it easiest and fastest way to convert xml to comma delimited files?
Wanting to upload to bulk yahoo classifieds from an xml file and they only accept comma delimited.
Answer:
any text editor can replace by tab & by nothing...a simple program can do it for you, any programming language!
|
Question : How does an xml file relate to a flash gallery?
I have a flash banner template that I need to alter, but I only did it once and have forgotten the relation... I have everything except linking the info in the xml file to flash to create the gallery. I don't have the time to go through lengthy tutorials even tho that is my last resort at this point, but I'm sure someone can just connect the dots for me. Thanks a mil!So you're saying that I just open the fla file and publish? It reads automatically?
Answer:
An xml file will generally be loaded by the swf and the data from it will be used to load images. So the xml file itself most likely contains the URLs for the images to be loaded.
|
Powered by Yahoo! Answers
|
|