diff options
| author | MDT 2003 John Fleck <jfleck@inkstain.net> | 2003-04-26 03:54:07 +0000 |
|---|---|---|
| committer | John Fleck <jfleck@src.gnome.org> | 2003-04-26 03:54:07 +0000 |
| commit | 8aff3b7d203a6083c8c8a215dbb36cf665f056af (patch) | |
| tree | e676ddfe2d1dbcaf567a236bdf7d8f47b0c3a7b5 /doc/tutorial/ar01s06.html | |
| parent | 1c960272c29dfe3ce32e85413f63ea6c974b7e33 (diff) | |
| download | android_external_libxml2-8aff3b7d203a6083c8c8a215dbb36cf665f056af.tar.gz android_external_libxml2-8aff3b7d203a6083c8c8a215dbb36cf665f056af.tar.bz2 android_external_libxml2-8aff3b7d203a6083c8c8a215dbb36cf665f056af.zip | |
xmltutorial.xml xmltutorial.pdf *.html add appendix on generating compiler
Fri Apr 25 21:52:33 MDT 2003 John Fleck <jfleck@inkstain.net>
* doc/tutorial:
xmltutorial.xml
xmltutorial.pdf
*.html
add appendix on generating compiler flags, more indexing
Diffstat (limited to 'doc/tutorial/ar01s06.html')
| -rw-r--r-- | doc/tutorial/ar01s06.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tutorial/ar01s06.html b/doc/tutorial/ar01s06.html index 05c2a473..1c273b16 100644 --- a/doc/tutorial/ar01s06.html +++ b/doc/tutorial/ar01s06.html @@ -1,8 +1,8 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Writing Attribute</title><meta name="generator" content="DocBook XSL Stylesheets V1.60.1"><link rel="home" href="index.html" title="Libxml Tutorial"><link rel="up" href="index.html" title="Libxml Tutorial"><link rel="previous" href="ar01s05.html" title="Writing element content"><link rel="next" href="ar01s07.html" title="Retrieving Attributes"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Writing Attribute</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ar01s05.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ar01s07.html">Next</a></td></tr></table><hr></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="xmltutorialwritingattribute"></a>Writing Attribute</h2></div></div><div></div></div><p><a class="indexterm" name="id2810666"></a> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Writing Attribute</title><meta name="generator" content="DocBook XSL Stylesheets V1.60.1"><link rel="home" href="index.html" title="Libxml Tutorial"><link rel="up" href="index.html" title="Libxml Tutorial"><link rel="previous" href="ar01s05.html" title="Writing element content"><link rel="next" href="ar01s07.html" title="Retrieving Attributes"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Writing Attribute</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ar01s05.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ar01s07.html">Next</a></td></tr></table><hr></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="xmltutorialwritingattribute"></a>Writing Attribute</h2></div></div><div></div></div><p><a class="indexterm" name="id2814216"></a> Writing an attribute is similar to writing text to a new element. In this case, we'll add a reference <span class="acronym">URI</span> to our - document. Full code:<a href="apd.html" title="D. Code for Add Attribute Example">Appendix D, <i>Code for Add Attribute Example</i></a>.</p><p> + document. Full code:<a href="ape.html" title="E. Code for Add Attribute Example">Appendix E, <i>Code for Add Attribute Example</i></a>.</p><p> A <tt class="sgmltag-element">reference</tt> is a child of the <tt class="sgmltag-element">story</tt> element, so finding the place to put our new element and attribute is simple. As soon as we do the error-checking test in our |
