<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/css" href="../../common/rss.css" ?>
<rss version="2.0">
<channel>
<title>Bucaro TecHelp : Programming : XML</title>
<link>http://bucarotechelp.com/program/xml</link>
<description>
This section contains information about XML (eXtensible Markup Language) code and programming.
</description>
<language>en-us</language>
<pubDate>Tue, 28 Dec 2021 05:35:58 GMT</pubDate>
<docs>http://www.rssboard.org/rss-specification</docs>
<item>
<title>XSLT to Transform XML to HTML</title>
<link>http://bucarotechelp.com/program/xml/77000301.asp</link>
<description>
One of the most common uses of XSTL is to convert XML to HTML. The reason for this is that XML can be used to store a certain amount of data. It is common to want to display this data on a web page.
</description>
<pubDate>Tue, 28 Dec 2021 05:35:58 GMT</pubDate>
</item>
<item>
<title>Where to Run XSLT Files</title>
<link>http://bucarotechelp.com/program/xml/77000401.asp</link>
<description>
Unfortunately, unlike html and JavaScript, most browsers do not have a built-in XSLT processor, so you won't be able to test XSLT on your desktop. An alternative is to use one of the free online XSLT processors.
</description>
<pubDate>Mon, 27 Dec 2021 09:32:10 GMT</pubDate>
</item>
<item>
<title>Transforming XML with XSLT</title>
<link>http://bucarotechelp.com/program/xml/77002001.asp</link>
<description>
The instructions for formatting XML documents is in a specification called XSLT (for Transformations) This article explains how to use XSLT to transform XML documents. The end result might be another XML document or an HTML document.
</description>
<pubDate>Sat, 11 Dec 2021 05:18:01 GMT</pubDate>
</item>
<item>
<title>Predefined Entities in XML - Five Special Symbols</title>
<link>http://bucarotechelp.com/program/xml/77002101.asp</link>
<description>
An entity is an ampersand character followed by several other characters that represents a character such as a less than or greater than sign or an ampersand. Predefined entities exist in XML because each of these characters have specific meanings.
</description>
<pubDate>Fri, 10 Dec 2021 08:41:59 GMT</pubDate>
</item>
<item>
<title>Nesting XML Elements</title>
<link>http://bucarotechelp.com/program/xml/77010901.asp</link>
<description>
Nesting XML elements allows you to create a hierarchical structure of your data. However, you must not write the closing tag for the outer element until the inner elements are closed.
</description>
<pubDate>Sun, 21 Nov 2021 06:23:01 GMT</pubDate>
</item>
<item>
<title>Writing XML</title>
<link>http://bucarotechelp.com/program/xml/77011001.asp</link>
<description>
In order to understand XML, you must be able to write XML, and few other sources explain how to write XML in simple terms and without all the complicated overhead like this source does.
</description>
<pubDate>Sat, 20 Nov 2021 07:49:26 GMT</pubDate>
</item>
<item>
<title>XML Parsers</title>
<link>http://bucarotechelp.com/program/xml/77011301.asp</link>
<description>
Before any work can be done with an XML document it needs to be  broken down into its constituent parts with some sort of internal model built up, that job is done by a piece of software called a parser.
</description>
<pubDate>Wed, 17 Nov 2021 06:13:45 GMT</pubDate>
</item>
<item>
<title>Embed XML Data in Web Page and Access it Using JavaScript</title>
<link>http://bucarotechelp.com/program/xml/82001401.asp</link>
<description>
HTML5 has a feature called a data block which allows you to embed XML data in a script block in your web page document and access it using JavaScript.
</description>
<pubDate>
Sat, 17 Dec 2016 14:15:53 GMT 
</pubDate>
</item>
<item>
<title>XML Namespaces Made Simple</title>
<link>http://bucarotechelp.com/program/xml/82002401.asp</link>
<description>
If you're going to use XML for more than just your own local purposes, you need a way to validate it. Today, this is done using a schema. But don't attempt to use a schema without an understanding of namespaces.
</description>
<pubDate>
Wed, 07 Dec 2016 19:43:51 GMT 
</pubDate>
</item>
<item>
<title>Introduction to XML Schemas</title>
<link>http://bucarotechelp.com/program/xml/82010001.asp</link>
<description>
This article explains what an XML Schema is and the many usefull purposes thay provide for with code examples.
</description>
<pubDate>
Wed, 30 Nov 2016 17:02:24 GMT 
</pubDate>
</item>
<item>
<title>Rules For a Well-formed XML Document</title>
<link>http://bucarotechelp.com/program/xml/82010202.asp</link>
<description>
An error in an XML document will bring your application to a halt. If you follow these rule for creating well-formed XML code, there is much less chance of creating an error, and any error will be easier to locate.
</description>
<pubDate>
Mon, 28 Nov 2016 20:27:04 GMT 
</pubDate>
</item>
<item>
<title>CSV vs XML vs JSON - Which is the Best Response Data Format?</title>
<link>http://bucarotechelp.com/program/xml/82010201.asp</link>
<description>
There are three major data formats being used to transmit data from a web server to a client: CSV, XML, and JSON. In order to develop an application with a solid architecture, it's a good idea to understand the differences between each format.
</description>
<pubDate>
Mon, 28 Nov 2016 15:36:40 GMT 
</pubDate>
</item>
<item>
<title>Using Java Script to Display XML Data</title>
<link>http://bucarotechelp.com/program/xml/93020701.asp</link>
<description>
In this article, you learn how to use Java Script to display an XML document's data as an html page. You create a script that you can use to traverse any XML document to display information about its elements. And you create a script that you can use to check any XML document for errors.
</description>
<pubDate>
Mon, 14 Sep 2015 20:24:50 GMT 
</pubDate>
</item>
<item>
<title>Extensible Stylesheet Language (XSL) Basics</title>
<link>http://bucarotechelp.com/program/xml/93030301.asp</link>
<description>
Although XML and XSL are very complex technologies, with the simple examples in this article you learn that you don't need extensive knowledge to do some powerful things. You can store your data in an XML document and use a basic XSL style sheet to select, filter, and sort the elements of an XML document for display as HTML in a Web browser.
</description>
<pubDate>
Mon, 14 Sep 2015 20:24:50 GMT 
</pubDate>
</item>
<item>
<title>SOAP Explained</title>
<link>http://bucarotechelp.com/program/xml/95060301.asp</link>
<description>
Client applications and Web services communicate using messages in a format called Simple Object Access Protocol (SOAP). SOAP messages are simply XML documents constructed to SOAP specifications. These messages are communicated using standard Internet protocols, like http, smtp, and ftp.
</description>
<pubDate>
Mon, 14 Sep 2015 20:24:50 GMT 
</pubDate>
</item>
<item>
<title>XML Namespaces Explained</title>
<link>http://bucarotechelp.com/program/xml/95062501.asp</link>
<description>
XML namespaces are simple in concept but difficult to explain because they can be declared and used in many different ways. In this article, I explain XML namespaces in their most basic form. Let's start with a basic XML document used to store air travel reservations.
</description>
<pubDate>
Mon, 14 Sep 2015 20:24:50 GMT 
</pubDate>
</item>
<item>
<title>Using and Creating RSS News Feeds</title>
<link>http://bucarotechelp.com/program/xml/96090901.asp</link>
<description>
RSS is a simple XML file that a publisher places on their website. The data contained in the file is a list of new articles on the website. Being in a standard XML format makes the RSS file available for anyone to access and use.
</description>
<pubDate>
Mon, 14 Sep 2015 20:24:50 GMT 
</pubDate>
</item>
<item>
<title>Program a Visual Basic XML Database</title>
<link>http://bucarotechelp.com/program/xml/97071600.asp</link>
<description>
In this article I show you how to program an XML database with Visual Basic. This example consists of two parts, an XML document and a Visual Basic program that is used to browse, search, and edit the XML document.
</description>
<pubDate>
Mon, 14 Sep 2015 20:24:50 GMT 
</pubDate>
</item>
<item>
<title>XML 101</title>
<link>http://bucarotechelp.com/program/xml/97072040.asp</link>
<description>
What is XML? Why is it creating such a deluge of interest? What should you know about XML, and perhaps more importantly, why should you even care about it? In this article, I will provide a high-level description of what XML is, and what it's not.
</description>
<pubDate>
Mon, 14 Sep 2015 20:24:50 GMT 
</pubDate>
</item>
<item>
<title>Roll Your Own Java XML Database</title>
<link>http://bucarotechelp.com/program/xml/97112340.asp</link>
<description>
In this article I show you how to write a simple Java program to access an XML document that allows you to save your updates. The database for this example is an  XML document containing all the different modes which can be set for a computers display.
</description>
<pubDate>
Mon, 14 Sep 2015 20:24:50 GMT 
</pubDate>
</item>
<item>
<title>Create a Database Using Only Notepad</title>
<link>http://bucarotechelp.com/program/xml/98011470.asp</link>
<description>
You can create your own database using only Windows Motepad, or any ASCII text editor, and use the database with Internet Explorer. Your database can be used as an address  book, recipe file, collection catalog, or any of a thousand uses.
</description>
<pubDate>
Mon, 14 Sep 2015 20:24:50 GMT 
</pubDate>
</item>
<item>
<title>Easy XML to Connect Content to Web Page</title>
<link>http://bucarotechelp.com/program/xml/98011620.asp</link>
<description>
This is an example that lets you store your websites content in text files separate from your web pages. The web pages and the content are combined using XML. You will learn some basic XML.
</description>
<pubDate>
Mon, 14 Sep 2015 20:24:50 GMT 
</pubDate>
</item>
</channel>
</rss>