mms2r 2.1.0 → 2.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +3 -0
- data/History.txt +13 -4
- data/Manifest.txt +15 -0
- data/README.txt +15 -5
- data/conf/aliases.yml +2 -0
- data/conf/msg.telus.com.yml +6 -0
- data/conf/orangemms.net.yml +1 -1
- data/conf/txt.bell.ca.yml +4 -0
- data/conf/unicel.com.yml +6 -0
- data/dev_tools/github.rb +8 -0
- data/lib/mms2r.rb +1 -1
- data/lib/mms2r/media.rb +10 -8
- data/mms2r.gemspec +40 -0
- data/test/fixtures/bell-canada-image-01.mail +2273 -0
- data/test/fixtures/iconv-fr-text-01.mail +50 -0
- data/test/fixtures/info2go-image-01.mail +43 -0
- data/test/fixtures/telus-image-01.mail +89 -0
- data/test/fixtures/unicel-image-01.mail +60 -0
- data/test/test_bell_canada.rb +44 -0
- data/test/test_github.rb +13 -0
- data/test/test_helper.rb +5 -1
- data/test/test_mms2r_media.rb +32 -0
- data/test/test_msg_telus_com.rb +28 -0
- data/test/test_unicel_com.rb +49 -0
- metadata +22 -3
data/.gitignore
ADDED
data/History.txt
CHANGED
@@ -1,13 +1,22 @@
|
|
1
|
+
### 2.1.1 / 2008-09-24 (Lavona Succuboso, Nathan Explosion uber-groupie)
|
2
|
+
|
3
|
+
* 4 minor enhancments
|
4
|
+
* Bell Canada support txt.bell.ca - Matt Conway / Snap My Life -
|
5
|
+
http://github.com/wr0ngway, http://github.com/sml
|
6
|
+
* Unicel support unicel.com - Michael DelGaudio
|
7
|
+
* info2go.com support / Unicel
|
8
|
+
* TELUS Corporation support mms.telusmobility.com, msg.telus.com
|
9
|
+
* add test to check that gem builds correctly as a github gem
|
10
|
+
* 1 bug fix
|
11
|
+
* Iconv utf8 fix - Kai Kai
|
12
|
+
|
1
13
|
### 2.1.0 / 2008-07-30 (Dr. Gibbons – Birthday expert and Murderface expert)
|
2
14
|
|
3
15
|
* 1 major enhancement:
|
4
|
-
|
5
16
|
* opens up TMail for improved query method patterned code in MMS2R
|
6
|
-
|
7
17
|
* 2 minor enhancements:
|
8
|
-
|
9
18
|
* UK O2 support mediamessaging.o2.co.uk - Jeremy Wilkins
|
10
|
-
* Write non text files with binary bit set on Windows -
|
19
|
+
* Write non text files with binary bit set on Windows - David Alm
|
11
20
|
* source hosted on github: git clone git://github.com/monde/mms2r.git
|
12
21
|
|
13
22
|
### 2.0.5 / 2008-07-17 (Dr. Ralphus Galkensmelter - Psychological death expert)
|
data/Manifest.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
.gitignore
|
1
2
|
History.txt
|
2
3
|
Manifest.txt
|
3
4
|
README.txt
|
@@ -22,20 +23,25 @@ conf/mms.three.co.uk.yml
|
|
22
23
|
conf/mms.vodacom4me.co.za.yml
|
23
24
|
conf/mms2r_media.yml
|
24
25
|
conf/mobile.indosat.net.id.yml
|
26
|
+
conf/msg.telus.com.yml
|
25
27
|
conf/orangemms.net.yml
|
26
28
|
conf/pm.sprint.com.yml
|
27
29
|
conf/pxt.vodafone.net.nz.yml
|
28
30
|
conf/rci.rogers.com.yml
|
29
31
|
conf/sms.sasktel.com.yml
|
30
32
|
conf/tmomail.net.yml
|
33
|
+
conf/txt.bell.ca.yml
|
34
|
+
conf/unicel.com.yml
|
31
35
|
conf/vzwpix.com.yml
|
32
36
|
conf/waw.plspictures.com.yml
|
33
37
|
dev_tools/anonymizer.rb
|
34
38
|
dev_tools/debug_sprint_hpricot_parsing.rb
|
39
|
+
dev_tools/github.rb
|
35
40
|
lib/mms2r.rb
|
36
41
|
lib/mms2r/media.rb
|
37
42
|
lib/mms2r/media/sprint.rb
|
38
43
|
lib/tmail_ext.rb
|
44
|
+
mms2r.gemspec
|
39
45
|
test/fixtures/1nbox-2images-01.mail
|
40
46
|
test/fixtures/1nbox-2images-02.mail
|
41
47
|
test/fixtures/1nbox-2images-03.mail
|
@@ -53,14 +59,17 @@ test/fixtures/att-iphone-01.mail
|
|
53
59
|
test/fixtures/att-iphone-02.mail
|
54
60
|
test/fixtures/att-iphone-03.mail
|
55
61
|
test/fixtures/att-text-01.mail
|
62
|
+
test/fixtures/bell-canada-image-01.mail
|
56
63
|
test/fixtures/cingularme-text-01.mail
|
57
64
|
test/fixtures/cingularme-text-02.mail
|
58
65
|
test/fixtures/dobson-image-01.mail
|
59
66
|
test/fixtures/dot.jpg
|
60
67
|
test/fixtures/helio-image-01.mail
|
61
68
|
test/fixtures/helio-message-01.mail
|
69
|
+
test/fixtures/iconv-fr-text-01.mail
|
62
70
|
test/fixtures/indosat-image-01.mail
|
63
71
|
test/fixtures/indosat-image-02.mail
|
72
|
+
test/fixtures/info2go-image-01.mail
|
64
73
|
test/fixtures/luxgsm-image-01.mail
|
65
74
|
test/fixtures/maroctelecom-france-mms-01.mail
|
66
75
|
test/fixtures/mediamessaging_o2_co_uk-image-01.mail
|
@@ -92,11 +101,13 @@ test/fixtures/sprint-two-images-01.mail
|
|
92
101
|
test/fixtures/sprint-video-01.mail
|
93
102
|
test/fixtures/sprint.mov
|
94
103
|
test/fixtures/suncom-blackberry.mail
|
104
|
+
test/fixtures/telus-image-01.mail
|
95
105
|
test/fixtures/three-uk-image-01.mail
|
96
106
|
test/fixtures/tmobile-blackberry-02.mail
|
97
107
|
test/fixtures/tmobile-blackberry.mail
|
98
108
|
test/fixtures/tmobile-image-01.mail
|
99
109
|
test/fixtures/tmobile-image-02.mail
|
110
|
+
test/fixtures/unicel-image-01.mail
|
100
111
|
test/fixtures/verizon-blackberry.mail
|
101
112
|
test/fixtures/verizon-image-01.mail
|
102
113
|
test/fixtures/verizon-image-02.mail
|
@@ -110,7 +121,9 @@ test/fixtures/vodacom4me-southafrica-mms-04.mail
|
|
110
121
|
test/fixtures/vtext-text-01.mail
|
111
122
|
test/fixtures/waw.plspictures.com-image-01.mail
|
112
123
|
test/test_1nbox_net.rb
|
124
|
+
test/test_bell_canada.rb
|
113
125
|
test/test_bellsouth_net.rb
|
126
|
+
test/test_github.rb
|
114
127
|
test/test_helper.rb
|
115
128
|
test/test_mediamessaging_o2_co_uk.rb
|
116
129
|
test/test_messaging_nextel_com.rb
|
@@ -130,12 +143,14 @@ test/test_mms_o2online_de.rb
|
|
130
143
|
test/test_mms_three_co_uk.rb
|
131
144
|
test/test_mms_vodacom4me_co_za.rb
|
132
145
|
test/test_mobile_indosat_net_id.rb
|
146
|
+
test/test_msg_telus_com.rb
|
133
147
|
test/test_orangemms_net.rb
|
134
148
|
test/test_pm_sprint_com.rb
|
135
149
|
test/test_pxt_vodafone_net_nz.rb
|
136
150
|
test/test_rci_rogers_com.rb
|
137
151
|
test/test_sms_sasktel_com.rb
|
138
152
|
test/test_tmomail_net.rb
|
153
|
+
test/test_unicel_com.rb
|
139
154
|
test/test_vzwpix_com.rb
|
140
155
|
test/test_waw_plspictures_com.rb
|
141
156
|
vendor/plugins/mms2r/lib/autotest/discover.rb
|
data/README.txt
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
by Mike Mondragon
|
4
4
|
http://mms2r.rubyforge.org/
|
5
5
|
http://rubyforge.org/tracker/?group_id=3065
|
6
|
+
http://github.com/monde/mms2r/tree/master
|
6
7
|
|
7
8
|
== DESCRIPTION
|
8
9
|
|
@@ -25,6 +26,7 @@ Corpus of carriers currently processed by MMS2R:
|
|
25
26
|
* Alltel: mms.alltel.com
|
26
27
|
* AT&T/Cingular/Legacy: mms.att.net, txt.att.net, mmode.com, mms.mycingular.com,
|
27
28
|
cingularme.com
|
29
|
+
* Bell Canada: txt.bell.ca
|
28
30
|
* Bell South / Suncom: bellsouth.net
|
29
31
|
* Cricket Wireless: mms.mycricket.com
|
30
32
|
* Dobson/Cellular One: mms.dobson.net
|
@@ -39,14 +41,17 @@ Corpus of carriers currently processed by MMS2R:
|
|
39
41
|
* O2 Germany: mms.o2online.de
|
40
42
|
* O2 UK: mediamessaging.o2.co.uk
|
41
43
|
* Orange & Regional Oranges: orangemms.net, mmsemail.orange.pl, orange.fr
|
44
|
+
* PLSPICTURES.COM mms hosting: waw.plspictures.com
|
42
45
|
* PXT New Zealand: pxt.vodafone.net.nz
|
43
46
|
* Rogers of Canada: rci.rogers.com
|
44
47
|
* SaskTel: sms.sasktel.com
|
45
48
|
* Sprint: pm.sprint.com, messaging.sprintpcs.com
|
46
49
|
* T-Mobile: tmomail.net, mmsreply.t-mobile.co.uk
|
50
|
+
* TELUS Corporation (Canada): mms.telusmobility.com, msg.telus.com
|
51
|
+
* Unicel: unicel.com, info2go.com
|
52
|
+
(note: mobile number is tucked away in a text/plain part for unicel.com)
|
47
53
|
* Vodacom: mms.vodacom4me.co.za
|
48
54
|
* Verizon: vzwpix.com, vtext.com
|
49
|
-
* PLSPICTURES.COM mms hosting: waw.plspictures.com
|
50
55
|
|
51
56
|
== FEATURES
|
52
57
|
|
@@ -125,16 +130,18 @@ http://peepcode.com/products/mms2r-pdf
|
|
125
130
|
|
126
131
|
== INSTALL
|
127
132
|
|
133
|
+
conventional
|
128
134
|
* sudo gem install mms2r
|
129
135
|
|
130
|
-
|
136
|
+
github
|
137
|
+
* sudo gem sources -a http://gems.github.com
|
138
|
+
* sudo gem install monde-mms2r
|
139
|
+
|
131
140
|
== SOURCE
|
132
141
|
|
133
142
|
git clone git://github.com/monde/mms2r.git
|
134
143
|
svn co svn://rubyforge.org/var/svn/mms2r/trunk mms2r
|
135
144
|
|
136
|
-
=======
|
137
|
-
>>>>>>> dcf89451ea7ba0ff098d0d7ebd8ea16db1cc44ef:README.txt
|
138
145
|
== CONTRIBUTE
|
139
146
|
|
140
147
|
If you contribute a patch that is accepted then you'll get developer rights
|
@@ -158,8 +165,11 @@ MMS2R's Flickr page[http://www.flickr.com/photos/8627919@N05/]
|
|
158
165
|
* Dave Myron (company[http://contentfree.com/])
|
159
166
|
* Vijay Yellapragada
|
160
167
|
* Jesse Dp
|
161
|
-
*
|
168
|
+
* David Alm
|
162
169
|
* Jeremy Wilkins
|
170
|
+
* Matt Conway
|
171
|
+
* Kai Kai
|
172
|
+
* Michael DelGaudio
|
163
173
|
|
164
174
|
== LICENSE
|
165
175
|
|
data/conf/aliases.yml
CHANGED
data/conf/orangemms.net.yml
CHANGED
data/conf/unicel.com.yml
ADDED
data/dev_tools/github.rb
ADDED
@@ -0,0 +1,8 @@
|
|
1
|
+
# based on Trouble shooting section in http://gems.github.com/
|
2
|
+
require 'rubygems'
|
3
|
+
require 'rubygems/specification'
|
4
|
+
data = File.read(File.join(File.dirname(__FILE__), "..", "mms2r.gemspec"))
|
5
|
+
spec = nil
|
6
|
+
result = Thread.new { spec = eval("$SAFE = 3\n#{data}") }.join
|
7
|
+
puts spec
|
8
|
+
(!!result) ? exit(0) : exit(1)
|
data/lib/mms2r.rb
CHANGED
data/lib/mms2r/media.rb
CHANGED
@@ -272,7 +272,7 @@ module MMS2R
|
|
272
272
|
# Returns nil if there are not any text Files found
|
273
273
|
|
274
274
|
def default_text
|
275
|
-
@default_text ||= attachment(['text'])
|
275
|
+
@default_text ||= attachment(['text/plain'])
|
276
276
|
end
|
277
277
|
|
278
278
|
##
|
@@ -374,7 +374,7 @@ module MMS2R
|
|
374
374
|
if part.main_type('text') == 'text' ||
|
375
375
|
part.content_type == 'application/smil'
|
376
376
|
type, content = transform_text_part(part)
|
377
|
-
|
377
|
+
mode = 'w'
|
378
378
|
else
|
379
379
|
if part.content_type == 'application/octet-stream'
|
380
380
|
type = type_from_filename(filename?(part))
|
@@ -382,12 +382,12 @@ module MMS2R
|
|
382
382
|
type = part.content_type
|
383
383
|
end
|
384
384
|
content = part.body
|
385
|
-
|
385
|
+
mode = 'wb' # open with binary bit for Windows for non text
|
386
386
|
end
|
387
387
|
return type, nil if content.nil? || content.empty?
|
388
388
|
|
389
389
|
@logger.info("#{self.class} writing file #{file}") unless @logger.nil?
|
390
|
-
File.open(file,
|
390
|
+
File.open(file, mode){ |f| f.write(content) }
|
391
391
|
return type, file
|
392
392
|
end
|
393
393
|
|
@@ -396,12 +396,12 @@ module MMS2R
|
|
396
396
|
# See the transform section in the discussion of the built-in
|
397
397
|
# configuration.
|
398
398
|
|
399
|
-
def transform_text(type, text)
|
399
|
+
def transform_text(type, text, original_nencoding = 'ISO-8859-1')
|
400
400
|
return type, text unless transforms = config['transform'][type] rescue nil
|
401
401
|
|
402
402
|
#convert to UTF-8
|
403
403
|
begin
|
404
|
-
c = Iconv.new('
|
404
|
+
c = Iconv.new('UTF-8', original_nencoding )
|
405
405
|
utf_t = c.iconv(text)
|
406
406
|
rescue Exception => e
|
407
407
|
utf_t = text
|
@@ -583,9 +583,11 @@ module MMS2R
|
|
583
583
|
|
584
584
|
# get all the files that are of the major types passed in
|
585
585
|
files = []
|
586
|
+
|
586
587
|
types.each do |type|
|
587
|
-
|
588
|
-
|
588
|
+
media.keys.find_all{|k| type.include?("/") ? k == type : k.index(type) == 0 }.each do |key|
|
589
|
+
files += media[key]
|
590
|
+
end
|
589
591
|
end
|
590
592
|
return nil if files.empty?
|
591
593
|
|
data/mms2r.gemspec
ADDED
@@ -0,0 +1,40 @@
|
|
1
|
+
Gem::Specification.new do |s|
|
2
|
+
s.name = %q{mms2r}
|
3
|
+
s.version = "2.1.1"
|
4
|
+
|
5
|
+
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
6
|
+
s.authors = ["Mike Mondragon"]
|
7
|
+
s.date = %q{2008-09-24}
|
8
|
+
s.description = %q{== DESCRIPTION MMS2R is a library that decodes the parts of an MMS message to disk while stripping out advertising injected by the mobile carriers. MMS messages are multipart email and the carriers often inject branding into these messages. Use MMS2R if you want to get at the real user generated content from a MMS without having to deal with the cruft from the carriers. If MMS2R is not aware of a particular carrier no extra processing is done to the MMS other than decoding and consolidating its media. Contact the author to add additional carriers to be processed by the library. Suggestions and patches appreciated and welcomed! Corpus of carriers currently processed by MMS2R: * 1nbox/Idea: 1nbox.net * 3 Ireland: mms.3ireland.ie * Alltel: mms.alltel.com * AT&T/Cingular/Legacy: mms.att.net, txt.att.net, mmode.com, mms.mycingular.com, cingularme.com * Bell Canada: txt.bell.ca * Bell South / Suncom: bellsouth.net * Cricket Wireless: mms.mycricket.com * Dobson/Cellular One: mms.dobson.net * Helio: mms.myhelio.com * Hutchison 3G UK Ltd: mms.three.co.uk * INDOSAT M2: mobile.indosat.net.id * LUXGSM S.A.: mms.luxgsm.lu * Maroc Telecom / mms.mobileiam.ma * MTM South Africa: mms.mtn.co.za * NetCom (Norway): mms.netcom.no * Nextel: messaging.nextel.com * O2 Germany: mms.o2online.de * O2 UK: mediamessaging.o2.co.uk * Orange & Regional Oranges: orangemms.net, mmsemail.orange.pl, orange.fr * PLSPICTURES.COM mms hosting: waw.plspictures.com * PXT New Zealand: pxt.vodafone.net.nz * Rogers of Canada: rci.rogers.com * SaskTel: sms.sasktel.com * Sprint: pm.sprint.com, messaging.sprintpcs.com * T-Mobile: tmomail.net, mmsreply.t-mobile.co.uk * TELUS Corporation (Canada): mms.telusmobility.com, msg.telus.com * Unicel: unicel.com, info2go.com (note: mobile number is tucked away in a text/plain part for unicel.com) * Vodacom: mms.vodacom4me.co.za * Verizon: vzwpix.com, vtext.com}
|
9
|
+
s.email = %q{mikemondragon@gmail.com}
|
10
|
+
s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"]
|
11
|
+
s.files = [".gitignore", "History.txt", "Manifest.txt", "README.txt", "Rakefile", "conf/1nbox.net.yml", "conf/aliases.yml", "conf/bellsouth.net.yml", "conf/mediamessaging.o2.co.uk.yml", "conf/messaging.nextel.com.yml", "conf/mms.3ireland.ie.yml", "conf/mms.alltel.com.yml", "conf/mms.att.net.yml", "conf/mms.dobson.net.yml", "conf/mms.luxgsm.lu.yml", "conf/mms.mobileiam.ma.yml", "conf/mms.mtn.co.za.yml", "conf/mms.mycricket.com.yml", "conf/mms.myhelio.com.yml", "conf/mms.netcom.no.yml", "conf/mms.o2online.de.yml", "conf/mms.three.co.uk.yml", "conf/mms.vodacom4me.co.za.yml", "conf/mms2r_media.yml", "conf/mobile.indosat.net.id.yml", "conf/msg.telus.com.yml", "conf/orangemms.net.yml", "conf/pm.sprint.com.yml", "conf/pxt.vodafone.net.nz.yml", "conf/rci.rogers.com.yml", "conf/sms.sasktel.com.yml", "conf/tmomail.net.yml", "conf/txt.bell.ca.yml", "conf/unicel.com.yml", "conf/vzwpix.com.yml", "conf/waw.plspictures.com.yml", "dev_tools/anonymizer.rb", "dev_tools/debug_sprint_hpricot_parsing.rb", "dev_tools/github.rb", "lib/mms2r.rb", "lib/mms2r/media.rb", "lib/mms2r/media/sprint.rb", "lib/tmail_ext.rb", "mms2r.gemspec", "test/fixtures/1nbox-2images-01.mail", "test/fixtures/1nbox-2images-02.mail", "test/fixtures/1nbox-2images-03.mail", "test/fixtures/1nbox-2images-04.mail", "test/fixtures/3ireland-mms-01.mail", "test/fixtures/alltel-image-01.mail", "test/fixtures/alltel-mms-01.mail", "test/fixtures/alltel-mms-03.mail", "test/fixtures/apple-double-image-01.mail", "test/fixtures/att-blackberry-02.mail", "test/fixtures/att-blackberry.mail", "test/fixtures/att-image-01.mail", "test/fixtures/att-image-02.mail", "test/fixtures/att-iphone-01.mail", "test/fixtures/att-iphone-02.mail", "test/fixtures/att-iphone-03.mail", "test/fixtures/att-text-01.mail", "test/fixtures/bell-canada-image-01.mail", "test/fixtures/cingularme-text-01.mail", "test/fixtures/cingularme-text-02.mail", "test/fixtures/dobson-image-01.mail", "test/fixtures/dot.jpg", "test/fixtures/helio-image-01.mail", "test/fixtures/helio-message-01.mail", "test/fixtures/iconv-fr-text-01.mail", "test/fixtures/indosat-image-01.mail", "test/fixtures/indosat-image-02.mail", "test/fixtures/info2go-image-01.mail", "test/fixtures/luxgsm-image-01.mail", "test/fixtures/maroctelecom-france-mms-01.mail", "test/fixtures/mediamessaging_o2_co_uk-image-01.mail", "test/fixtures/mmode-image-01.mail", "test/fixtures/mms.mycricket.com-pic-and-text.mail", "test/fixtures/mms.mycricket.com-pic.mail", "test/fixtures/mmsreply.t-mobile.co.uk-text-image-01.mail", "test/fixtures/mtn-southafrica-mms.mail", "test/fixtures/mycingular-image-01.mail", "test/fixtures/netcom-image-01.mail", "test/fixtures/nextel-image-01.mail", "test/fixtures/nextel-image-02.mail", "test/fixtures/nextel-image-03.mail", "test/fixtures/nextel-image-04.mail", "test/fixtures/o2-de-image-01.mail", "test/fixtures/orange-uk-image-01.mail", "test/fixtures/orangefrance-text-and-image.mail", "test/fixtures/orangepoland-text-01.mail", "test/fixtures/orangepoland-text-02.mail", "test/fixtures/pxt-image-01.mail", "test/fixtures/rogers-canada-mms-01.mail", "test/fixtures/sasktel-image-01.mail", "test/fixtures/sprint-broken-image-01.mail", "test/fixtures/sprint-image-01.mail", "test/fixtures/sprint-pcs-text-01.mail", "test/fixtures/sprint-purged-image-01.mail", "test/fixtures/sprint-text-01.mail", "test/fixtures/sprint-two-images-01.mail", "test/fixtures/sprint-video-01.mail", "test/fixtures/sprint.mov", "test/fixtures/suncom-blackberry.mail", "test/fixtures/telus-image-01.mail", "test/fixtures/three-uk-image-01.mail", "test/fixtures/tmobile-blackberry-02.mail", "test/fixtures/tmobile-blackberry.mail", "test/fixtures/tmobile-image-01.mail", "test/fixtures/tmobile-image-02.mail", "test/fixtures/unicel-image-01.mail", "test/fixtures/verizon-blackberry.mail", "test/fixtures/verizon-image-01.mail", "test/fixtures/verizon-image-02.mail", "test/fixtures/verizon-image-03.mail", "test/fixtures/verizon-text-01.mail", "test/fixtures/verizon-video-01.mail", "test/fixtures/vodacom4me-co-za-01.mail", "test/fixtures/vodacom4me-co-za-02.mail", "test/fixtures/vodacom4me-southafrica-mms-01.mail", "test/fixtures/vodacom4me-southafrica-mms-04.mail", "test/fixtures/vtext-text-01.mail", "test/fixtures/waw.plspictures.com-image-01.mail", "test/test_1nbox_net.rb", "test/test_bell_canada.rb", "test/test_bellsouth_net.rb", "test/test_github.rb", "test/test_helper.rb", "test/test_mediamessaging_o2_co_uk.rb", "test/test_messaging_nextel_com.rb", "test/test_messaging_sprintpcs_com.rb", "test/test_mms2r_media.rb", "test/test_mms_3ireland_ie.rb", "test/test_mms_alltel_com.rb", "test/test_mms_att_net.rb", "test/test_mms_dobson_net.rb", "test/test_mms_luxgsm_lu.rb", "test/test_mms_mobileiam_ma.rb", "test/test_mms_mtn_co_za.rb", "test/test_mms_mycricket_com.rb", "test/test_mms_myhelio_com.rb", "test/test_mms_netcom_no.rb", "test/test_mms_o2online_de.rb", "test/test_mms_three_co_uk.rb", "test/test_mms_vodacom4me_co_za.rb", "test/test_mobile_indosat_net_id.rb", "test/test_msg_telus_com.rb", "test/test_orangemms_net.rb", "test/test_pm_sprint_com.rb", "test/test_pxt_vodafone_net_nz.rb", "test/test_rci_rogers_com.rb", "test/test_sms_sasktel_com.rb", "test/test_tmomail_net.rb", "test/test_unicel_com.rb", "test/test_vzwpix_com.rb", "test/test_waw_plspictures_com.rb", "vendor/plugins/mms2r/lib/autotest/discover.rb", "vendor/plugins/mms2r/lib/autotest/mms2r.rb"]
|
12
|
+
s.has_rdoc = true
|
13
|
+
s.homepage = %q{by Mike Mondragon
|
14
|
+
}
|
15
|
+
s.rdoc_options = ["--main", "README.txt"]
|
16
|
+
s.require_paths = ["lib"]
|
17
|
+
s.rubyforge_project = %q{mms2r}
|
18
|
+
s.rubygems_version = %q{1.2.0}
|
19
|
+
s.summary = %q{Extract user media from MMS (and not carrier cruft)}
|
20
|
+
s.test_files = ["test/test_sms_sasktel_com.rb", "test/test_pxt_vodafone_net_nz.rb", "test/test_mms_mycricket_com.rb", "test/test_mobile_indosat_net_id.rb", "test/test_unicel_com.rb", "test/test_pm_sprint_com.rb", "test/test_messaging_sprintpcs_com.rb", "test/test_vzwpix_com.rb", "test/test_mms_alltel_com.rb", "test/test_mms2r_media.rb", "test/test_waw_plspictures_com.rb", "test/test_mms_3ireland_ie.rb", "test/test_msg_telus_com.rb", "test/test_bellsouth_net.rb", "test/test_mms_o2online_de.rb", "test/test_mms_att_net.rb", "test/test_mms_netcom_no.rb", "test/test_rci_rogers_com.rb", "test/test_mms_mtn_co_za.rb", "test/test_tmomail_net.rb", "test/test_mms_myhelio_com.rb", "test/test_mms_three_co_uk.rb", "test/test_mms_dobson_net.rb", "test/test_mms_luxgsm_lu.rb", "test/test_bell_canada.rb", "test/test_github.rb", "test/test_orangemms_net.rb", "test/test_helper.rb", "test/test_mms_mobileiam_ma.rb", "test/test_messaging_nextel_com.rb", "test/test_mediamessaging_o2_co_uk.rb", "test/test_1nbox_net.rb", "test/test_mms_vodacom4me_co_za.rb"]
|
21
|
+
|
22
|
+
if s.respond_to? :specification_version then
|
23
|
+
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
24
|
+
s.specification_version = 2
|
25
|
+
|
26
|
+
if current_version >= 3 then
|
27
|
+
s.add_runtime_dependency(%q<hpricot>, [">= 0.6.0"])
|
28
|
+
s.add_runtime_dependency(%q<tmail>, [">= 1.2.1"])
|
29
|
+
s.add_development_dependency(%q<hoe>, [">= 1.7.0"])
|
30
|
+
else
|
31
|
+
s.add_dependency(%q<hpricot>, [">= 0.6.0"])
|
32
|
+
s.add_dependency(%q<tmail>, [">= 1.2.1"])
|
33
|
+
s.add_dependency(%q<hoe>, [">= 1.7.0"])
|
34
|
+
end
|
35
|
+
else
|
36
|
+
s.add_dependency(%q<hpricot>, [">= 0.6.0"])
|
37
|
+
s.add_dependency(%q<tmail>, [">= 1.2.1"])
|
38
|
+
s.add_dependency(%q<hoe>, [">= 1.7.0"])
|
39
|
+
end
|
40
|
+
end
|
@@ -0,0 +1,2273 @@
|
|
1
|
+
From 2068675309@txt.bell.ca Sun Sep 7 19:50:09 2008
|
2
|
+
Return-Path: <2068675309@txt.bell.ca>
|
3
|
+
X-Original-To: tommy.tutone@example.com
|
4
|
+
Delivered-To: tommy.tutone@example.com
|
5
|
+
Received: from smtp01.prv.sun2.lightsurf.net (smtp01.sun2.lightsurf.net [64.157.6.50])
|
6
|
+
by mail01.snapmylife.com (Postfix) with ESMTP id BC0FB1816D
|
7
|
+
for <tommy.tutone@example.com>; Sun, 7 Sep 2008 19:50:08 -0400 (EDT)
|
8
|
+
Received: from bell-back002 (smtp.prv.sun2.lightsurf.net [10.103.1.134])
|
9
|
+
by smtp01.prv.sun2.lightsurf.net (8.12.11.20060308/8.12.10) with ESMTP id m87NkPCu009103
|
10
|
+
for <tommy.tutone@example.com>; Sun, 7 Sep 2008 16:49:50 -0700
|
11
|
+
Date: Sun, 7 Sep 2008 16:49:50 -0700
|
12
|
+
Message-ID: <11287836.1220831395074.JavaMail.lsadm@bell-back002>
|
13
|
+
From: 2068675309@txt.bell.ca
|
14
|
+
To: tommy.tutone@example.com
|
15
|
+
Subject: A Picture/Video Message!
|
16
|
+
MIME-Version: 1.0
|
17
|
+
Content-Type: multipart/related;
|
18
|
+
boundary="----=_Part_84000_18395600.1220831395069"
|
19
|
+
|
20
|
+
------=_Part_84000_18395600.1220831395069
|
21
|
+
Content-Type: multipart/alternative;
|
22
|
+
boundary="----=_Part_83999_4375329.1220831395069"
|
23
|
+
|
24
|
+
------=_Part_83999_4375329.1220831395069
|
25
|
+
Content-Type: text/plain; charset=us-ascii
|
26
|
+
Content-Transfer-Encoding: 7bit
|
27
|
+
|
28
|
+
You have received a New Message. http://mypictures.bell.ca/share.do?invite=8ERr4eJYYY7NkL87oLvh
|
29
|
+
|
30
|
+
------=_Part_83999_4375329.1220831395069
|
31
|
+
Content-Type: text/html
|
32
|
+
Content-Transfer-Encoding: 7bit
|
33
|
+
|
34
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN"
|
35
|
+
"http://login-bell:80/dtd/TR/xhtml-basic/xhtml-basic10.dtd">
|
36
|
+
<!-- XHTML Basic 1.0 DTD ...................................................... -->
|
37
|
+
<!-- file: xhtml-basic10.dtd -->
|
38
|
+
<!-- XHTML Basic 1.0 DTD
|
39
|
+
|
40
|
+
This is XHTML Basic, a proper subset of XHTML.
|
41
|
+
|
42
|
+
The Extensible HyperText Markup Language (XHTML)
|
43
|
+
Copyright 1998-2005 World Wide Web Consortium
|
44
|
+
(Massachusetts Institute of Technology, European Research Consortium
|
45
|
+
for Informatics and Mathematics, Keio University).
|
46
|
+
All Rights Reserved.
|
47
|
+
|
48
|
+
Permission to use, copy, modify and distribute the XHTML Basic DTD
|
49
|
+
and its accompanying documentation for any purpose and without fee is
|
50
|
+
hereby granted in perpetuity, provided that the above copyright notice
|
51
|
+
and this paragraph appear in all copies. The copyright holders make
|
52
|
+
no representation about the suitability of the DTD for any purpose.
|
53
|
+
|
54
|
+
It is provided "as is" without expressed or implied warranty.
|
55
|
+
|
56
|
+
Editors: Murray M. Altheim <mailto:altheim@eng.sun.com>
|
57
|
+
Peter Stark <mailto:Peter.Stark@ecs.ericsson.se>
|
58
|
+
Revision: $Id: xhtml-basic10.dtd,v 1.1 2006/07/05 16:29:53 matthieu Exp $ SMI
|
59
|
+
|
60
|
+
-->
|
61
|
+
<!-- This is the driver file for version 1.0 of the XHTML Basic DTD.
|
62
|
+
|
63
|
+
This DTD is identified by the PUBLIC and SYSTEM identifiers:
|
64
|
+
|
65
|
+
PUBLIC: "-//W3C//DTD XHTML Basic 1.0//EN"
|
66
|
+
SYSTEM: "/dtd/TR/xhtml-basic/xhtml-basic10.dtd"
|
67
|
+
-->
|
68
|
+
<!-- Use this URI to identify the default namespace:
|
69
|
+
|
70
|
+
"/dtd/1999/xhtml"
|
71
|
+
|
72
|
+
See the Qualified Names module for information
|
73
|
+
on the use of namespace prefixes in the DTD.
|
74
|
+
-->
|
75
|
+
<!-- Reserved for use with the XLink namespace:
|
76
|
+
-->
|
77
|
+
<!-- For example, if you are using XHTML Basic 1.0 directly, use
|
78
|
+
the public identifier in the DOCTYPE declaration, with the namespace
|
79
|
+
declaration on the document element to identify the default namespace:
|
80
|
+
|
81
|
+
<?xml version="1.0"?>
|
82
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN"
|
83
|
+
"/dtd/TR/xhtml-basic/xhtml-basic10.dtd" >
|
84
|
+
<html xmlns="/dtd/1999/xhtml"
|
85
|
+
xml:lang="en" >
|
86
|
+
...
|
87
|
+
</html>
|
88
|
+
-->
|
89
|
+
<!-- reserved for future use with document profiles -->
|
90
|
+
<!-- Bidirectional Text features
|
91
|
+
This feature-test entity is used to declare elements
|
92
|
+
and attributes used for bidirectional text support.
|
93
|
+
-->
|
94
|
+
<?doc type="doctype" role="title" { XHTML Basic 1.0 } ?>
|
95
|
+
<!-- :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
|
96
|
+
<!-- ...................................................................... -->
|
97
|
+
<!-- XHTML Modular Framework Module ...................................... -->
|
98
|
+
<!-- file: xhtml-framework-1.mod
|
99
|
+
|
100
|
+
This is XHTML, a reformulation of HTML as a modular XML application.
|
101
|
+
Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
|
102
|
+
Revision: $Id: xhtml-framework-1.mod,v 4.0 2001/04/02 22:42:49 altheim Exp $ SMI
|
103
|
+
|
104
|
+
This DTD module is identified by the PUBLIC and SYSTEM identifiers:
|
105
|
+
|
106
|
+
PUBLIC "-//W3C//ENTITIES XHTML Modular Framework 1.0//EN"
|
107
|
+
SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-framework-1.mod"
|
108
|
+
|
109
|
+
Revisions:
|
110
|
+
(none)
|
111
|
+
....................................................................... -->
|
112
|
+
<!-- Modular Framework
|
113
|
+
|
114
|
+
This required module instantiates the modules needed
|
115
|
+
to support the XHTML modularization model, including:
|
116
|
+
|
117
|
+
+ notations
|
118
|
+
+ datatypes
|
119
|
+
+ namespace-qualified names
|
120
|
+
+ common attributes
|
121
|
+
+ document model
|
122
|
+
+ character entities
|
123
|
+
|
124
|
+
The Intrinsic Events module is ignored by default but
|
125
|
+
occurs in this module because it must be instantiated
|
126
|
+
prior to Attributes but after Datatypes.
|
127
|
+
-->
|
128
|
+
<!-- ...................................................................... -->
|
129
|
+
<!-- XHTML Notations Module .............................................. -->
|
130
|
+
<!-- file: xhtml-notations-1.mod
|
131
|
+
|
132
|
+
This is XHTML, a reformulation of HTML as a modular XML application.
|
133
|
+
Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
|
134
|
+
Revision: $Id: xhtml-notations-1.mod,v 4.0 2001/04/02 22:42:49 altheim Exp $
|
135
|
+
|
136
|
+
This DTD module is identified by the PUBLIC and SYSTEM identifiers:
|
137
|
+
|
138
|
+
PUBLIC "-//W3C//NOTATIONS XHTML Notations 1.0//EN"
|
139
|
+
SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-notations-1.mod"
|
140
|
+
|
141
|
+
Revisions:
|
142
|
+
(none)
|
143
|
+
....................................................................... -->
|
144
|
+
<!-- Notations
|
145
|
+
|
146
|
+
defines the following notations, many of these imported from
|
147
|
+
other specifications and standards. When an existing FPI is
|
148
|
+
known, it is incorporated here.
|
149
|
+
-->
|
150
|
+
<!-- XML Notations ..................................... -->
|
151
|
+
<!-- SGML and XML Notations ............................ -->
|
152
|
+
<!-- W3C XML 1.0 Recommendation -->
|
153
|
+
<!-- XML 1.0 CDATA -->
|
154
|
+
<!-- SGML Formal Public Identifiers -->
|
155
|
+
<!-- XHTML Notations ................................... -->
|
156
|
+
<!-- Length defined for cellpadding/cellspacing -->
|
157
|
+
<!-- nn for pixels or nn% for percentage length -->
|
158
|
+
<!-- space-separated list of link types -->
|
159
|
+
<!-- single or comma-separated list of media descriptors -->
|
160
|
+
<!-- pixel, percentage, or relative -->
|
161
|
+
<!-- one or more digits (NUMBER) -->
|
162
|
+
<!-- integer representing length in pixels -->
|
163
|
+
<!-- script expression -->
|
164
|
+
<!-- textual content -->
|
165
|
+
<!-- Imported Notations ................................ -->
|
166
|
+
<!-- a single character from [ISO10646] -->
|
167
|
+
<!-- a character encoding, as per [RFC2045] -->
|
168
|
+
<!-- a space separated list of character encodings, as per [RFC2045] -->
|
169
|
+
<!-- media type, as per [RFC2045] -->
|
170
|
+
<!-- comma-separated list of media types, as per [RFC2045] -->
|
171
|
+
<!-- date and time information. ISO date format -->
|
172
|
+
<!-- a language code, as per [RFC3066] -->
|
173
|
+
<!-- a Uniform Resource Identifier, see [URI] -->
|
174
|
+
<!-- a space-separated list of Uniform Resource Identifiers, see [URI] -->
|
175
|
+
<!-- end of xhtml-notations-1.mod -->
|
176
|
+
<!-- ...................................................................... -->
|
177
|
+
<!-- XHTML Datatypes Module .............................................. -->
|
178
|
+
<!-- file: xhtml-datatypes-1.mod
|
179
|
+
|
180
|
+
This is XHTML, a reformulation of HTML as a modular XML application.
|
181
|
+
Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
|
182
|
+
Revision: $Id: xhtml-datatypes-1.mod,v 4.1 2001/04/06 19:23:32 altheim Exp $ SMI
|
183
|
+
|
184
|
+
This DTD module is identified by the PUBLIC and SYSTEM identifiers:
|
185
|
+
|
186
|
+
PUBLIC "-//W3C//ENTITIES XHTML Datatypes 1.0//EN"
|
187
|
+
SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-datatypes-1.mod"
|
188
|
+
|
189
|
+
Revisions:
|
190
|
+
(none)
|
191
|
+
....................................................................... -->
|
192
|
+
<!-- Datatypes
|
193
|
+
|
194
|
+
defines containers for the following datatypes, many of
|
195
|
+
these imported from other specifications and standards.
|
196
|
+
-->
|
197
|
+
<!-- Length defined for cellpadding/cellspacing -->
|
198
|
+
<!-- nn for pixels or nn% for percentage length -->
|
199
|
+
<!-- space-separated list of link types -->
|
200
|
+
<!-- single or comma-separated list of media descriptors -->
|
201
|
+
<!-- pixel, percentage, or relative -->
|
202
|
+
<!-- one or more digits (NUMBER) -->
|
203
|
+
<!-- integer representing length in pixels -->
|
204
|
+
<!-- script expression -->
|
205
|
+
<!-- textual content -->
|
206
|
+
<!-- Imported Datatypes ................................ -->
|
207
|
+
<!-- a single character from [ISO10646] -->
|
208
|
+
<!-- a character encoding, as per [RFC2045] -->
|
209
|
+
<!-- a space separated list of character encodings, as per [RFC2045] -->
|
210
|
+
<!-- Color specification using color name or sRGB (#RRGGBB) values -->
|
211
|
+
<!-- media type, as per [RFC2045] -->
|
212
|
+
<!-- comma-separated list of media types, as per [RFC2045] -->
|
213
|
+
<!-- date and time information. ISO date format -->
|
214
|
+
<!-- formal public identifier, as per [ISO8879] -->
|
215
|
+
<!-- a language code, as per [RFC3066] or its successor -->
|
216
|
+
<!-- a Uniform Resource Identifier, see [URI] -->
|
217
|
+
<!-- a space-separated list of Uniform Resource Identifiers, see [URI] -->
|
218
|
+
<!-- end of xhtml-datatypes-1.mod -->
|
219
|
+
<!-- placeholder for XLink support module -->
|
220
|
+
<!-- ....................................................................... -->
|
221
|
+
<!-- XHTML Qname Module ................................................... -->
|
222
|
+
<!-- file: xhtml-qname-1.mod
|
223
|
+
|
224
|
+
This is XHTML, a reformulation of HTML as a modular XML application.
|
225
|
+
Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
|
226
|
+
Revision: $Id: xhtml-qname-1.mod,v 4.0 2001/04/02 22:42:49 altheim Exp $ SMI
|
227
|
+
|
228
|
+
This DTD module is identified by the PUBLIC and SYSTEM identifiers:
|
229
|
+
|
230
|
+
PUBLIC "-//W3C//ENTITIES XHTML Qualified Names 1.0//EN"
|
231
|
+
SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-qname-1.mod"
|
232
|
+
|
233
|
+
Revisions:
|
234
|
+
#2000-10-22: added qname declarations for ruby elements
|
235
|
+
....................................................................... -->
|
236
|
+
<!-- XHTML Qname (Qualified Name) Module
|
237
|
+
|
238
|
+
This module is contained in two parts, labeled Section 'A' and 'B':
|
239
|
+
|
240
|
+
Section A declares parameter entities to support namespace-
|
241
|
+
qualified names, namespace declarations, and name prefixing
|
242
|
+
for XHTML and extensions.
|
243
|
+
|
244
|
+
Section B declares parameter entities used to provide
|
245
|
+
namespace-qualified names for all XHTML element types:
|
246
|
+
|
247
|
+
%applet.qname; the xmlns-qualified name for <applet>
|
248
|
+
%base.qname; the xmlns-qualified name for <base>
|
249
|
+
...
|
250
|
+
|
251
|
+
XHTML extensions would create a module similar to this one.
|
252
|
+
Included in the XHTML distribution is a template module
|
253
|
+
('template-qname-1.mod') suitable for this purpose.
|
254
|
+
-->
|
255
|
+
<!-- Section A: XHTML XML Namespace Framework :::::::::::::::::::: -->
|
256
|
+
<!-- 1. Declare a %XHTML.prefixed; conditional section keyword, used
|
257
|
+
to activate namespace prefixing. The default value should
|
258
|
+
inherit '%NS.prefixed;' from the DTD driver, so that unless
|
259
|
+
overridden, the default behaviour follows the overall DTD
|
260
|
+
prefixing scheme.
|
261
|
+
-->
|
262
|
+
<!-- By default, we always permit XHTML attribute collections to have
|
263
|
+
namespace-qualified prefixes as well.
|
264
|
+
-->
|
265
|
+
<!-- By default, we allow the XML Schema attributes on the root
|
266
|
+
element.
|
267
|
+
-->
|
268
|
+
<!-- 2. Declare a parameter entity (eg., %XHTML.xmlns;) containing
|
269
|
+
the URI reference used to identify the XHTML namespace:
|
270
|
+
-->
|
271
|
+
<!-- 3. Declare parameter entities (eg., %XHTML.prefix;) containing
|
272
|
+
the default namespace prefix string(s) to use when prefixing
|
273
|
+
is enabled. This may be overridden in the DTD driver or the
|
274
|
+
internal subset of an document instance. If no default prefix
|
275
|
+
is desired, this may be declared as an empty string.
|
276
|
+
|
277
|
+
NOTE: As specified in [XMLNAMES], the namespace prefix serves
|
278
|
+
as a proxy for the URI reference, and is not in itself significant.
|
279
|
+
-->
|
280
|
+
<!-- 4. Declare parameter entities (eg., %XHTML.pfx;) containing the
|
281
|
+
colonized prefix(es) (eg., '%XHTML.prefix;:') used when
|
282
|
+
prefixing is active, an empty string when it is not.
|
283
|
+
-->
|
284
|
+
<!-- declare qualified name extensions here ............ -->
|
285
|
+
<!-- 5. The parameter entity %XHTML.xmlns.extra.attrib; may be
|
286
|
+
redeclared to contain any non-XHTML namespace declaration
|
287
|
+
attributes for namespaces embedded in XHTML. The default
|
288
|
+
is an empty string. XLink should be included here if used
|
289
|
+
in the DTD.
|
290
|
+
-->
|
291
|
+
<!-- The remainder of Section A is only followed in XHTML, not extensions. -->
|
292
|
+
<!-- Declare a parameter entity %NS.decl.attrib; containing
|
293
|
+
all XML Namespace declarations used in the DTD, plus the
|
294
|
+
xmlns declaration for XHTML, its form dependent on whether
|
295
|
+
prefixing is active.
|
296
|
+
-->
|
297
|
+
<!-- Declare a parameter entity %XSI.prefix as a prefix to use for XML
|
298
|
+
Schema Instance attributes.
|
299
|
+
-->
|
300
|
+
<!-- Declare a parameter entity %XSI.xmlns.attrib as support for the
|
301
|
+
schemaLocation attribute, since this is legal throughout the DTD.
|
302
|
+
-->
|
303
|
+
<!-- This is a placeholder for future XLink support.
|
304
|
+
-->
|
305
|
+
<!-- This is the attribute for the XML Schema namespace - XHTML
|
306
|
+
Modularization is also expressed in XML Schema, and it needs to
|
307
|
+
be legal to declare the XML Schema namespace and the
|
308
|
+
schemaLocation attribute on the root element of XHTML family
|
309
|
+
documents.
|
310
|
+
-->
|
311
|
+
<!-- Declare a parameter entity %NS.decl.attrib; containing all
|
312
|
+
XML namespace declaration attributes used by XHTML, including
|
313
|
+
a default xmlns attribute when prefixing is inactive.
|
314
|
+
-->
|
315
|
+
<!-- placeholder for qualified name redeclarations -->
|
316
|
+
<!-- Section B: XHTML Qualified Names ::::::::::::::::::::::::::::: -->
|
317
|
+
<!-- 6. This section declares parameter entities used to provide
|
318
|
+
namespace-qualified names for all XHTML element types.
|
319
|
+
-->
|
320
|
+
<!-- module: xhtml-applet-1.mod -->
|
321
|
+
<!-- module: xhtml-base-1.mod -->
|
322
|
+
<!-- module: xhtml-bdo-1.mod -->
|
323
|
+
<!-- module: xhtml-blkphras-1.mod -->
|
324
|
+
<!-- module: xhtml-blkpres-1.mod -->
|
325
|
+
<!-- module: xhtml-blkstruct-1.mod -->
|
326
|
+
<!-- module: xhtml-edit-1.mod -->
|
327
|
+
<!-- module: xhtml-form-1.mod -->
|
328
|
+
<!-- module: xhtml-hypertext-1.mod -->
|
329
|
+
<!-- module: xhtml-image-1.mod -->
|
330
|
+
<!-- module: xhtml-inlphras-1.mod -->
|
331
|
+
<!-- module: xhtml-inlpres-1.mod -->
|
332
|
+
<!-- module: xhtml-inlstruct-1.mod -->
|
333
|
+
<!-- module: xhtml-ismap-1.mod (also csismap, ssismap) -->
|
334
|
+
<!-- module: xhtml-link-1.mod -->
|
335
|
+
<!-- module: xhtml-list-1.mod -->
|
336
|
+
<!-- module: xhtml-meta-1.mod -->
|
337
|
+
<!-- module: xhtml-param-1.mod -->
|
338
|
+
<!-- module: xhtml-object-1.mod -->
|
339
|
+
<!-- module: xhtml-script-1.mod -->
|
340
|
+
<!-- module: xhtml-struct-1.mod -->
|
341
|
+
<!-- module: xhtml-style-1.mod -->
|
342
|
+
<!-- module: xhtml-table-1.mod -->
|
343
|
+
<!-- module: xhtml-ruby-1.mod -->
|
344
|
+
<!-- Provisional XHTML 2.0 Qualified Names ...................... -->
|
345
|
+
<!-- module: xhtml-image-2.mod -->
|
346
|
+
<!-- end of xhtml-qname-1.mod -->
|
347
|
+
<!-- ...................................................................... -->
|
348
|
+
<!-- XHTML Common Attributes Module ...................................... -->
|
349
|
+
<!-- file: xhtml-attribs-1.mod
|
350
|
+
|
351
|
+
This is XHTML, a reformulation of HTML as a modular XML application.
|
352
|
+
Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
|
353
|
+
Revision: $Id: xhtml-attribs-1.mod,v 4.0 2001/04/02 22:42:49 altheim Exp $ SMI
|
354
|
+
|
355
|
+
This DTD module is identified by the PUBLIC and SYSTEM identifiers:
|
356
|
+
|
357
|
+
PUBLIC "-//W3C//ENTITIES XHTML Common Attributes 1.0//EN"
|
358
|
+
SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-attribs-1.mod"
|
359
|
+
|
360
|
+
Revisions:
|
361
|
+
(none)
|
362
|
+
....................................................................... -->
|
363
|
+
<!-- Common Attributes
|
364
|
+
|
365
|
+
This module declares many of the common attributes for the XHTML DTD.
|
366
|
+
%NS.decl.attrib; is declared in the XHTML Qname module.
|
367
|
+
|
368
|
+
Note that this file was extended in XHTML Modularization Second Edition to
|
369
|
+
include declarations of "global" versions of the attribute collections.
|
370
|
+
The global versions of the attributes are for use on elements in other
|
371
|
+
namespaces. The global version of "common" includes the xmlns declaration
|
372
|
+
for the prefixed version of the xhtml namespace. If you are only using a
|
373
|
+
specific attribute or an individual attribute collection, you must also
|
374
|
+
include the XHTML.xmlns.attrib.prefixed PE on your elements.
|
375
|
+
-->
|
376
|
+
<!-- intrinsic event attributes declared previously
|
377
|
+
-->
|
378
|
+
<!-- end of xhtml-attribs-1.mod -->
|
379
|
+
<!-- placeholder for content model redeclarations -->
|
380
|
+
<!-- instantiate the Document Model module declared in the DTD driver
|
381
|
+
-->
|
382
|
+
<!-- ....................................................................... -->
|
383
|
+
<!-- XHTML Basic 1.0 Document Model Module .................................... -->
|
384
|
+
<!-- file: xhtml-basic10-model-1.mod
|
385
|
+
|
386
|
+
This is XHTML Basic, a proper subset of XHTML.
|
387
|
+
Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
|
388
|
+
Revision: $Id: xhtml-basic10-model-1.mod,v 2.8 2000/11/03 14:28:25 mimasa Exp $ SMI
|
389
|
+
|
390
|
+
This DTD module is identified by the PUBLIC and SYSTEM identifiers:
|
391
|
+
|
392
|
+
PUBLIC "-//W3C//ENTITIES XHTML Basic 1.0 Document Model 1.0//EN"
|
393
|
+
SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-basic10-model-1.mod"
|
394
|
+
|
395
|
+
Revisions:
|
396
|
+
(none)
|
397
|
+
....................................................................... -->
|
398
|
+
<!-- XHTML Basic Document Model
|
399
|
+
|
400
|
+
This module describes the groupings of elements that make up
|
401
|
+
common content models for XHTML elements.
|
402
|
+
-->
|
403
|
+
<!-- Optional Elements in head .............. -->
|
404
|
+
<!-- Miscellaneous Elements ................. -->
|
405
|
+
<!-- Inline Elements ........................ -->
|
406
|
+
<!-- Block Elements ......................... -->
|
407
|
+
<!-- All Content Elements ................... -->
|
408
|
+
<!-- declares all content except tables
|
409
|
+
-->
|
410
|
+
<!-- end of xhtml-basic10-model-1.mod -->
|
411
|
+
<!-- ...................................................................... -->
|
412
|
+
<!-- XHTML Character Entities Module ......................................... -->
|
413
|
+
<!-- file: xhtml-charent-1.mod
|
414
|
+
|
415
|
+
This is XHTML, a reformulation of HTML as a modular XML application.
|
416
|
+
Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
|
417
|
+
Revision: $Id: xhtml-charent-1.mod,v 4.0 2001/04/02 22:42:49 altheim Exp $ SMI
|
418
|
+
|
419
|
+
This DTD module is identified by the PUBLIC and SYSTEM identifiers:
|
420
|
+
|
421
|
+
PUBLIC "-//W3C//ENTITIES XHTML Character Entities 1.0//EN"
|
422
|
+
SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-charent-1.mod"
|
423
|
+
|
424
|
+
Revisions:
|
425
|
+
(none)
|
426
|
+
....................................................................... -->
|
427
|
+
<!-- Character Entities for XHTML
|
428
|
+
|
429
|
+
This module declares the set of character entities for XHTML,
|
430
|
+
including the Latin 1, Symbol and Special character collections.
|
431
|
+
-->
|
432
|
+
<!-- Portions (C) International Organization for Standardization 1986
|
433
|
+
Permission to copy in any form is granted for use with
|
434
|
+
conforming SGML systems and applications as defined in
|
435
|
+
ISO 8879, provided this notice is included in all copies.
|
436
|
+
-->
|
437
|
+
<!-- Character entity set. Typical invocation:
|
438
|
+
<!ENTITY % HTMLlat1 PUBLIC
|
439
|
+
"-//W3C//ENTITIES Latin 1 for XHTML//EN"
|
440
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">
|
441
|
+
%HTMLlat1;
|
442
|
+
-->
|
443
|
+
<!-- no-break space = non-breaking space,
|
444
|
+
U+00A0 ISOnum -->
|
445
|
+
<!-- inverted exclamation mark, U+00A1 ISOnum -->
|
446
|
+
<!-- cent sign, U+00A2 ISOnum -->
|
447
|
+
<!-- pound sign, U+00A3 ISOnum -->
|
448
|
+
<!-- currency sign, U+00A4 ISOnum -->
|
449
|
+
<!-- yen sign = yuan sign, U+00A5 ISOnum -->
|
450
|
+
<!-- broken bar = broken vertical bar,
|
451
|
+
U+00A6 ISOnum -->
|
452
|
+
<!-- section sign, U+00A7 ISOnum -->
|
453
|
+
<!-- diaeresis = spacing diaeresis,
|
454
|
+
U+00A8 ISOdia -->
|
455
|
+
<!-- copyright sign, U+00A9 ISOnum -->
|
456
|
+
<!-- feminine ordinal indicator, U+00AA ISOnum -->
|
457
|
+
<!-- left-pointing double angle quotation mark
|
458
|
+
= left pointing guillemet, U+00AB ISOnum -->
|
459
|
+
<!-- not sign = angled dash,
|
460
|
+
U+00AC ISOnum -->
|
461
|
+
<!-- soft hyphen = discretionary hyphen,
|
462
|
+
U+00AD ISOnum -->
|
463
|
+
<!-- registered sign = registered trade mark sign,
|
464
|
+
U+00AE ISOnum -->
|
465
|
+
<!-- macron = spacing macron = overline
|
466
|
+
= APL overbar, U+00AF ISOdia -->
|
467
|
+
<!-- degree sign, U+00B0 ISOnum -->
|
468
|
+
<!-- plus-minus sign = plus-or-minus sign,
|
469
|
+
U+00B1 ISOnum -->
|
470
|
+
<!-- superscript two = superscript digit two
|
471
|
+
= squared, U+00B2 ISOnum -->
|
472
|
+
<!-- superscript three = superscript digit three
|
473
|
+
= cubed, U+00B3 ISOnum -->
|
474
|
+
<!-- acute accent = spacing acute,
|
475
|
+
U+00B4 ISOdia -->
|
476
|
+
<!-- micro sign, U+00B5 ISOnum -->
|
477
|
+
<!-- pilcrow sign = paragraph sign,
|
478
|
+
U+00B6 ISOnum -->
|
479
|
+
<!-- middle dot = Georgian comma
|
480
|
+
= Greek middle dot, U+00B7 ISOnum -->
|
481
|
+
<!-- cedilla = spacing cedilla, U+00B8 ISOdia -->
|
482
|
+
<!-- superscript one = superscript digit one,
|
483
|
+
U+00B9 ISOnum -->
|
484
|
+
<!-- masculine ordinal indicator,
|
485
|
+
U+00BA ISOnum -->
|
486
|
+
<!-- right-pointing double angle quotation mark
|
487
|
+
= right pointing guillemet, U+00BB ISOnum -->
|
488
|
+
<!-- vulgar fraction one quarter
|
489
|
+
= fraction one quarter, U+00BC ISOnum -->
|
490
|
+
<!-- vulgar fraction one half
|
491
|
+
= fraction one half, U+00BD ISOnum -->
|
492
|
+
<!-- vulgar fraction three quarters
|
493
|
+
= fraction three quarters, U+00BE ISOnum -->
|
494
|
+
<!-- inverted question mark
|
495
|
+
= turned question mark, U+00BF ISOnum -->
|
496
|
+
<!-- latin capital letter A with grave
|
497
|
+
= latin capital letter A grave,
|
498
|
+
U+00C0 ISOlat1 -->
|
499
|
+
<!-- latin capital letter A with acute,
|
500
|
+
U+00C1 ISOlat1 -->
|
501
|
+
<!-- latin capital letter A with circumflex,
|
502
|
+
U+00C2 ISOlat1 -->
|
503
|
+
<!-- latin capital letter A with tilde,
|
504
|
+
U+00C3 ISOlat1 -->
|
505
|
+
<!-- latin capital letter A with diaeresis,
|
506
|
+
U+00C4 ISOlat1 -->
|
507
|
+
<!-- latin capital letter A with ring above
|
508
|
+
= latin capital letter A ring,
|
509
|
+
U+00C5 ISOlat1 -->
|
510
|
+
<!-- latin capital letter AE
|
511
|
+
= latin capital ligature AE,
|
512
|
+
U+00C6 ISOlat1 -->
|
513
|
+
<!-- latin capital letter C with cedilla,
|
514
|
+
U+00C7 ISOlat1 -->
|
515
|
+
<!-- latin capital letter E with grave,
|
516
|
+
U+00C8 ISOlat1 -->
|
517
|
+
<!-- latin capital letter E with acute,
|
518
|
+
U+00C9 ISOlat1 -->
|
519
|
+
<!-- latin capital letter E with circumflex,
|
520
|
+
U+00CA ISOlat1 -->
|
521
|
+
<!-- latin capital letter E with diaeresis,
|
522
|
+
U+00CB ISOlat1 -->
|
523
|
+
<!-- latin capital letter I with grave,
|
524
|
+
U+00CC ISOlat1 -->
|
525
|
+
<!-- latin capital letter I with acute,
|
526
|
+
U+00CD ISOlat1 -->
|
527
|
+
<!-- latin capital letter I with circumflex,
|
528
|
+
U+00CE ISOlat1 -->
|
529
|
+
<!-- latin capital letter I with diaeresis,
|
530
|
+
U+00CF ISOlat1 -->
|
531
|
+
<!-- latin capital letter ETH, U+00D0 ISOlat1 -->
|
532
|
+
<!-- latin capital letter N with tilde,
|
533
|
+
U+00D1 ISOlat1 -->
|
534
|
+
<!-- latin capital letter O with grave,
|
535
|
+
U+00D2 ISOlat1 -->
|
536
|
+
<!-- latin capital letter O with acute,
|
537
|
+
U+00D3 ISOlat1 -->
|
538
|
+
<!-- latin capital letter O with circumflex,
|
539
|
+
U+00D4 ISOlat1 -->
|
540
|
+
<!-- latin capital letter O with tilde,
|
541
|
+
U+00D5 ISOlat1 -->
|
542
|
+
<!-- latin capital letter O with diaeresis,
|
543
|
+
U+00D6 ISOlat1 -->
|
544
|
+
<!-- multiplication sign, U+00D7 ISOnum -->
|
545
|
+
<!-- latin capital letter O with stroke
|
546
|
+
= latin capital letter O slash,
|
547
|
+
U+00D8 ISOlat1 -->
|
548
|
+
<!-- latin capital letter U with grave,
|
549
|
+
U+00D9 ISOlat1 -->
|
550
|
+
<!-- latin capital letter U with acute,
|
551
|
+
U+00DA ISOlat1 -->
|
552
|
+
<!-- latin capital letter U with circumflex,
|
553
|
+
U+00DB ISOlat1 -->
|
554
|
+
<!-- latin capital letter U with diaeresis,
|
555
|
+
U+00DC ISOlat1 -->
|
556
|
+
<!-- latin capital letter Y with acute,
|
557
|
+
U+00DD ISOlat1 -->
|
558
|
+
<!-- latin capital letter THORN,
|
559
|
+
U+00DE ISOlat1 -->
|
560
|
+
<!-- latin small letter sharp s = ess-zed,
|
561
|
+
U+00DF ISOlat1 -->
|
562
|
+
<!-- latin small letter a with grave
|
563
|
+
= latin small letter a grave,
|
564
|
+
U+00E0 ISOlat1 -->
|
565
|
+
<!-- latin small letter a with acute,
|
566
|
+
U+00E1 ISOlat1 -->
|
567
|
+
<!-- latin small letter a with circumflex,
|
568
|
+
U+00E2 ISOlat1 -->
|
569
|
+
<!-- latin small letter a with tilde,
|
570
|
+
U+00E3 ISOlat1 -->
|
571
|
+
<!-- latin small letter a with diaeresis,
|
572
|
+
U+00E4 ISOlat1 -->
|
573
|
+
<!-- latin small letter a with ring above
|
574
|
+
= latin small letter a ring,
|
575
|
+
U+00E5 ISOlat1 -->
|
576
|
+
<!-- latin small letter ae
|
577
|
+
= latin small ligature ae, U+00E6 ISOlat1 -->
|
578
|
+
<!-- latin small letter c with cedilla,
|
579
|
+
U+00E7 ISOlat1 -->
|
580
|
+
<!-- latin small letter e with grave,
|
581
|
+
U+00E8 ISOlat1 -->
|
582
|
+
<!-- latin small letter e with acute,
|
583
|
+
U+00E9 ISOlat1 -->
|
584
|
+
<!-- latin small letter e with circumflex,
|
585
|
+
U+00EA ISOlat1 -->
|
586
|
+
<!-- latin small letter e with diaeresis,
|
587
|
+
U+00EB ISOlat1 -->
|
588
|
+
<!-- latin small letter i with grave,
|
589
|
+
U+00EC ISOlat1 -->
|
590
|
+
<!-- latin small letter i with acute,
|
591
|
+
U+00ED ISOlat1 -->
|
592
|
+
<!-- latin small letter i with circumflex,
|
593
|
+
U+00EE ISOlat1 -->
|
594
|
+
<!-- latin small letter i with diaeresis,
|
595
|
+
U+00EF ISOlat1 -->
|
596
|
+
<!-- latin small letter eth, U+00F0 ISOlat1 -->
|
597
|
+
<!-- latin small letter n with tilde,
|
598
|
+
U+00F1 ISOlat1 -->
|
599
|
+
<!-- latin small letter o with grave,
|
600
|
+
U+00F2 ISOlat1 -->
|
601
|
+
<!-- latin small letter o with acute,
|
602
|
+
U+00F3 ISOlat1 -->
|
603
|
+
<!-- latin small letter o with circumflex,
|
604
|
+
U+00F4 ISOlat1 -->
|
605
|
+
<!-- latin small letter o with tilde,
|
606
|
+
U+00F5 ISOlat1 -->
|
607
|
+
<!-- latin small letter o with diaeresis,
|
608
|
+
U+00F6 ISOlat1 -->
|
609
|
+
<!-- division sign, U+00F7 ISOnum -->
|
610
|
+
<!-- latin small letter o with stroke,
|
611
|
+
= latin small letter o slash,
|
612
|
+
U+00F8 ISOlat1 -->
|
613
|
+
<!-- latin small letter u with grave,
|
614
|
+
U+00F9 ISOlat1 -->
|
615
|
+
<!-- latin small letter u with acute,
|
616
|
+
U+00FA ISOlat1 -->
|
617
|
+
<!-- latin small letter u with circumflex,
|
618
|
+
U+00FB ISOlat1 -->
|
619
|
+
<!-- latin small letter u with diaeresis,
|
620
|
+
U+00FC ISOlat1 -->
|
621
|
+
<!-- latin small letter y with acute,
|
622
|
+
U+00FD ISOlat1 -->
|
623
|
+
<!-- latin small letter thorn,
|
624
|
+
U+00FE ISOlat1 -->
|
625
|
+
<!-- latin small letter y with diaeresis,
|
626
|
+
U+00FF ISOlat1 -->
|
627
|
+
<!-- Mathematical, Greek and Symbolic characters for XHTML -->
|
628
|
+
<!-- Character entity set. Typical invocation:
|
629
|
+
<!ENTITY % HTMLsymbol PUBLIC
|
630
|
+
"-//W3C//ENTITIES Symbols for XHTML//EN"
|
631
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml-symbol.ent">
|
632
|
+
%HTMLsymbol;
|
633
|
+
-->
|
634
|
+
<!-- Portions (C) International Organization for Standardization 1986:
|
635
|
+
Permission to copy in any form is granted for use with
|
636
|
+
conforming SGML systems and applications as defined in
|
637
|
+
ISO 8879, provided this notice is included in all copies.
|
638
|
+
-->
|
639
|
+
<!-- Relevant ISO entity set is given unless names are newly introduced.
|
640
|
+
New names (i.e., not in ISO 8879 list) do not clash with any
|
641
|
+
existing ISO 8879 entity names. ISO 10646 character numbers
|
642
|
+
are given for each character, in hex. values are decimal
|
643
|
+
conversions of the ISO 10646 values and refer to the document
|
644
|
+
character set. Names are Unicode names.
|
645
|
+
-->
|
646
|
+
<!-- Latin Extended-B -->
|
647
|
+
<!-- latin small letter f with hook = function
|
648
|
+
= florin, U+0192 ISOtech -->
|
649
|
+
<!-- Greek -->
|
650
|
+
<!-- greek capital letter alpha, U+0391 -->
|
651
|
+
<!-- greek capital letter beta, U+0392 -->
|
652
|
+
<!-- greek capital letter gamma,
|
653
|
+
U+0393 ISOgrk3 -->
|
654
|
+
<!-- greek capital letter delta,
|
655
|
+
U+0394 ISOgrk3 -->
|
656
|
+
<!-- greek capital letter epsilon, U+0395 -->
|
657
|
+
<!-- greek capital letter zeta, U+0396 -->
|
658
|
+
<!-- greek capital letter eta, U+0397 -->
|
659
|
+
<!-- greek capital letter theta,
|
660
|
+
U+0398 ISOgrk3 -->
|
661
|
+
<!-- greek capital letter iota, U+0399 -->
|
662
|
+
<!-- greek capital letter kappa, U+039A -->
|
663
|
+
<!-- greek capital letter lamda,
|
664
|
+
U+039B ISOgrk3 -->
|
665
|
+
<!-- greek capital letter mu, U+039C -->
|
666
|
+
<!-- greek capital letter nu, U+039D -->
|
667
|
+
<!-- greek capital letter xi, U+039E ISOgrk3 -->
|
668
|
+
<!-- greek capital letter omicron, U+039F -->
|
669
|
+
<!-- greek capital letter pi, U+03A0 ISOgrk3 -->
|
670
|
+
<!-- greek capital letter rho, U+03A1 -->
|
671
|
+
<!-- there is no Sigmaf, and no U+03A2 character either -->
|
672
|
+
<!-- greek capital letter sigma,
|
673
|
+
U+03A3 ISOgrk3 -->
|
674
|
+
<!-- greek capital letter tau, U+03A4 -->
|
675
|
+
<!-- greek capital letter upsilon,
|
676
|
+
U+03A5 ISOgrk3 -->
|
677
|
+
<!-- greek capital letter phi,
|
678
|
+
U+03A6 ISOgrk3 -->
|
679
|
+
<!-- greek capital letter chi, U+03A7 -->
|
680
|
+
<!-- greek capital letter psi,
|
681
|
+
U+03A8 ISOgrk3 -->
|
682
|
+
<!-- greek capital letter omega,
|
683
|
+
U+03A9 ISOgrk3 -->
|
684
|
+
<!-- greek small letter alpha,
|
685
|
+
U+03B1 ISOgrk3 -->
|
686
|
+
<!-- greek small letter beta, U+03B2 ISOgrk3 -->
|
687
|
+
<!-- greek small letter gamma,
|
688
|
+
U+03B3 ISOgrk3 -->
|
689
|
+
<!-- greek small letter delta,
|
690
|
+
U+03B4 ISOgrk3 -->
|
691
|
+
<!-- greek small letter epsilon,
|
692
|
+
U+03B5 ISOgrk3 -->
|
693
|
+
<!-- greek small letter zeta, U+03B6 ISOgrk3 -->
|
694
|
+
<!-- greek small letter eta, U+03B7 ISOgrk3 -->
|
695
|
+
<!-- greek small letter theta,
|
696
|
+
U+03B8 ISOgrk3 -->
|
697
|
+
<!-- greek small letter iota, U+03B9 ISOgrk3 -->
|
698
|
+
<!-- greek small letter kappa,
|
699
|
+
U+03BA ISOgrk3 -->
|
700
|
+
<!-- greek small letter lamda,
|
701
|
+
U+03BB ISOgrk3 -->
|
702
|
+
<!-- greek small letter mu, U+03BC ISOgrk3 -->
|
703
|
+
<!-- greek small letter nu, U+03BD ISOgrk3 -->
|
704
|
+
<!-- greek small letter xi, U+03BE ISOgrk3 -->
|
705
|
+
<!-- greek small letter omicron, U+03BF NEW -->
|
706
|
+
<!-- greek small letter pi, U+03C0 ISOgrk3 -->
|
707
|
+
<!-- greek small letter rho, U+03C1 ISOgrk3 -->
|
708
|
+
<!-- greek small letter final sigma,
|
709
|
+
U+03C2 ISOgrk3 -->
|
710
|
+
<!-- greek small letter sigma,
|
711
|
+
U+03C3 ISOgrk3 -->
|
712
|
+
<!-- greek small letter tau, U+03C4 ISOgrk3 -->
|
713
|
+
<!-- greek small letter upsilon,
|
714
|
+
U+03C5 ISOgrk3 -->
|
715
|
+
<!-- greek small letter phi, U+03C6 ISOgrk3 -->
|
716
|
+
<!-- greek small letter chi, U+03C7 ISOgrk3 -->
|
717
|
+
<!-- greek small letter psi, U+03C8 ISOgrk3 -->
|
718
|
+
<!-- greek small letter omega,
|
719
|
+
U+03C9 ISOgrk3 -->
|
720
|
+
<!-- greek theta symbol,
|
721
|
+
U+03D1 NEW -->
|
722
|
+
<!-- greek upsilon with hook symbol,
|
723
|
+
U+03D2 NEW -->
|
724
|
+
<!-- greek pi symbol, U+03D6 ISOgrk3 -->
|
725
|
+
<!-- General Punctuation -->
|
726
|
+
<!-- bullet = black small circle,
|
727
|
+
U+2022 ISOpub -->
|
728
|
+
<!-- bullet is NOT the same as bullet operator, U+2219 -->
|
729
|
+
<!-- horizontal ellipsis = three dot leader,
|
730
|
+
U+2026 ISOpub -->
|
731
|
+
<!-- prime = minutes = feet, U+2032 ISOtech -->
|
732
|
+
<!-- double prime = seconds = inches,
|
733
|
+
U+2033 ISOtech -->
|
734
|
+
<!-- overline = spacing overscore,
|
735
|
+
U+203E NEW -->
|
736
|
+
<!-- fraction slash, U+2044 NEW -->
|
737
|
+
<!-- Letterlike Symbols -->
|
738
|
+
<!-- script capital P = power set
|
739
|
+
= Weierstrass p, U+2118 ISOamso -->
|
740
|
+
<!-- black-letter capital I = imaginary part,
|
741
|
+
U+2111 ISOamso -->
|
742
|
+
<!-- black-letter capital R = real part symbol,
|
743
|
+
U+211C ISOamso -->
|
744
|
+
<!-- trade mark sign, U+2122 ISOnum -->
|
745
|
+
<!-- alef symbol = first transfinite cardinal,
|
746
|
+
U+2135 NEW -->
|
747
|
+
<!-- alef symbol is NOT the same as hebrew letter alef,
|
748
|
+
U+05D0 although the same glyph could be used to depict both characters -->
|
749
|
+
<!-- Arrows -->
|
750
|
+
<!-- leftwards arrow, U+2190 ISOnum -->
|
751
|
+
<!-- upwards arrow, U+2191 ISOnum-->
|
752
|
+
<!-- rightwards arrow, U+2192 ISOnum -->
|
753
|
+
<!-- downwards arrow, U+2193 ISOnum -->
|
754
|
+
<!-- left right arrow, U+2194 ISOamsa -->
|
755
|
+
<!-- downwards arrow with corner leftwards
|
756
|
+
= carriage return, U+21B5 NEW -->
|
757
|
+
<!-- leftwards double arrow, U+21D0 ISOtech -->
|
758
|
+
<!-- Unicode does not say that lArr is the same as the 'is implied by' arrow
|
759
|
+
but also does not have any other character for that function. So lArr can
|
760
|
+
be used for 'is implied by' as ISOtech suggests -->
|
761
|
+
<!-- upwards double arrow, U+21D1 ISOamsa -->
|
762
|
+
<!-- rightwards double arrow,
|
763
|
+
U+21D2 ISOtech -->
|
764
|
+
<!-- Unicode does not say this is the 'implies' character but does not have
|
765
|
+
another character with this function so rArr can be used for 'implies'
|
766
|
+
as ISOtech suggests -->
|
767
|
+
<!-- downwards double arrow, U+21D3 ISOamsa -->
|
768
|
+
<!-- left right double arrow,
|
769
|
+
U+21D4 ISOamsa -->
|
770
|
+
<!-- Mathematical Operators -->
|
771
|
+
<!-- for all, U+2200 ISOtech -->
|
772
|
+
<!-- partial differential, U+2202 ISOtech -->
|
773
|
+
<!-- there exists, U+2203 ISOtech -->
|
774
|
+
<!-- empty set = null set, U+2205 ISOamso -->
|
775
|
+
<!-- nabla = backward difference,
|
776
|
+
U+2207 ISOtech -->
|
777
|
+
<!-- element of, U+2208 ISOtech -->
|
778
|
+
<!-- not an element of, U+2209 ISOtech -->
|
779
|
+
<!-- contains as member, U+220B ISOtech -->
|
780
|
+
<!-- n-ary product = product sign,
|
781
|
+
U+220F ISOamsb -->
|
782
|
+
<!-- prod is NOT the same character as U+03A0 'greek capital letter pi' though
|
783
|
+
the same glyph might be used for both -->
|
784
|
+
<!-- n-ary summation, U+2211 ISOamsb -->
|
785
|
+
<!-- sum is NOT the same character as U+03A3 'greek capital letter sigma'
|
786
|
+
though the same glyph might be used for both -->
|
787
|
+
<!-- minus sign, U+2212 ISOtech -->
|
788
|
+
<!-- asterisk operator, U+2217 ISOtech -->
|
789
|
+
<!-- square root = radical sign,
|
790
|
+
U+221A ISOtech -->
|
791
|
+
<!-- proportional to, U+221D ISOtech -->
|
792
|
+
<!-- infinity, U+221E ISOtech -->
|
793
|
+
<!-- angle, U+2220 ISOamso -->
|
794
|
+
<!-- logical and = wedge, U+2227 ISOtech -->
|
795
|
+
<!-- logical or = vee, U+2228 ISOtech -->
|
796
|
+
<!-- intersection = cap, U+2229 ISOtech -->
|
797
|
+
<!-- union = cup, U+222A ISOtech -->
|
798
|
+
<!-- integral, U+222B ISOtech -->
|
799
|
+
<!-- therefore, U+2234 ISOtech -->
|
800
|
+
<!-- tilde operator = varies with = similar to,
|
801
|
+
U+223C ISOtech -->
|
802
|
+
<!-- tilde operator is NOT the same character as the tilde, U+007E,
|
803
|
+
although the same glyph might be used to represent both -->
|
804
|
+
<!-- approximately equal to, U+2245 ISOtech -->
|
805
|
+
<!-- almost equal to = asymptotic to,
|
806
|
+
U+2248 ISOamsr -->
|
807
|
+
<!-- not equal to, U+2260 ISOtech -->
|
808
|
+
<!-- identical to, U+2261 ISOtech -->
|
809
|
+
<!-- less-than or equal to, U+2264 ISOtech -->
|
810
|
+
<!-- greater-than or equal to,
|
811
|
+
U+2265 ISOtech -->
|
812
|
+
<!-- subset of, U+2282 ISOtech -->
|
813
|
+
<!-- superset of, U+2283 ISOtech -->
|
814
|
+
<!-- not a subset of, U+2284 ISOamsn -->
|
815
|
+
<!-- subset of or equal to, U+2286 ISOtech -->
|
816
|
+
<!-- superset of or equal to,
|
817
|
+
U+2287 ISOtech -->
|
818
|
+
<!-- circled plus = direct sum,
|
819
|
+
U+2295 ISOamsb -->
|
820
|
+
<!-- circled times = vector product,
|
821
|
+
U+2297 ISOamsb -->
|
822
|
+
<!-- up tack = orthogonal to = perpendicular,
|
823
|
+
U+22A5 ISOtech -->
|
824
|
+
<!-- dot operator, U+22C5 ISOamsb -->
|
825
|
+
<!-- dot operator is NOT the same character as U+00B7 middle dot -->
|
826
|
+
<!-- Miscellaneous Technical -->
|
827
|
+
<!-- left ceiling = APL upstile,
|
828
|
+
U+2308 ISOamsc -->
|
829
|
+
<!-- right ceiling, U+2309 ISOamsc -->
|
830
|
+
<!-- left floor = APL downstile,
|
831
|
+
U+230A ISOamsc -->
|
832
|
+
<!-- right floor, U+230B ISOamsc -->
|
833
|
+
<!-- left-pointing angle bracket = bra,
|
834
|
+
U+2329 ISOtech -->
|
835
|
+
<!-- lang is NOT the same character as U+003C 'less than sign'
|
836
|
+
or U+2039 'single left-pointing angle quotation mark' -->
|
837
|
+
<!-- right-pointing angle bracket = ket,
|
838
|
+
U+232A ISOtech -->
|
839
|
+
<!-- rang is NOT the same character as U+003E 'greater than sign'
|
840
|
+
or U+203A 'single right-pointing angle quotation mark' -->
|
841
|
+
<!-- Geometric Shapes -->
|
842
|
+
<!-- lozenge, U+25CA ISOpub -->
|
843
|
+
<!-- Miscellaneous Symbols -->
|
844
|
+
<!-- black spade suit, U+2660 ISOpub -->
|
845
|
+
<!-- black here seems to mean filled as opposed to hollow -->
|
846
|
+
<!-- black club suit = shamrock,
|
847
|
+
U+2663 ISOpub -->
|
848
|
+
<!-- black heart suit = valentine,
|
849
|
+
U+2665 ISOpub -->
|
850
|
+
<!-- black diamond suit, U+2666 ISOpub -->
|
851
|
+
<!-- Special characters for XHTML -->
|
852
|
+
<!-- Character entity set. Typical invocation:
|
853
|
+
<!ENTITY % HTMLspecial PUBLIC
|
854
|
+
"-//W3C//ENTITIES Special for XHTML//EN"
|
855
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml-special.ent">
|
856
|
+
%HTMLspecial;
|
857
|
+
-->
|
858
|
+
<!-- Portions (C) International Organization for Standardization 1986:
|
859
|
+
Permission to copy in any form is granted for use with
|
860
|
+
conforming SGML systems and applications as defined in
|
861
|
+
ISO 8879, provided this notice is included in all copies.
|
862
|
+
-->
|
863
|
+
<!-- Relevant ISO entity set is given unless names are newly introduced.
|
864
|
+
New names (i.e., not in ISO 8879 list) do not clash with any
|
865
|
+
existing ISO 8879 entity names. ISO 10646 character numbers
|
866
|
+
are given for each character, in hex. values are decimal
|
867
|
+
conversions of the ISO 10646 values and refer to the document
|
868
|
+
character set. Names are Unicode names.
|
869
|
+
-->
|
870
|
+
<!-- C0 Controls and Basic Latin -->
|
871
|
+
<!-- quotation mark, U+0022 ISOnum -->
|
872
|
+
<!-- ampersand, U+0026 ISOnum -->
|
873
|
+
<!-- less-than sign, U+003C ISOnum -->
|
874
|
+
<!-- greater-than sign, U+003E ISOnum -->
|
875
|
+
<!-- apostrophe = APL quote, U+0027 ISOnum -->
|
876
|
+
<!-- Latin Extended-A -->
|
877
|
+
<!-- latin capital ligature OE,
|
878
|
+
U+0152 ISOlat2 -->
|
879
|
+
<!-- latin small ligature oe, U+0153 ISOlat2 -->
|
880
|
+
<!-- ligature is a misnomer, this is a separate character in some languages -->
|
881
|
+
<!-- latin capital letter S with caron,
|
882
|
+
U+0160 ISOlat2 -->
|
883
|
+
<!-- latin small letter s with caron,
|
884
|
+
U+0161 ISOlat2 -->
|
885
|
+
<!-- latin capital letter Y with diaeresis,
|
886
|
+
U+0178 ISOlat2 -->
|
887
|
+
<!-- Spacing Modifier Letters -->
|
888
|
+
<!-- modifier letter circumflex accent,
|
889
|
+
U+02C6 ISOpub -->
|
890
|
+
<!-- small tilde, U+02DC ISOdia -->
|
891
|
+
<!-- General Punctuation -->
|
892
|
+
<!-- en space, U+2002 ISOpub -->
|
893
|
+
<!-- em space, U+2003 ISOpub -->
|
894
|
+
<!-- thin space, U+2009 ISOpub -->
|
895
|
+
<!-- zero width non-joiner,
|
896
|
+
U+200C NEW RFC 2070 -->
|
897
|
+
<!-- zero width joiner, U+200D NEW RFC 2070 -->
|
898
|
+
<!-- left-to-right mark, U+200E NEW RFC 2070 -->
|
899
|
+
<!-- right-to-left mark, U+200F NEW RFC 2070 -->
|
900
|
+
<!-- en dash, U+2013 ISOpub -->
|
901
|
+
<!-- em dash, U+2014 ISOpub -->
|
902
|
+
<!-- left single quotation mark,
|
903
|
+
U+2018 ISOnum -->
|
904
|
+
<!-- right single quotation mark,
|
905
|
+
U+2019 ISOnum -->
|
906
|
+
<!-- single low-9 quotation mark, U+201A NEW -->
|
907
|
+
<!-- left double quotation mark,
|
908
|
+
U+201C ISOnum -->
|
909
|
+
<!-- right double quotation mark,
|
910
|
+
U+201D ISOnum -->
|
911
|
+
<!-- double low-9 quotation mark, U+201E NEW -->
|
912
|
+
<!-- dagger, U+2020 ISOpub -->
|
913
|
+
<!-- double dagger, U+2021 ISOpub -->
|
914
|
+
<!-- per mille sign, U+2030 ISOtech -->
|
915
|
+
<!-- single left-pointing angle quotation mark,
|
916
|
+
U+2039 ISO proposed -->
|
917
|
+
<!-- lsaquo is proposed but not yet ISO standardized -->
|
918
|
+
<!-- single right-pointing angle quotation mark,
|
919
|
+
U+203A ISO proposed -->
|
920
|
+
<!-- rsaquo is proposed but not yet ISO standardized -->
|
921
|
+
<!-- Currency Symbols -->
|
922
|
+
<!-- euro sign, U+20AC NEW -->
|
923
|
+
<!-- end of xhtml-charent-1.mod -->
|
924
|
+
<!-- end of xhtml-framework-1.mod -->
|
925
|
+
<!-- ...................................................................... -->
|
926
|
+
<!-- XHTML Text Module ................................................... -->
|
927
|
+
<!-- file: xhtml-text-1.mod
|
928
|
+
|
929
|
+
This is XHTML, a reformulation of HTML as a modular XML application.
|
930
|
+
Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
|
931
|
+
Revision: $Id: xhtml-text-1.mod,v 4.0 2001/04/02 22:42:49 altheim Exp $ SMI
|
932
|
+
|
933
|
+
This DTD module is identified by the PUBLIC and SYSTEM identifiers:
|
934
|
+
|
935
|
+
PUBLIC "-//W3C//ELEMENTS XHTML Text 1.0//EN"
|
936
|
+
SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-text-1.mod"
|
937
|
+
|
938
|
+
Revisions:
|
939
|
+
(none)
|
940
|
+
....................................................................... -->
|
941
|
+
<!-- Textual Content
|
942
|
+
|
943
|
+
The Text module includes declarations for all core
|
944
|
+
text container elements and their attributes.
|
945
|
+
-->
|
946
|
+
<!-- ...................................................................... -->
|
947
|
+
<!-- XHTML Inline Structural Module ...................................... -->
|
948
|
+
<!-- file: xhtml-inlstruct-1.mod
|
949
|
+
|
950
|
+
This is XHTML, a reformulation of HTML as a modular XML application.
|
951
|
+
Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
|
952
|
+
Revision: $Id: xhtml-inlstruct-1.mod,v 4.0 2001/04/02 22:42:49 altheim Exp $ SMI
|
953
|
+
|
954
|
+
This DTD module is identified by the PUBLIC and SYSTEM identifiers:
|
955
|
+
|
956
|
+
PUBLIC "-//W3C//ELEMENTS XHTML Inline Structural 1.0//EN"
|
957
|
+
SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-inlstruct-1.mod"
|
958
|
+
|
959
|
+
Revisions:
|
960
|
+
(none)
|
961
|
+
....................................................................... -->
|
962
|
+
<!-- Inline Structural
|
963
|
+
|
964
|
+
br, span
|
965
|
+
|
966
|
+
This module declares the elements and their attributes
|
967
|
+
used to support inline-level structural markup.
|
968
|
+
-->
|
969
|
+
<!-- br: forced line break ............................. -->
|
970
|
+
<!-- end of br.element -->
|
971
|
+
<!-- end of br.attlist -->
|
972
|
+
<!-- span: generic inline container .................... -->
|
973
|
+
<!-- end of span.element -->
|
974
|
+
<!-- end of span.attlist -->
|
975
|
+
<!-- end of xhtml-inlstruct-1.mod -->
|
976
|
+
<!-- ...................................................................... -->
|
977
|
+
<!-- XHTML Inline Phrasal Module ......................................... -->
|
978
|
+
<!-- file: xhtml-inlphras-1.mod
|
979
|
+
|
980
|
+
This is XHTML, a reformulation of HTML as a modular XML application.
|
981
|
+
Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
|
982
|
+
Revision: $Id: xhtml-inlphras-1.mod,v 4.0 2001/04/02 22:42:49 altheim Exp $ SMI
|
983
|
+
|
984
|
+
This DTD module is identified by the PUBLIC and SYSTEM identifiers:
|
985
|
+
|
986
|
+
PUBLIC "-//W3C//ELEMENTS XHTML Inline Phrasal 1.0//EN"
|
987
|
+
SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-inlphras-1.mod"
|
988
|
+
|
989
|
+
Revisions:
|
990
|
+
(none)
|
991
|
+
....................................................................... -->
|
992
|
+
<!-- Inline Phrasal
|
993
|
+
|
994
|
+
abbr, acronym, cite, code, dfn, em, kbd, q, samp, strong, var
|
995
|
+
|
996
|
+
This module declares the elements and their attributes used to
|
997
|
+
support inline-level phrasal markup.
|
998
|
+
-->
|
999
|
+
<!-- end of abbr.element -->
|
1000
|
+
<!-- end of abbr.attlist -->
|
1001
|
+
<!-- end of acronym.element -->
|
1002
|
+
<!-- end of acronym.attlist -->
|
1003
|
+
<!-- end of cite.element -->
|
1004
|
+
<!-- end of cite.attlist -->
|
1005
|
+
<!-- end of code.element -->
|
1006
|
+
<!-- end of code.attlist -->
|
1007
|
+
<!-- end of dfn.element -->
|
1008
|
+
<!-- end of dfn.attlist -->
|
1009
|
+
<!-- end of em.element -->
|
1010
|
+
<!-- end of em.attlist -->
|
1011
|
+
<!-- end of kbd.element -->
|
1012
|
+
<!-- end of kbd.attlist -->
|
1013
|
+
<!-- end of q.element -->
|
1014
|
+
<!-- end of q.attlist -->
|
1015
|
+
<!-- end of samp.element -->
|
1016
|
+
<!-- end of samp.attlist -->
|
1017
|
+
<!-- end of strong.element -->
|
1018
|
+
<!-- end of strong.attlist -->
|
1019
|
+
<!-- end of var.element -->
|
1020
|
+
<!-- end of var.attlist -->
|
1021
|
+
<!-- end of xhtml-inlphras-1.mod -->
|
1022
|
+
<!-- ...................................................................... -->
|
1023
|
+
<!-- XHTML Block Structural Module ....................................... -->
|
1024
|
+
<!-- file: xhtml-blkstruct-1.mod
|
1025
|
+
|
1026
|
+
This is XHTML, a reformulation of HTML as a modular XML application.
|
1027
|
+
Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
|
1028
|
+
Revision: $Id: xhtml-blkstruct-1.mod,v 4.0 2001/04/02 22:42:49 altheim Exp $ SMI
|
1029
|
+
|
1030
|
+
This DTD module is identified by the PUBLIC and SYSTEM identifiers:
|
1031
|
+
|
1032
|
+
PUBLIC "-//W3C//ELEMENTS XHTML Block Structural 1.0//EN"
|
1033
|
+
SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-blkstruct-1.mod"
|
1034
|
+
|
1035
|
+
Revisions:
|
1036
|
+
(none)
|
1037
|
+
....................................................................... -->
|
1038
|
+
<!-- Block Structural
|
1039
|
+
|
1040
|
+
div, p
|
1041
|
+
|
1042
|
+
This module declares the elements and their attributes used to
|
1043
|
+
support block-level structural markup.
|
1044
|
+
-->
|
1045
|
+
<!-- end of div.element -->
|
1046
|
+
<!-- end of div.attlist -->
|
1047
|
+
<!-- end of p.element -->
|
1048
|
+
<!-- end of p.attlist -->
|
1049
|
+
<!-- end of xhtml-blkstruct-1.mod -->
|
1050
|
+
<!-- ...................................................................... -->
|
1051
|
+
<!-- XHTML Block Phrasal Module .......................................... -->
|
1052
|
+
<!-- file: xhtml-blkphras-1.mod
|
1053
|
+
|
1054
|
+
This is XHTML, a reformulation of HTML as a modular XML application.
|
1055
|
+
Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
|
1056
|
+
Revision: $Id: xhtml-blkphras-1.mod,v 4.0 2001/04/02 22:42:49 altheim Exp $ SMI
|
1057
|
+
|
1058
|
+
This DTD module is identified by the PUBLIC and SYSTEM identifiers:
|
1059
|
+
|
1060
|
+
PUBLIC "-//W3C//ELEMENTS XHTML Block Phrasal 1.0//EN"
|
1061
|
+
SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-blkphras-1.mod"
|
1062
|
+
|
1063
|
+
Revisions:
|
1064
|
+
(none)
|
1065
|
+
....................................................................... -->
|
1066
|
+
<!-- Block Phrasal
|
1067
|
+
|
1068
|
+
address, blockquote, pre, h1, h2, h3, h4, h5, h6
|
1069
|
+
|
1070
|
+
This module declares the elements and their attributes used to
|
1071
|
+
support block-level phrasal markup.
|
1072
|
+
-->
|
1073
|
+
<!-- end of address.element -->
|
1074
|
+
<!-- end of address.attlist -->
|
1075
|
+
<!-- end of blockquote.element -->
|
1076
|
+
<!-- end of blockquote.attlist -->
|
1077
|
+
<!-- end of pre.element -->
|
1078
|
+
<!-- end of pre.attlist -->
|
1079
|
+
<!-- ................... Heading Elements ................... -->
|
1080
|
+
<!-- end of h1.element -->
|
1081
|
+
<!-- end of h1.attlist -->
|
1082
|
+
<!-- end of h2.element -->
|
1083
|
+
<!-- end of h2.attlist -->
|
1084
|
+
<!-- end of h3.element -->
|
1085
|
+
<!-- end of h3.attlist -->
|
1086
|
+
<!-- end of h4.element -->
|
1087
|
+
<!-- end of h4.attlist -->
|
1088
|
+
<!-- end of h5.element -->
|
1089
|
+
<!-- end of h5.attlist -->
|
1090
|
+
<!-- end of h6.element -->
|
1091
|
+
<!-- end of h6.attlist -->
|
1092
|
+
<!-- end of xhtml-blkphras-1.mod -->
|
1093
|
+
<!-- end of xhtml-text-1.mod -->
|
1094
|
+
<!-- ...................................................................... -->
|
1095
|
+
<!-- XHTML Hypertext Module .............................................. -->
|
1096
|
+
<!-- file: xhtml-hypertext-1.mod
|
1097
|
+
|
1098
|
+
This is XHTML, a reformulation of HTML as a modular XML application.
|
1099
|
+
Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
|
1100
|
+
Revision: $Id: xhtml-hypertext-1.mod,v 4.0 2001/04/02 22:42:49 altheim Exp $ SMI
|
1101
|
+
|
1102
|
+
This DTD module is identified by the PUBLIC and SYSTEM identifiers:
|
1103
|
+
|
1104
|
+
PUBLIC "-//W3C//ELEMENTS XHTML Hypertext 1.0//EN"
|
1105
|
+
SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-hypertext-1.mod"
|
1106
|
+
|
1107
|
+
Revisions:
|
1108
|
+
(none)
|
1109
|
+
....................................................................... -->
|
1110
|
+
<!-- Hypertext
|
1111
|
+
|
1112
|
+
a
|
1113
|
+
|
1114
|
+
This module declares the anchor ('a') element type, which
|
1115
|
+
defines the source of a hypertext link. The destination
|
1116
|
+
(or link 'target') is identified via its 'id' attribute
|
1117
|
+
rather than the 'name' attribute as was used in HTML.
|
1118
|
+
-->
|
1119
|
+
<!-- ............ Anchor Element ............ -->
|
1120
|
+
<!-- end of a.element -->
|
1121
|
+
<!-- end of a.attlist -->
|
1122
|
+
<!-- end of xhtml-hypertext-1.mod -->
|
1123
|
+
<!-- ...................................................................... -->
|
1124
|
+
<!-- XHTML Lists Module .................................................. -->
|
1125
|
+
<!-- file: xhtml-list-1.mod
|
1126
|
+
|
1127
|
+
This is XHTML, a reformulation of HTML as a modular XML application.
|
1128
|
+
Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
|
1129
|
+
Revision: $Id: xhtml-list-1.mod,v 4.0 2001/04/02 22:42:49 altheim Exp $ SMI
|
1130
|
+
|
1131
|
+
This DTD module is identified by the PUBLIC and SYSTEM identifiers:
|
1132
|
+
|
1133
|
+
PUBLIC "-//W3C//ELEMENTS XHTML Lists 1.0//EN"
|
1134
|
+
SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-list-1.mod"
|
1135
|
+
|
1136
|
+
Revisions:
|
1137
|
+
(none)
|
1138
|
+
....................................................................... -->
|
1139
|
+
<!-- Lists
|
1140
|
+
|
1141
|
+
dl, dt, dd, ol, ul, li
|
1142
|
+
|
1143
|
+
This module declares the list-oriented element types
|
1144
|
+
and their attributes.
|
1145
|
+
-->
|
1146
|
+
<!-- dl: Definition List ............................... -->
|
1147
|
+
<!-- end of dl.element -->
|
1148
|
+
<!-- end of dl.attlist -->
|
1149
|
+
<!-- dt: Definition Term ............................... -->
|
1150
|
+
<!-- end of dt.element -->
|
1151
|
+
<!-- end of dt.attlist -->
|
1152
|
+
<!-- dd: Definition Description ........................ -->
|
1153
|
+
<!-- end of dd.element -->
|
1154
|
+
<!-- end of dd.attlist -->
|
1155
|
+
<!-- ol: Ordered List (numbered styles) ................ -->
|
1156
|
+
<!-- end of ol.element -->
|
1157
|
+
<!-- end of ol.attlist -->
|
1158
|
+
<!-- ul: Unordered List (bullet styles) ................ -->
|
1159
|
+
<!-- end of ul.element -->
|
1160
|
+
<!-- end of ul.attlist -->
|
1161
|
+
<!-- li: List Item ..................................... -->
|
1162
|
+
<!-- end of li.element -->
|
1163
|
+
<!-- end of li.attlist -->
|
1164
|
+
<!-- end of xhtml-list-1.mod -->
|
1165
|
+
<!-- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
|
1166
|
+
<!-- Image Module ............................................... -->
|
1167
|
+
<!-- ...................................................................... -->
|
1168
|
+
<!-- XHTML Images Module ................................................. -->
|
1169
|
+
<!-- file: xhtml-image-1.mod
|
1170
|
+
|
1171
|
+
This is XHTML, a reformulation of HTML as a modular XML application.
|
1172
|
+
Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
|
1173
|
+
Rovision: $Id: xhtml-image-1.mod,v 4.0 2001/04/02 22:42:49 altheim Exp $ SMI
|
1174
|
+
|
1175
|
+
This DTD module is identified by the PUBLIC and SYSTEM identifiers:
|
1176
|
+
|
1177
|
+
PUBLIC "-//W3C//ELEMENTS XHTML Images 1.0//EN"
|
1178
|
+
SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-image-1.mod"
|
1179
|
+
|
1180
|
+
Revisions:
|
1181
|
+
(none)
|
1182
|
+
....................................................................... -->
|
1183
|
+
<!-- Images
|
1184
|
+
|
1185
|
+
img
|
1186
|
+
|
1187
|
+
This module provides markup to support basic image embedding.
|
1188
|
+
-->
|
1189
|
+
<!-- To avoid problems with text-only UAs as well as to make
|
1190
|
+
image content understandable and navigable to users of
|
1191
|
+
non-visual UAs, you need to provide a description with
|
1192
|
+
the 'alt' attribute, and avoid server-side image maps.
|
1193
|
+
-->
|
1194
|
+
<!-- end of img.element -->
|
1195
|
+
<!-- end of img.attlist -->
|
1196
|
+
<!-- end of xhtml-image-1.mod -->
|
1197
|
+
<!-- Tables Module ............................................... -->
|
1198
|
+
<!-- ....................................................................... -->
|
1199
|
+
<!-- XHTML Basic Table Module ............................................. -->
|
1200
|
+
<!-- file: xhtml-basic-table-1.mod
|
1201
|
+
|
1202
|
+
This is XHTML Basic, a proper subset of XHTML.
|
1203
|
+
Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
|
1204
|
+
Revision: $Id: xhtml-basic-table-1.mod,v 4.0 2001/04/02 22:42:49 altheim Exp $ SMI
|
1205
|
+
|
1206
|
+
This DTD module is identified by the PUBLIC and SYSTEM identifiers:
|
1207
|
+
|
1208
|
+
PUBLIC "-//W3C//ELEMENTS XHTML Basic Tables 1.0//EN"
|
1209
|
+
SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-basic-table-1.mod"
|
1210
|
+
|
1211
|
+
Revisions:
|
1212
|
+
(none)
|
1213
|
+
....................................................................... -->
|
1214
|
+
<!-- Basic Tables
|
1215
|
+
|
1216
|
+
table, caption, tr, th, td
|
1217
|
+
|
1218
|
+
This table module declares elements and attributes defining
|
1219
|
+
a table model based fundamentally on features found in the
|
1220
|
+
widely-deployed HTML 3.2 table model. While this module
|
1221
|
+
mimics the content model and table attributes of HTML 3.2
|
1222
|
+
tables, the element types declared herein also includes all
|
1223
|
+
HTML 4 common and most of the HTML 4 table attributes.
|
1224
|
+
-->
|
1225
|
+
<!-- declare qualified element type names:
|
1226
|
+
-->
|
1227
|
+
<!-- horizontal alignment attributes for cell contents
|
1228
|
+
-->
|
1229
|
+
<!-- vertical alignment attributes for cell contents
|
1230
|
+
-->
|
1231
|
+
<!-- scope is simpler than axes attribute for common tables
|
1232
|
+
-->
|
1233
|
+
<!-- table: Table Element .............................. -->
|
1234
|
+
<!-- end of table.element -->
|
1235
|
+
<!-- end of table.attlist -->
|
1236
|
+
<!-- caption: Table Caption ............................ -->
|
1237
|
+
<!-- end of caption.element -->
|
1238
|
+
<!-- end of caption.attlist -->
|
1239
|
+
<!-- tr: Table Row ..................................... -->
|
1240
|
+
<!-- end of tr.element -->
|
1241
|
+
<!-- end of tr.attlist -->
|
1242
|
+
<!-- th: Table Header Cell ............................. -->
|
1243
|
+
<!-- th is for header cells, td for data,
|
1244
|
+
but for cells acting as both use td
|
1245
|
+
-->
|
1246
|
+
<!-- end of th.element -->
|
1247
|
+
<!-- end of th.attlist -->
|
1248
|
+
<!-- td: Table Data Cell ............................... -->
|
1249
|
+
<!-- end of td.element -->
|
1250
|
+
<!-- end of td.attlist -->
|
1251
|
+
<!-- end of xhtml-basic-table-1.mod -->
|
1252
|
+
<!-- Forms Module ............................................... -->
|
1253
|
+
<!-- ...................................................................... -->
|
1254
|
+
<!-- XHTML Simplified Forms Module ....................................... -->
|
1255
|
+
<!-- file: xhtml-basic-form-1.mod
|
1256
|
+
|
1257
|
+
This is XHTML Basic, a proper subset of XHTML.
|
1258
|
+
Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
|
1259
|
+
Revision: $Id: xhtml-basic-form-1.mod,v 4.1 2001/04/05 06:57:40 altheim Exp $ SMI
|
1260
|
+
|
1261
|
+
This DTD module is identified by the PUBLIC and SYSTEM identifiers:
|
1262
|
+
|
1263
|
+
PUBLIC "-//W3C//ELEMENTS XHTML Basic Forms 1.0//EN"
|
1264
|
+
SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-basic-form-1.mod"
|
1265
|
+
|
1266
|
+
Revisions:
|
1267
|
+
(none)
|
1268
|
+
....................................................................... -->
|
1269
|
+
<!-- Basic Forms
|
1270
|
+
|
1271
|
+
This forms module is based on the HTML 3.2 forms model, with
|
1272
|
+
the WAI-requested addition of the label element. While this
|
1273
|
+
module essentially mimics the content model and attributes of
|
1274
|
+
HTML 3.2 forms, the element types declared herein also include
|
1275
|
+
all HTML 4 common attributes.
|
1276
|
+
|
1277
|
+
form, label, input, select, option, textarea
|
1278
|
+
-->
|
1279
|
+
<!-- declare qualified element type names:
|
1280
|
+
-->
|
1281
|
+
<!-- %BlkNoForm.mix; includes all non-form block elements,
|
1282
|
+
plus %Misc.class;
|
1283
|
+
-->
|
1284
|
+
<!-- form: Form Element ................................ -->
|
1285
|
+
<!-- end of form.element -->
|
1286
|
+
<!-- end of form.attlist -->
|
1287
|
+
<!-- label: Form Field Label Text ...................... -->
|
1288
|
+
<!-- Each label must not contain more than ONE field
|
1289
|
+
-->
|
1290
|
+
<!-- end of label.element -->
|
1291
|
+
<!-- end of label.attlist -->
|
1292
|
+
<!-- input: Form Control ............................... -->
|
1293
|
+
<!-- end of input.element -->
|
1294
|
+
<!-- Basic Forms removes 'button', 'image' and 'file' input types.
|
1295
|
+
-->
|
1296
|
+
<!-- attribute name required for all but submit & reset
|
1297
|
+
-->
|
1298
|
+
<!-- end of input.attlist -->
|
1299
|
+
<!-- select: Option Selector ........................... -->
|
1300
|
+
<!-- end of select.element -->
|
1301
|
+
<!-- end of select.attlist -->
|
1302
|
+
<!-- option: Selectable Choice ......................... -->
|
1303
|
+
<!-- end of option.element -->
|
1304
|
+
<!-- end of option.attlist -->
|
1305
|
+
<!-- textarea: Multi-Line Text Field ................... -->
|
1306
|
+
<!-- end of textarea.element -->
|
1307
|
+
<!-- end of textarea.attlist -->
|
1308
|
+
<!-- end of xhtml-basic-form-1.mod -->
|
1309
|
+
<!-- Link Element Module ........................................ -->
|
1310
|
+
<!-- ...................................................................... -->
|
1311
|
+
<!-- XHTML Link Element Module ........................................... -->
|
1312
|
+
<!-- file: xhtml-link-1.mod
|
1313
|
+
|
1314
|
+
This is XHTML, a reformulation of HTML as a modular XML application.
|
1315
|
+
Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
|
1316
|
+
Revision: $Id: xhtml-link-1.mod,v 4.1 2001/04/05 06:57:40 altheim Exp $ SMI
|
1317
|
+
|
1318
|
+
This DTD module is identified by the PUBLIC and SYSTEM identifiers:
|
1319
|
+
|
1320
|
+
PUBLIC "-//W3C//ELEMENTS XHTML Link Element 1.0//EN"
|
1321
|
+
SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-link-1.mod"
|
1322
|
+
|
1323
|
+
Revisions:
|
1324
|
+
(none)
|
1325
|
+
....................................................................... -->
|
1326
|
+
<!-- Link element
|
1327
|
+
|
1328
|
+
link
|
1329
|
+
|
1330
|
+
This module declares the link element type and its attributes,
|
1331
|
+
which could (in principle) be used to define document-level links
|
1332
|
+
to external resources such as:
|
1333
|
+
|
1334
|
+
a) for document specific toolbars/menus, e.g. start, contents,
|
1335
|
+
previous, next, index, end, help
|
1336
|
+
b) to link to a separate style sheet (rel="stylesheet")
|
1337
|
+
c) to make a link to a script (rel="script")
|
1338
|
+
d) by style sheets to control how collections of html nodes are
|
1339
|
+
rendered into printed documents
|
1340
|
+
e) to make a link to a printable version of this document
|
1341
|
+
e.g. a postscript or pdf version (rel="alternate" media="print")
|
1342
|
+
-->
|
1343
|
+
<!-- link: Media-Independent Link ...................... -->
|
1344
|
+
<!-- end of link.element -->
|
1345
|
+
<!-- end of link.attlist -->
|
1346
|
+
<!-- end of xhtml-link-1.mod -->
|
1347
|
+
<!-- Document Metainformation Module ............................ -->
|
1348
|
+
<!-- ...................................................................... -->
|
1349
|
+
<!-- XHTML Document Metainformation Module ............................... -->
|
1350
|
+
<!-- file: xhtml-meta-1.mod
|
1351
|
+
|
1352
|
+
This is XHTML, a reformulation of HTML as a modular XML application.
|
1353
|
+
Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
|
1354
|
+
Revision: $Id: xhtml-meta-1.mod,v 4.0 2001/04/02 22:42:49 altheim Exp $ SMI
|
1355
|
+
|
1356
|
+
This DTD module is identified by the PUBLIC and SYSTEM identifiers:
|
1357
|
+
|
1358
|
+
PUBLIC "-//W3C//ELEMENTS XHTML Metainformation 1.0//EN"
|
1359
|
+
SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-meta-1.mod"
|
1360
|
+
|
1361
|
+
Revisions:
|
1362
|
+
(none)
|
1363
|
+
....................................................................... -->
|
1364
|
+
<!-- Meta Information
|
1365
|
+
|
1366
|
+
meta
|
1367
|
+
|
1368
|
+
This module declares the meta element type and its attributes,
|
1369
|
+
used to provide declarative document metainformation.
|
1370
|
+
-->
|
1371
|
+
<!-- meta: Generic Metainformation ..................... -->
|
1372
|
+
<!-- end of meta.element -->
|
1373
|
+
<!-- end of meta.attlist -->
|
1374
|
+
<!-- end of xhtml-meta-1.mod -->
|
1375
|
+
<!-- Base Element Module ........................................ -->
|
1376
|
+
<!-- ...................................................................... -->
|
1377
|
+
<!-- XHTML Base Element Module ........................................... -->
|
1378
|
+
<!-- file: xhtml-base-1.mod
|
1379
|
+
|
1380
|
+
This is XHTML, a reformulation of HTML as a modular XML application.
|
1381
|
+
Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
|
1382
|
+
Revision: $Id: xhtml-base-1.mod,v 4.0 2001/04/02 22:42:49 altheim Exp $ SMI
|
1383
|
+
|
1384
|
+
This DTD module is identified by the PUBLIC and SYSTEM identifiers:
|
1385
|
+
|
1386
|
+
PUBLIC "-//W3C//ELEMENTS XHTML Base Element 1.0//EN"
|
1387
|
+
SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-base-1.mod"
|
1388
|
+
|
1389
|
+
Revisions:
|
1390
|
+
(none)
|
1391
|
+
....................................................................... -->
|
1392
|
+
<!-- Base element
|
1393
|
+
|
1394
|
+
base
|
1395
|
+
|
1396
|
+
This module declares the base element type and its attributes,
|
1397
|
+
used to define a base URI against which relative URIs in the
|
1398
|
+
document will be resolved.
|
1399
|
+
|
1400
|
+
Note that this module also redeclares the content model for
|
1401
|
+
the head element to include the base element.
|
1402
|
+
-->
|
1403
|
+
<!-- base: Document Base URI ........................... -->
|
1404
|
+
<!-- end of base.element -->
|
1405
|
+
<!-- end of base.attlist -->
|
1406
|
+
<!-- end of xhtml-base-1.mod -->
|
1407
|
+
<!-- Param Element Module ....................................... -->
|
1408
|
+
<!-- ...................................................................... -->
|
1409
|
+
<!-- XHTML Param Element Module ..................................... -->
|
1410
|
+
<!-- file: xhtml-param-1.mod
|
1411
|
+
|
1412
|
+
This is XHTML, a reformulation of HTML as a modular XML application.
|
1413
|
+
Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
|
1414
|
+
Revision: $Id: xhtml-param-1.mod,v 4.0 2001/04/02 22:42:49 altheim Exp $ SMI
|
1415
|
+
|
1416
|
+
This DTD module is identified by the PUBLIC and SYSTEM identifiers:
|
1417
|
+
|
1418
|
+
PUBLIC "-//W3C//ELEMENTS XHTML Param Element 1.0//EN"
|
1419
|
+
SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-param-1.mod"
|
1420
|
+
|
1421
|
+
Revisions:
|
1422
|
+
(none)
|
1423
|
+
....................................................................... -->
|
1424
|
+
<!-- Parameters for Java Applets and Embedded Objects
|
1425
|
+
|
1426
|
+
param
|
1427
|
+
|
1428
|
+
This module provides declarations for the param element,
|
1429
|
+
used to provide named property values for the applet
|
1430
|
+
and object elements.
|
1431
|
+
-->
|
1432
|
+
<!-- param: Named Property Value ....................... -->
|
1433
|
+
<!-- end of param.element -->
|
1434
|
+
<!-- end of param.attlist -->
|
1435
|
+
<!-- end of xhtml-param-1.mod -->
|
1436
|
+
<!-- Embedded Object Module ..................................... -->
|
1437
|
+
<!-- ...................................................................... -->
|
1438
|
+
<!-- XHTML Embedded Object Module ........................................ -->
|
1439
|
+
<!-- file: xhtml-object-1.mod
|
1440
|
+
|
1441
|
+
This is XHTML, a reformulation of HTML as a modular XML application.
|
1442
|
+
Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
|
1443
|
+
Revision: $Id: xhtml-object-1.mod,v 4.0 2001/04/02 22:42:49 altheim Exp $ SMI
|
1444
|
+
|
1445
|
+
This DTD module is identified by the PUBLIC and SYSTEM identifiers:
|
1446
|
+
|
1447
|
+
PUBLIC "-//W3C//ELEMENTS XHTML Embedded Object 1.0//EN"
|
1448
|
+
SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-object-1.mod"
|
1449
|
+
|
1450
|
+
Revisions:
|
1451
|
+
(none)
|
1452
|
+
....................................................................... -->
|
1453
|
+
<!-- Embedded Objects
|
1454
|
+
|
1455
|
+
object
|
1456
|
+
|
1457
|
+
This module declares the object element type and its attributes, used
|
1458
|
+
to embed external objects as part of XHTML pages. In the document,
|
1459
|
+
place param elements prior to other content within the object element.
|
1460
|
+
|
1461
|
+
Note that use of this module requires instantiation of the Param
|
1462
|
+
Element Module.
|
1463
|
+
-->
|
1464
|
+
<!-- object: Generic Embedded Object ................... -->
|
1465
|
+
<!-- end of object.element -->
|
1466
|
+
<!-- end of object.attlist -->
|
1467
|
+
<!-- end of xhtml-object-1.mod -->
|
1468
|
+
<!-- Target Attribute Module .................................... -->
|
1469
|
+
<!-- ...................................................................... -->
|
1470
|
+
<!-- XHTML Target Module ................................................. -->
|
1471
|
+
<!-- file: xhtml-target-1.mod
|
1472
|
+
|
1473
|
+
This is XHTML, a reformulation of HTML as a modular XML application.
|
1474
|
+
Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
|
1475
|
+
Revision: $Id: xhtml-target-1.mod,v 4.0 2001/04/02 22:42:49 altheim Exp $ SMI
|
1476
|
+
|
1477
|
+
This DTD module is identified by the PUBLIC and SYSTEM identifiers:
|
1478
|
+
|
1479
|
+
PUBLIC "-//W3C//ELEMENTS XHTML Target 1.0//EN"
|
1480
|
+
SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-target-1.mod"
|
1481
|
+
|
1482
|
+
Revisions:
|
1483
|
+
(none)
|
1484
|
+
....................................................................... -->
|
1485
|
+
<!-- Target
|
1486
|
+
|
1487
|
+
target
|
1488
|
+
|
1489
|
+
This module declares the 'target' attribute used for opening windows
|
1490
|
+
-->
|
1491
|
+
<!-- render in this frame -->
|
1492
|
+
<!-- add 'target' attribute to 'a' element -->
|
1493
|
+
<!-- add 'target' attribute to 'area' element -->
|
1494
|
+
<!-- add 'target' attribute to 'link' element -->
|
1495
|
+
<!-- add 'target' attribute to 'form' element -->
|
1496
|
+
<!-- add 'target' attribute to 'base' element -->
|
1497
|
+
<!-- end of xhtml-target-1.mod -->
|
1498
|
+
<!-- ...................................................................... -->
|
1499
|
+
<!-- XHTML Structure Module .............................................. -->
|
1500
|
+
<!-- file: xhtml-struct-1.mod
|
1501
|
+
|
1502
|
+
This is XHTML, a reformulation of HTML as a modular XML application.
|
1503
|
+
Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
|
1504
|
+
Revision: $Id: xhtml-struct-1.mod,v 4.0 2001/04/02 22:42:49 altheim Exp $ SMI
|
1505
|
+
|
1506
|
+
This DTD module is identified by the PUBLIC and SYSTEM identifiers:
|
1507
|
+
|
1508
|
+
PUBLIC "-//W3C//ELEMENTS XHTML Document Structure 1.0//EN"
|
1509
|
+
SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-struct-1.mod"
|
1510
|
+
|
1511
|
+
Revisions:
|
1512
|
+
(none)
|
1513
|
+
....................................................................... -->
|
1514
|
+
<!-- Document Structure
|
1515
|
+
|
1516
|
+
title, head, body, html
|
1517
|
+
|
1518
|
+
The Structure Module defines the major structural elements and
|
1519
|
+
their attributes.
|
1520
|
+
|
1521
|
+
Note that the content model of the head element type is redeclared
|
1522
|
+
when the Base Module is included in the DTD.
|
1523
|
+
|
1524
|
+
The parameter entity containing the XML namespace URI value used
|
1525
|
+
for XHTML is '%XHTML.xmlns;', defined in the Qualified Names module.
|
1526
|
+
-->
|
1527
|
+
<!-- title: Document Title ............................. -->
|
1528
|
+
<!-- The title element is not considered part of the flow of text.
|
1529
|
+
It should be displayed, for example as the page header or
|
1530
|
+
window title. Exactly one title is required per document.
|
1531
|
+
-->
|
1532
|
+
<!-- end of title.element -->
|
1533
|
+
<!-- end of title.attlist -->
|
1534
|
+
<!-- head: Document Head ............................... -->
|
1535
|
+
<!-- end of head.element -->
|
1536
|
+
<!-- reserved for future use with document profiles
|
1537
|
+
-->
|
1538
|
+
<!-- end of head.attlist -->
|
1539
|
+
<!-- body: Document Body ............................... -->
|
1540
|
+
<!-- end of body.element -->
|
1541
|
+
<!-- end of body.attlist -->
|
1542
|
+
<!-- html: XHTML Document Element ...................... -->
|
1543
|
+
<!-- end of html.element -->
|
1544
|
+
<!-- define a parameter for the XSI schemaLocation attribute -->
|
1545
|
+
<!-- version attribute value defined in driver
|
1546
|
+
-->
|
1547
|
+
<!-- schemaLocation attribute from XML Schema
|
1548
|
+
-->
|
1549
|
+
<!-- see the Qualified Names module for information
|
1550
|
+
on how to extend XHTML using XML namespaces
|
1551
|
+
-->
|
1552
|
+
<!-- end of html.attlist -->
|
1553
|
+
<!-- end of xhtml-struct-1.mod -->
|
1554
|
+
<!-- end of XHTML Basic 1.0 DTD ........................................... -->
|
1555
|
+
<html xmlns="http://www.w3.org/1999/xhtml">
|
1556
|
+
<head>
|
1557
|
+
<style type="text/css">
|
1558
|
+
body Verdana, Arial, sans-serif; font-size: 8pt
|
1559
|
+
td Verdana, Arial, sans-serif; font-size: 8pt
|
1560
|
+
</style>
|
1561
|
+
</head>
|
1562
|
+
<body leftmargin="0" topmargin="0">
|
1563
|
+
<table border="0" cellpadding="0" cellspacing="0" width="100%">
|
1564
|
+
<tr>
|
1565
|
+
<td align="center" bgcolor="#000066" rowspan="3" valign="middle"
|
1566
|
+
width="161"><img border="0" height="44"
|
1567
|
+
src="cid:A0.5963248131961322" width="78">
|
1568
|
+
</td><td bgcolor="#626E90"><img alt height="10"
|
1569
|
+
src="cid:A1.6143226124770862" width="1">
|
1570
|
+
</td></tr>
|
1571
|
+
<tr>
|
1572
|
+
<td bgcolor="#4D597C" valign="middle" width="90%"><img alt
|
1573
|
+
height="30" src="cid:A2.0935416821564106" valign="absmiddle" width="5">
|
1574
|
+
<img src="cid:A3.6977913319603006" valign="absmiddle">
|
1575
|
+
</td></tr>
|
1576
|
+
<tr>
|
1577
|
+
<td bgcolor="#626E90"><img alt height="10"
|
1578
|
+
src="cid:A4.611986317685563" width="1">
|
1579
|
+
</td></tr>
|
1580
|
+
<tr>
|
1581
|
+
<td colspan="2"><table align="center" border="0" cellpadding="0"
|
1582
|
+
cellspacing="0" width="100%">
|
1583
|
+
<tr>
|
1584
|
+
<td colspan="4"> </td></tr>
|
1585
|
+
<tr>
|
1586
|
+
<td> </td><td valign="middle"><p>
|
1587
|
+
<a
|
1588
|
+
href="http://mypictures.bell.ca/shareMessage.do?invite=8ERr4eJYYY7NkL87oLvh"><img
|
1589
|
+
border="0" src="cid:A5.664623796618034">
|
1590
|
+
</a></p>
|
1591
|
+
</td><td> </td><td valign="middle"><p> You have
|
1592
|
+
received a message from 2068675309 </p>
|
1593
|
+
<p></p>
|
1594
|
+
<p>
|
1595
|
+
<img src="cid:A6.218821519147072">
|
1596
|
+
<a
|
1597
|
+
href="http://mypictures.bell.ca/shareMessage.do?invite=8ERr4eJYYY7NkL87oLvh">View Message</a>
|
1598
|
+
</p>
|
1599
|
+
</td><td> </td><td valign="middle"><p>
|
1600
|
+
<!-- ENGLIGH -->
|
1601
|
+
|
1602
|
+
<!-- AdJuggler 5 request
|
1603
|
+
Ad Spot: bell_en_email_right_1_140x200
|
1604
|
+
Channel: Undefined
|
1605
|
+
Ad Dimension: 140x200_E-mail
|
1606
|
+
Category: Undefined
|
1607
|
+
Sub-category: Undefined
|
1608
|
+
--><a
|
1609
|
+
href="http://bell-banners.sun2.lightsurf.net/servlet/ajrotator/174/0/cc?z=1"><Img
|
1610
|
+
border="0" src="http://bell-banners.sun2.lightsurf.net/servlet/ajrotator/174/0/vc?z=1&dim=98">
|
1611
|
+
</a></p>
|
1612
|
+
</td><td> </td></tr>
|
1613
|
+
<tr>
|
1614
|
+
<td colspan="4"> </td></tr>
|
1615
|
+
</table>
|
1616
|
+
</td></tr>
|
1617
|
+
<tr>
|
1618
|
+
<td align="center" bgcolor="#626E90" colspan="2"><br>
|
1619
|
+
<font color="white"> Send and Receive Pictures and
|
1620
|
+
Video through Bell Mobility.<br> For more
|
1621
|
+
information go to <a href="http://www.bell.ca/mypictures" style="color: #CCCCCC">www.bell.ca/mypictures</a>.<br>
|
1622
|
+
</font>
|
1623
|
+
<br>
|
1624
|
+
</td></tr>
|
1625
|
+
<tr>
|
1626
|
+
<td bgcolor="#FFFFFF" colspan="2"><br>
|
1627
|
+
</td></tr>
|
1628
|
+
<tr>
|
1629
|
+
<td align="center" bgcolor="#626E90" colspan="2"><br>
|
1630
|
+
<font color="white"> Copyright © 2008 Bell
|
1631
|
+
Mobility. All Rights Reserved.<br>
|
1632
|
+
</font>
|
1633
|
+
<br>
|
1634
|
+
</td></tr>
|
1635
|
+
</table>
|
1636
|
+
</body>
|
1637
|
+
</html>
|
1638
|
+
|
1639
|
+
------=_Part_83999_4375329.1220831395069--
|
1640
|
+
|
1641
|
+
------=_Part_84000_18395600.1220831395069
|
1642
|
+
Content-Type: image/gif
|
1643
|
+
Content-Transfer-Encoding: base64
|
1644
|
+
Content-ID: <A0.5963248131961322>
|
1645
|
+
|
1646
|
+
R0lGODlhTgAsANUAAAAAZv/////MABANYO+/Br+ZGt+zDc+mEzAmU1BARiAaWY9zLYBmM0AzTXBw
|
1647
|
+
qXBZOVBQlp+AJiAgeWBgn6+MIDAwg2BNQBAQcO/v9c/P4q+vz7+/2d/f7J+fxUBAjGBgoI+PvH9/
|
1648
|
+
soCAs5+fxgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
|
1649
|
+
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAABOACwAAAb/QIBw
|
1650
|
+
SCwaj8ikcslsOp/QqHRKrVqvQwR2ywUkDNqueLoQLMbo5kCIEBTWafRAoUA0EowFJRI+CBJxWHUJ
|
1651
|
+
DwwRBQYCigQGBQUMQw9mgVEDDRZ6iASKAo0LDwkNCApwQwluCncJCRYMha+urncNClwIFhEHBpuK
|
1652
|
+
BhQMFqOlSgUCjATIyJzLnMmMBQthT3UPBbzIB5/SQ3MND7lgRgOJ2Q/mDw3p6ut434icb0wKCRHX
|
1653
|
+
BREWDcMDCISHuwQOFPiFhIGbYVDKKAKEZAC9RAKyBSsyjwEFXQYORFhgIQEChEYUJGIYJUExARRA
|
1654
|
+
CkngpxODj0QGYEJ0gAJHWiqXGCwABQGD/5YEGKgcoNCABYQIDkVgkIDUlQGSBOQUMuchpwMPpp5a
|
1655
|
+
eGTOmJ0WxNnB1bLTo21I2ijCqk8Nv36t9NTSKUBLt1aHeBmzOfFJAwrNGlEYvIBBnsGDDyhOZsDT
|
1656
|
+
VC8REg1UvMwTqLlT5mDKpWsRtgKKNwJrSmrAGtOm7zzQ05mZZdKP45AaZYeQIQqgATZWrHGBnwWx
|
1657
|
+
KRVpsGCBI9COIigvFIoWZiEZnwuXh6A6zODcDJyZnkbB2SEWBETgjsQDhAnnIaRHX0HChSQDKAA8
|
1658
|
+
sIlAgwvq0U+4IGG9hzQVcBDAgAQWOOAGEyjhkGGf1OIBBgRiUAEIBWqQBgQGatCBBhlAWP8gBEi8
|
1659
|
+
d4QDFQKQQYEJokEhgRuIeIEIBoIohAQOdLDBBhlkoOF+Q3RQoAMSeBgABiKKccGJBIJwwQUVTIDk
|
1660
|
+
kB0IUYEGQg5ZYAYVACCBgANi4MEHVwJYpYEEZiAjBEJuIGMFGxBooQdXXjBCgSGkAeaVOXJ5YAgD
|
1661
|
+
VFBlBxM4IKgGBHIgQQgFjnCBngFkiQahLEogqQQTMPolmZgGYGibBE7wYKFFdnFBlXUOcSeBEJwa
|
1662
|
+
wAYVtCdBe626WqChMBIYJRoYVgiCjYwGYOGWBSK4HgiKAjBBmJwO+EEac2bapY4ODDFlryUCkGwA
|
1663
|
+
IlRgoKNjQCDot+A6AIEHEhxRgbcidNAgAQiCQuBooN9KCi6P5NVr77345qvvvvz26++/AAdcRRAA
|
1664
|
+
Ow==
|
1665
|
+
------=_Part_84000_18395600.1220831395069
|
1666
|
+
Content-Type: image/gif
|
1667
|
+
Content-Transfer-Encoding: base64
|
1668
|
+
Content-ID: <A1.6143226124770862>
|
1669
|
+
|
1670
|
+
R0lGODlhAQABAIAAAP///////yH5BAUUAAEALAAAAAABAAEAAAICTAEAOw==
|
1671
|
+
------=_Part_84000_18395600.1220831395069
|
1672
|
+
Content-Type: image/gif
|
1673
|
+
Content-Transfer-Encoding: base64
|
1674
|
+
Content-ID: <A2.0935416821564106>
|
1675
|
+
|
1676
|
+
R0lGODlhAQABAIAAAP///////yH5BAUUAAEALAAAAAABAAEAAAICTAEAOw==
|
1677
|
+
------=_Part_84000_18395600.1220831395069
|
1678
|
+
Content-Type: image/gif
|
1679
|
+
Content-Transfer-Encoding: base64
|
1680
|
+
Content-ID: <A3.6977913319603006>
|
1681
|
+
|
1682
|
+
R0lGODlhvgAMALMAAGVvjZSbsFlkhfP09tve5efp7nF6lqyywri9y4iQqMTI06CmudDT3HyFn///
|
1683
|
+
/01ZfCwAAAAAvgAMAAAE/zCsucy7gE5wJb/XBI6gFJDC1mnnlTLMIoCLwhwf3ZLNAR+N0uKzSIwy
|
1684
|
+
uQ4CNiQ5n9CodDplOAiMgaPVcHi9wYc1DPJKrYNZCXyxfhkuLdaxaDsKWfjaoXYpvFgFBSBjFw4D
|
1685
|
+
FhddZAYEXjADCFSTlJWThQkOel16I4UjZlFuOw8FbGIOZCFXGBcGXjMCfWJadSB/BDk5n4Agiy6m
|
1686
|
+
CGqylsXGloVdCoqaTp9lDmemBL53qXaqDwGHswCnR3SszGlQvFoHzGELzcft7lRjAgqIzAQN94TX
|
1687
|
+
oNGiMA6JCGzos7LgXg5HBRJdOHCI1AMEgxwlYiipnD4HBxwZ+fXAkcN3IP9BuvGCg9kXfqiyhSrH
|
1688
|
+
YJskbw0+jaQDQl7DEesw1hyAbh06VLae8KowYAAAjt9CKnVHsME6cl3s4cNGYqVQOAXSLBgkk45B
|
1689
|
+
EjlJJdBScVuABtsG2An6wEeLodquINXXhoHCpXjP6HNUh5MzuoZQXn2wLsCAE12z4TzEw4sFRycd
|
1690
|
+
GFlHLZ8tuA816fvzM7DivKDzheH7wC+JZ4HPwPHGLSVVKF0Ee361Y90yAVp2EHxN84EAyGG60PMc
|
1691
|
+
uvhpr09ndClA4a0DBBQ4eNHgTA8Cna5RQVdRI0EDR3C+n72e5nof1jMyYbxn6vLFoAa0kGE4oKD6
|
1692
|
+
z8bxjhyg4EPsN3acFERBZLKJsYkDH3QlIGFaPKKcKV4kJIADy4xA2gMGzFSAc2H01gFgCUAIyF35
|
1693
|
+
lWjiO1+NYEADJFIhQIrvHNXALCfmFQEAOw==
|
1694
|
+
------=_Part_84000_18395600.1220831395069
|
1695
|
+
Content-Type: image/gif
|
1696
|
+
Content-Transfer-Encoding: base64
|
1697
|
+
Content-ID: <A4.611986317685563>
|
1698
|
+
|
1699
|
+
R0lGODlhAQABAIAAAP///////yH5BAUUAAEALAAAAAABAAEAAAICTAEAOw==
|
1700
|
+
------=_Part_84000_18395600.1220831395069
|
1701
|
+
Content-Type: image/jpeg
|
1702
|
+
Content-Transfer-Encoding: base64
|
1703
|
+
Content-ID: <A5.664623796618034>
|
1704
|
+
|
1705
|
+
/9j/4AAQSkZJRgABAQAAAQABAAD/4U30RXhpZgAATU0AKgAAAAgACQEPAAIAAAAIAAAAngEQAAIA
|
1706
|
+
AAAJAAAApgESAAMAAAABAAEAAAEaAAUAAAABAAAAsAEbAAUAAAABAAAAuAEoAAMAAAABAAIAAAEx
|
1707
|
+
AAIAAAANAAAAwAITAAMAAAABAAEAAIdpAAQAAAABAAAAzgAAAjoAAAAAAAAAAAAAAAAAAAAAAAAA
|
1708
|
+
AAAAAAAAAAAAAAAAAAAAAABNU002NTAwAFNQSC1NNTAwAAAAAABIAAAAAQAAAEgAAAABRVMuTTUw
|
1709
|
+
MCAgICAgAAAAEYKaAAUAAAABAAAB5JAAAAcAAAAEMDIyMJADAAIAAAAUAAAB7JAEAAIAAAAUAAAC
|
1710
|
+
AJEBAAcAAAAEAQIDAJIJAAMAAAABAAAAAKAAAAcAAAAEMDEwMKABAAMAAAABAAEAAKACAAQAAAAB
|
1711
|
+
AAABQKADAAQAAAABAAAA8KAFAAQAAAABAAACHKQBAAMAAAABAAAAAKQCAAMAAAABAAAAAKQDAAMA
|
1712
|
+
AAABAAEAAKQEAAUAAAABAAACFKQGAAMAAAABAAAAAKQMAAMAAAABAAAAAAAAAAAAAAAAAAAAAAAA
|
1713
|
+
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
|
1714
|
+
AAAAAAEAAAAVMjAwODowNzoxOCAxMDowNTo1NwAyMDA4OjA3OjE4IDEwOjA1OjU3AAAAQAAAABAA
|
1715
|
+
AAIAAQACAAAABFI5OAAAAgAHAAAABDAxMDAAAAAAAAYBAwADAAAAAQAGAAABGgAFAAAAAQAAAqAB
|
1716
|
+
GwAFAAAAAQAAAqgBKAADAAAAAQACAAACAQAEAAAAAQAAArACAgAEAAAAAQAASzwAAAAAAAAAAAAA
|
1717
|
+
AAAAAAAAAAAAAAAAAAAAAAAAAAAASAAAAAEAAABIAAAAAf/Y/9sAhAADAgIDAgIDAwMDBAMDBAUI
|
1718
|
+
BQUEBAUKBwcGCAwKDAwLCgsLDQ4SEA0OEQ4LCxAWEBETFBUVFQwPFxgWFBgSFBUUAQMEBAUEBQkF
|
1719
|
+
BQkUDQsNFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBT/
|
1720
|
+
xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUS
|
1721
|
+
ITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElK
|
1722
|
+
U1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4
|
1723
|
+
ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+gEAAwEBAQEBAQEBAQAAAAAA
|
1724
|
+
AAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJ
|
1725
|
+
IzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1
|
1726
|
+
dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY
|
1727
|
+
2dri4+Tl5ufo6ery8/T19vf4+fr/wAARCADcASYDASEAAhEBAxEB/9oADAMBAAIRAxEAPwD4m8Wr
|
1728
|
+
jWbs8H943f3r0L9l2ETeLvEvHI01Tj/gVfF4uVsFL0X5o/Q6X++xXm/yZytzF+9k4PJJH50+3UMc
|
1729
|
+
A7eOvpTb0Olr3i/ZA9OM59fau18CWf2q/vWAyUspW/LFc0mdCV0ev2UElnF5JQrhjU4dsnn3zXzN
|
1730
|
+
V/vGdMY3SGNK2fWgSHPvWd9NAaVg84j2qNpT3qkJojaXBqNpd3StUwSR4R+0R4vd5rTQLWZlC/vr
|
1731
|
+
nacZz91T+GT+Irxe31q70V2axup7aWRSjmBypK+hxX3uX0ksNGLW+rPjcdVft3KL2I49W1GbcBc3
|
1732
|
+
G0nkGQ89Pf2H5Cr51u+mh8me4eVNwcGQ7mUj0J5FepyR7HnxnUV7s+kP2d/E17rmj6hZXty9y1o6
|
1733
|
+
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
|
2055
|
+
YYgygEk45qD7fJ/dX8j/AI1X1Sn5mv1qfZH/2f/bAEMABQMEBAQDBQQEBAUFBQYHDAgHBwcHDwsL
|
2056
|
+
CQwRDxISEQ8RERMWHBcTFBoVEREYIRgaHR0fHx8TFyIkIh4kHB4fHv/bAEMBBQUFBwYHDggIDh4U
|
2057
|
+
ERQeHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHv/AABEI
|
2058
|
+
APoA+gMBIgACEQEDEQH/xAAfAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgv/xAC1EAACAQMD
|
2059
|
+
AgQDBQUEBAAAAX0BAgMABBEFEiExQQYTUWEHInEUMoGRoQgjQrHBFVLR8CQzYnKCCQoWFxgZGiUm
|
2060
|
+
JygpKjQ1Njc4OTpDREVGR0hJSlNUVVZXWFlaY2RlZmdoaWpzdHV2d3h5eoOEhYaHiImKkpOUlZaX
|
2061
|
+
mJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4eLj5OXm5+jp6vHy8/T19vf4
|
2062
|
+
+fr/xAAfAQADAQEBAQEBAQEBAAAAAAAAAQIDBAUGBwgJCgv/xAC1EQACAQIEBAMEBwUEBAABAncA
|
2063
|
+
AQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6
|
2064
|
+
Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeo
|
2065
|
+
qaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhED
|
2066
|
+
EQA/APsuiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiig
|
2067
|
+
AooooAKKKKACiiigAorlpfiT8O4nKS+PfCsbDqG1e3BH/j9Pt/iH4AuIJbiDxx4YlhhIEkiatAyo
|
2068
|
+
T0BIbA/Gp5473K5JbWOmorl/+Fj/AA9/6Hvwt/4N4P8A4ulHxF+H56eOfDH/AINoP/i6OePcfs59
|
2069
|
+
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
|
2266
|
+
------=_Part_84000_18395600.1220831395069
|
2267
|
+
Content-Type: image/gif
|
2268
|
+
Content-Transfer-Encoding: base64
|
2269
|
+
Content-ID: <A6.218821519147072>
|
2270
|
+
|
2271
|
+
R0lGODlhBwAKAIABAJCatf///yH5BAEAAAEALAAAAAAHAAoAAAINjG+AqQjvXgsyrrnyKgA7
|
2272
|
+
------=_Part_84000_18395600.1220831395069--
|
2273
|
+
|