~ubuntu-branches/ubuntu/natty/evolution-exchange/natty

« back to all changes in this revision

Viewing changes to docs/reference/html/ximian-connector-bug-xml.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-03-17 02:41:01 UTC
  • mfrom: (1.1.56 upstream)
  • Revision ID: james.westby@ubuntu.com-20090317024101-slykmlnk7zgcz318
Tags: 2.26.0-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="ch01.html" title="Exchange Architectural Notes">
9
9
<link rel="prev" href="ximian-connector-bug-private.html" title="Private Item Handling">
10
10
<link rel="next" href="ximian-connector-calendar.html" title="Calendar Architecture">
11
 
<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.12 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
<link rel="chapter" href="ch01.html" title="Exchange Architectural Notes">
14
14
<link rel="chapter" href="ch02.html" title="Implementation of Connector Features">
35
35
<td valign="top" align="right"></td>
36
36
</tr></table></div>
37
37
<div class="refsect2" lang="en">
38
 
<a name="id2954303"></a><h3>Illegal characters</h3>
 
38
<a name="id2585517"></a><h3>Illegal characters</h3>
39
39
<p>
40
40
The <a class="ulink" href="http://w3.org/TR/2004/REC-xml-20040204/" target="_top">XML 1.0
41
41
Specification</a> defines a character as:
42
42
</p>
43
 
<div class="informalexample"><pre class="programlisting">
44
 
        Char ::= #x9 | #xA | #xD | [#x20-#xD7FF] | [#xE000-#xFFFD] | [#x10000-#x10FFFF]
45
 
</pre></div>
 
43
<div class="informalexample">
 
44
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
 
45
    <tbody>
 
46
      <tr>
 
47
        <td class="listing_lines" align="right"><pre>1</pre></td>
 
48
        <td class="listing_code"><pre class="programlisting">Char ::= #x9 | #xA | #xD | [#x20-#xD7FF] | [#xE000-#xFFFD] | [#x10000-#x10FFFF]</pre></td>
 
49
      </tr>
 
50
    </tbody>
 
51
  <table>
 
52
</div>
 
53
 
46
54
<p>
47
55
There is no way to directly encode any other character into an XML 1.0
48
56
document.
65
73
</div>
66
74
<hr>
67
75
<div class="refsect2" lang="en">
68
 
<a name="id2955022"></a><h3>Illegal tag names</h3>
 
76
<a name="id2553683"></a><h3>Illegal tag names</h3>
69
77
<p>
70
78
The grammar for a tag name is:
71
79
</p>
72
 
<div class="informalexample"><pre class="programlisting">
73
 
        Name ::= (Letter | '_' | ':') (NameChar)*
74
 
</pre></div>
 
80
<div class="informalexample">
 
81
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
 
82
    <tbody>
 
83
      <tr>
 
84
        <td class="listing_lines" align="right"><pre>1</pre></td>
 
85
        <td class="listing_code"><pre class="programlisting">Name ::= (Letter | <span class="number">'_'</span> | <span class="number">':'</span>) (NameChar)*</pre></td>
 
86
      </tr>
 
87
    </tbody>
 
88
  <table>
 
89
</div>
 
90
 
75
91
<p>
76
92
But in the namespaces under
77
93
<code class="uri">http://schemas.microsoft.com/mapi/id/</code>,
87
103
</div>
88
104
<div class="footer">
89
105
<hr>
90
 
          Generated by GTK-Doc V1.10</div>
 
106
          Generated by GTK-Doc V1.12</div>
91
107
</body>
92
108
</html>