relaton-w3c 1.10.1 → 1.11.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/data/reference.W3C.DSig-label.xml +32 -32
- data/data/reference.W3C.P3P-rdfschema.xml +26 -26
- data/data/reference.W3C.P3P.xml +38 -38
- data/data/reference.W3C.PICS-labels.xml +43 -43
- data/data/reference.W3C.PICS-rules.xml +38 -38
- data/data/reference.W3C.PICS-services.xml +37 -37
- data/data/reference.W3C.daml-oil-reference.xml +39 -39
- data/data/reference.W3C.soap11.xml +56 -56
- data/data/reference.W3C.soap12-part1.xml +38 -38
- data/data/reference.W3C.soap12-part2.xml +38 -38
- data/data/reference.W3C.xkms.xml +50 -50
- data/data/reference.W3C.xml-c14n.xml +15 -15
- data/data/reference.W3C.xmldsig-core.xml +26 -26
- data/data/reference.W3C.xmlenc-core.xml +20 -20
- data/data/reference.W3C.xpath.xml +22 -22
- data/grammars/biblio.rng +24 -1
- data/grammars/isodoc.rng +73 -3
- data/lib/relaton_w3c/bibxml_parser.rb +7 -0
- data/lib/relaton_w3c/data_fetcher.rb +188 -0
- data/lib/relaton_w3c/data_index.rb +143 -0
- data/lib/relaton_w3c/data_parser.rb +171 -26
- data/lib/relaton_w3c/version.rb +1 -1
- data/lib/relaton_w3c/w3c_bibliography.rb +9 -7
- data/lib/relaton_w3c/workgroups.yaml +7 -0
- data/lib/relaton_w3c.rb +5 -4
- data/relaton_w3c.gemspec +4 -1
- metadata +35 -6
- data/lib/relaton_w3c/data_fethcer.rb +0 -110
@@ -1,56 +1,56 @@
|
|
1
|
-
<?xml version="1.0" encoding='UTF-8'?>
|
2
|
-
<reference anchor="W3C.soap11" target="http://www.w3.org/TR/SOAP/">
|
3
|
-
<front>
|
4
|
-
<title>Simple Object Access Protocol (SOAP) 1.1</title>
|
5
|
-
<author initials="D." surname="Box" fullname="Don Box">
|
6
|
-
<organization>Developmentor</organization>
|
7
|
-
<address>
|
8
|
-
<email>dbox@develop.com</email>
|
9
|
-
</address>
|
10
|
-
</author>
|
11
|
-
<author initials="D." surname="Ehnebuske" fullname="David Ehnebuske">
|
12
|
-
<organization>IBM</organization>
|
13
|
-
<address>
|
14
|
-
<email>davide@us.ibm.com</email>
|
15
|
-
</address>
|
16
|
-
</author>
|
17
|
-
<author initials="G." surname="Kakivaya" fullname="Gopal Kakivaya">
|
18
|
-
<organization>Microsoft</organization>
|
19
|
-
<address>
|
20
|
-
<email>gopalk@microsoft.com</email>
|
21
|
-
</address>
|
22
|
-
</author>
|
23
|
-
<author initials="A." surname="Layman" fullname="Andrew Layman">
|
24
|
-
<organization>Microsoft</organization>
|
25
|
-
<address>
|
26
|
-
<email>andrewl@microsoft.com</email>
|
27
|
-
</address>
|
28
|
-
</author>
|
29
|
-
<author initials="N." surname="Mendelsohn" fullname="Noah Mendelsohn">
|
30
|
-
<organization>Lotus Development Corp.</organization>
|
31
|
-
<address>
|
32
|
-
<email>Noah_Mendelsohn@lotus.com</email>
|
33
|
-
</address>
|
34
|
-
</author>
|
35
|
-
<author initials="H." surname="Nielsen" fullname="Henrik Frystyk Nielsen">
|
36
|
-
<organization>Microsoft</organization>
|
37
|
-
<address>
|
38
|
-
<email>frystyk@microsoft.com</email>
|
39
|
-
</address>
|
40
|
-
</author>
|
41
|
-
<author initials="S." surname="Thatte" fullname="Satish Thatte">
|
42
|
-
<organization>Microsoft</organization>
|
43
|
-
<address>
|
44
|
-
<email>satisht@microsoft.com</email>
|
45
|
-
</address>
|
46
|
-
</author>
|
47
|
-
<author initials="D." surname="Winer" fullname="Dave Winer">
|
48
|
-
<organization>UserLand Software</organization>
|
49
|
-
<address>
|
50
|
-
<email>dave@userland.com</email>
|
51
|
-
</address>
|
52
|
-
</author>
|
53
|
-
<date day="8" month="May" year="2000"/>
|
54
|
-
</front>
|
55
|
-
<seriesInfo value="soap11" name="W3C Note"/>
|
56
|
-
</reference>
|
1
|
+
<?xml version="1.0" encoding='UTF-8'?>
|
2
|
+
<reference anchor="W3C.soap11" target="http://www.w3.org/TR/SOAP/">
|
3
|
+
<front>
|
4
|
+
<title>Simple Object Access Protocol (SOAP) 1.1</title>
|
5
|
+
<author initials="D." surname="Box" fullname="Don Box">
|
6
|
+
<organization>Developmentor</organization>
|
7
|
+
<address>
|
8
|
+
<email>dbox@develop.com</email>
|
9
|
+
</address>
|
10
|
+
</author>
|
11
|
+
<author initials="D." surname="Ehnebuske" fullname="David Ehnebuske">
|
12
|
+
<organization>IBM</organization>
|
13
|
+
<address>
|
14
|
+
<email>davide@us.ibm.com</email>
|
15
|
+
</address>
|
16
|
+
</author>
|
17
|
+
<author initials="G." surname="Kakivaya" fullname="Gopal Kakivaya">
|
18
|
+
<organization>Microsoft</organization>
|
19
|
+
<address>
|
20
|
+
<email>gopalk@microsoft.com</email>
|
21
|
+
</address>
|
22
|
+
</author>
|
23
|
+
<author initials="A." surname="Layman" fullname="Andrew Layman">
|
24
|
+
<organization>Microsoft</organization>
|
25
|
+
<address>
|
26
|
+
<email>andrewl@microsoft.com</email>
|
27
|
+
</address>
|
28
|
+
</author>
|
29
|
+
<author initials="N." surname="Mendelsohn" fullname="Noah Mendelsohn">
|
30
|
+
<organization>Lotus Development Corp.</organization>
|
31
|
+
<address>
|
32
|
+
<email>Noah_Mendelsohn@lotus.com</email>
|
33
|
+
</address>
|
34
|
+
</author>
|
35
|
+
<author initials="H." surname="Nielsen" fullname="Henrik Frystyk Nielsen">
|
36
|
+
<organization>Microsoft</organization>
|
37
|
+
<address>
|
38
|
+
<email>frystyk@microsoft.com</email>
|
39
|
+
</address>
|
40
|
+
</author>
|
41
|
+
<author initials="S." surname="Thatte" fullname="Satish Thatte">
|
42
|
+
<organization>Microsoft</organization>
|
43
|
+
<address>
|
44
|
+
<email>satisht@microsoft.com</email>
|
45
|
+
</address>
|
46
|
+
</author>
|
47
|
+
<author initials="D." surname="Winer" fullname="Dave Winer">
|
48
|
+
<organization>UserLand Software</organization>
|
49
|
+
<address>
|
50
|
+
<email>dave@userland.com</email>
|
51
|
+
</address>
|
52
|
+
</author>
|
53
|
+
<date day="8" month="May" year="2000"/>
|
54
|
+
</front>
|
55
|
+
<seriesInfo value="soap11" name="W3C Note"/>
|
56
|
+
</reference>
|
@@ -1,38 +1,38 @@
|
|
1
|
-
<?xml version="1.0" encoding='UTF-8'?>
|
2
|
-
<reference anchor="W3C.soap12-part1" target="http://www.w3.org/TR/soap12-part1">
|
3
|
-
<front>
|
4
|
-
<title>SOAP Version 1.2 Part 1: Messaging Framework</title>
|
5
|
-
<author initials="M." surname="Gudgin" fullname="Martin Gudgin">
|
6
|
-
<organization>Developmentor</organization>
|
7
|
-
<address>
|
8
|
-
<email>marting@develop.com</email>
|
9
|
-
</address>
|
10
|
-
</author>
|
11
|
-
<author initials="M." surname="Hadley" fullname="Marc Hadley">
|
12
|
-
<organization>Sun Microsystems</organization>
|
13
|
-
<address>
|
14
|
-
<email>marc.hadley@sun.com</email>
|
15
|
-
</address>
|
16
|
-
</author>
|
17
|
-
<author initials="N." surname="Mendelsohn" fullname="Noah Mendelsohn">
|
18
|
-
<organization>IBM</organization>
|
19
|
-
<address>
|
20
|
-
<email>Noah_Mendelsohn@us.ibm.com</email>
|
21
|
-
</address>
|
22
|
-
</author>
|
23
|
-
<author initials="J." surname="Moreau" fullname="Jean-Jacques Moreau">
|
24
|
-
<organization>Canon</organization>
|
25
|
-
<address>
|
26
|
-
<email>moreau@crf.canon.fr</email>
|
27
|
-
</address>
|
28
|
-
</author>
|
29
|
-
<author initials="H." surname="Nielsen" fullname="Henrik Frystyk Nielsen">
|
30
|
-
<organization>Microsoft</organization>
|
31
|
-
<address>
|
32
|
-
<email>henrikn@microsoft.com</email>
|
33
|
-
</address>
|
34
|
-
</author>
|
35
|
-
<date day="26" month="June" year="2002"/>
|
36
|
-
</front>
|
37
|
-
<seriesInfo value="soap12-part1" name="W3C Working Draft"/>
|
38
|
-
</reference>
|
1
|
+
<?xml version="1.0" encoding='UTF-8'?>
|
2
|
+
<reference anchor="W3C.soap12-part1" target="http://www.w3.org/TR/soap12-part1">
|
3
|
+
<front>
|
4
|
+
<title>SOAP Version 1.2 Part 1: Messaging Framework</title>
|
5
|
+
<author initials="M." surname="Gudgin" fullname="Martin Gudgin">
|
6
|
+
<organization>Developmentor</organization>
|
7
|
+
<address>
|
8
|
+
<email>marting@develop.com</email>
|
9
|
+
</address>
|
10
|
+
</author>
|
11
|
+
<author initials="M." surname="Hadley" fullname="Marc Hadley">
|
12
|
+
<organization>Sun Microsystems</organization>
|
13
|
+
<address>
|
14
|
+
<email>marc.hadley@sun.com</email>
|
15
|
+
</address>
|
16
|
+
</author>
|
17
|
+
<author initials="N." surname="Mendelsohn" fullname="Noah Mendelsohn">
|
18
|
+
<organization>IBM</organization>
|
19
|
+
<address>
|
20
|
+
<email>Noah_Mendelsohn@us.ibm.com</email>
|
21
|
+
</address>
|
22
|
+
</author>
|
23
|
+
<author initials="J." surname="Moreau" fullname="Jean-Jacques Moreau">
|
24
|
+
<organization>Canon</organization>
|
25
|
+
<address>
|
26
|
+
<email>moreau@crf.canon.fr</email>
|
27
|
+
</address>
|
28
|
+
</author>
|
29
|
+
<author initials="H." surname="Nielsen" fullname="Henrik Frystyk Nielsen">
|
30
|
+
<organization>Microsoft</organization>
|
31
|
+
<address>
|
32
|
+
<email>henrikn@microsoft.com</email>
|
33
|
+
</address>
|
34
|
+
</author>
|
35
|
+
<date day="26" month="June" year="2002"/>
|
36
|
+
</front>
|
37
|
+
<seriesInfo value="soap12-part1" name="W3C Working Draft"/>
|
38
|
+
</reference>
|
@@ -1,38 +1,38 @@
|
|
1
|
-
<?xml version="1.0" encoding='UTF-8'?>
|
2
|
-
<reference anchor="W3C.soap12-part2" target="http://www.w3.org/TR/soap12-part2">
|
3
|
-
<front>
|
4
|
-
<title>SOAP Version 1.2 Part 2: Adjuncts</title>
|
5
|
-
<author initials="M." surname="Gudgin" fullname="Martin Gudgin">
|
6
|
-
<organization>Developmentor</organization>
|
7
|
-
<address>
|
8
|
-
<email>marting@develop.com</email>
|
9
|
-
</address>
|
10
|
-
</author>
|
11
|
-
<author initials="M." surname="Hadley" fullname="Marc Hadley">
|
12
|
-
<organization>Sun Microsystems</organization>
|
13
|
-
<address>
|
14
|
-
<email>marc.hadley@sun.com</email>
|
15
|
-
</address>
|
16
|
-
</author>
|
17
|
-
<author initials="N." surname="Mendelsohn" fullname="Noah Mendelsohn">
|
18
|
-
<organization>IBM</organization>
|
19
|
-
<address>
|
20
|
-
<email>Noah_Mendelsohn@us.ibm.com</email>
|
21
|
-
</address>
|
22
|
-
</author>
|
23
|
-
<author initials="J." surname="Moreau" fullname="Jean-Jacques Moreau">
|
24
|
-
<organization>Canon</organization>
|
25
|
-
<address>
|
26
|
-
<email>moreau@crf.canon.fr</email>
|
27
|
-
</address>
|
28
|
-
</author>
|
29
|
-
<author initials="H." surname="Nielsen" fullname="Henrik Frystyk Nielsen">
|
30
|
-
<organization>Microsoft</organization>
|
31
|
-
<address>
|
32
|
-
<email>henrikn@microsoft.com</email>
|
33
|
-
</address>
|
34
|
-
</author>
|
35
|
-
<date day="26" month="June" year="2002"/>
|
36
|
-
</front>
|
37
|
-
<seriesInfo value="soap12-part2" name="W3C Working Draft"/>
|
38
|
-
</reference>
|
1
|
+
<?xml version="1.0" encoding='UTF-8'?>
|
2
|
+
<reference anchor="W3C.soap12-part2" target="http://www.w3.org/TR/soap12-part2">
|
3
|
+
<front>
|
4
|
+
<title>SOAP Version 1.2 Part 2: Adjuncts</title>
|
5
|
+
<author initials="M." surname="Gudgin" fullname="Martin Gudgin">
|
6
|
+
<organization>Developmentor</organization>
|
7
|
+
<address>
|
8
|
+
<email>marting@develop.com</email>
|
9
|
+
</address>
|
10
|
+
</author>
|
11
|
+
<author initials="M." surname="Hadley" fullname="Marc Hadley">
|
12
|
+
<organization>Sun Microsystems</organization>
|
13
|
+
<address>
|
14
|
+
<email>marc.hadley@sun.com</email>
|
15
|
+
</address>
|
16
|
+
</author>
|
17
|
+
<author initials="N." surname="Mendelsohn" fullname="Noah Mendelsohn">
|
18
|
+
<organization>IBM</organization>
|
19
|
+
<address>
|
20
|
+
<email>Noah_Mendelsohn@us.ibm.com</email>
|
21
|
+
</address>
|
22
|
+
</author>
|
23
|
+
<author initials="J." surname="Moreau" fullname="Jean-Jacques Moreau">
|
24
|
+
<organization>Canon</organization>
|
25
|
+
<address>
|
26
|
+
<email>moreau@crf.canon.fr</email>
|
27
|
+
</address>
|
28
|
+
</author>
|
29
|
+
<author initials="H." surname="Nielsen" fullname="Henrik Frystyk Nielsen">
|
30
|
+
<organization>Microsoft</organization>
|
31
|
+
<address>
|
32
|
+
<email>henrikn@microsoft.com</email>
|
33
|
+
</address>
|
34
|
+
</author>
|
35
|
+
<date day="26" month="June" year="2002"/>
|
36
|
+
</front>
|
37
|
+
<seriesInfo value="soap12-part2" name="W3C Working Draft"/>
|
38
|
+
</reference>
|
data/data/reference.W3C.xkms.xml
CHANGED
@@ -1,50 +1,50 @@
|
|
1
|
-
<?xml version="1.0" encoding='UTF-8'?>
|
2
|
-
<reference anchor="W3C.xkms" target="http://www.w3.org/TR/xkms/">
|
3
|
-
<front>
|
4
|
-
<title>XML Key Management Specification (XKMS)</title>
|
5
|
-
<author initials="W." surname="Ford" fullname="Warwick Ford">
|
6
|
-
<organization>VeriSign</organization>
|
7
|
-
<address>
|
8
|
-
<email>wford@verisign.com</email>
|
9
|
-
</address>
|
10
|
-
</author>
|
11
|
-
<author initials="P." surname="Hallam-Baker" fullname="Phillip Hallam-Baker">
|
12
|
-
<organization>VeriSign</organization>
|
13
|
-
<address>
|
14
|
-
<email>pbaker@verisign.com</email>
|
15
|
-
</address>
|
16
|
-
</author>
|
17
|
-
<author initials="B." surname="Fox" fullname="Barbara Fox">
|
18
|
-
<organization>Microsoft</organization>
|
19
|
-
<address>
|
20
|
-
<email>bfox@EXCHANGE.MICROSOFT.com</email>
|
21
|
-
</address>
|
22
|
-
</author>
|
23
|
-
<author initials="B." surname="Dillaway" fullname="Blair Dillaway">
|
24
|
-
<organization>Microsoft</organization>
|
25
|
-
<address>
|
26
|
-
<email>blaird@microsoft.com</email>
|
27
|
-
</address>
|
28
|
-
</author>
|
29
|
-
<author initials="B." surname="LaMacchia" fullname="Brian LaMacchia">
|
30
|
-
<organization>Microsoft</organization>
|
31
|
-
<address>
|
32
|
-
<email>bal@microsoft.com</email>
|
33
|
-
</address>
|
34
|
-
</author>
|
35
|
-
<author initials="J." surname="Epstein" fullname="Jeremy Epstein">
|
36
|
-
<organization>webMethods</organization>
|
37
|
-
<address>
|
38
|
-
<email>jepstein@webmethods.com</email>
|
39
|
-
</address>
|
40
|
-
</author>
|
41
|
-
<author initials="J." surname="Lapp" fullname="Joe Lapp">
|
42
|
-
<organization>webMethods</organization>
|
43
|
-
<address>
|
44
|
-
<email>jlapp@webmethods.com</email>
|
45
|
-
</address>
|
46
|
-
</author>
|
47
|
-
<date day="30" month="March" year="2001"/>
|
48
|
-
</front>
|
49
|
-
<seriesInfo value="xkms" name="W3C Note"/>
|
50
|
-
</reference>
|
1
|
+
<?xml version="1.0" encoding='UTF-8'?>
|
2
|
+
<reference anchor="W3C.xkms" target="http://www.w3.org/TR/xkms/">
|
3
|
+
<front>
|
4
|
+
<title>XML Key Management Specification (XKMS)</title>
|
5
|
+
<author initials="W." surname="Ford" fullname="Warwick Ford">
|
6
|
+
<organization>VeriSign</organization>
|
7
|
+
<address>
|
8
|
+
<email>wford@verisign.com</email>
|
9
|
+
</address>
|
10
|
+
</author>
|
11
|
+
<author initials="P." surname="Hallam-Baker" fullname="Phillip Hallam-Baker">
|
12
|
+
<organization>VeriSign</organization>
|
13
|
+
<address>
|
14
|
+
<email>pbaker@verisign.com</email>
|
15
|
+
</address>
|
16
|
+
</author>
|
17
|
+
<author initials="B." surname="Fox" fullname="Barbara Fox">
|
18
|
+
<organization>Microsoft</organization>
|
19
|
+
<address>
|
20
|
+
<email>bfox@EXCHANGE.MICROSOFT.com</email>
|
21
|
+
</address>
|
22
|
+
</author>
|
23
|
+
<author initials="B." surname="Dillaway" fullname="Blair Dillaway">
|
24
|
+
<organization>Microsoft</organization>
|
25
|
+
<address>
|
26
|
+
<email>blaird@microsoft.com</email>
|
27
|
+
</address>
|
28
|
+
</author>
|
29
|
+
<author initials="B." surname="LaMacchia" fullname="Brian LaMacchia">
|
30
|
+
<organization>Microsoft</organization>
|
31
|
+
<address>
|
32
|
+
<email>bal@microsoft.com</email>
|
33
|
+
</address>
|
34
|
+
</author>
|
35
|
+
<author initials="J." surname="Epstein" fullname="Jeremy Epstein">
|
36
|
+
<organization>webMethods</organization>
|
37
|
+
<address>
|
38
|
+
<email>jepstein@webmethods.com</email>
|
39
|
+
</address>
|
40
|
+
</author>
|
41
|
+
<author initials="J." surname="Lapp" fullname="Joe Lapp">
|
42
|
+
<organization>webMethods</organization>
|
43
|
+
<address>
|
44
|
+
<email>jlapp@webmethods.com</email>
|
45
|
+
</address>
|
46
|
+
</author>
|
47
|
+
<date day="30" month="March" year="2001"/>
|
48
|
+
</front>
|
49
|
+
<seriesInfo value="xkms" name="W3C Note"/>
|
50
|
+
</reference>
|
@@ -1,15 +1,15 @@
|
|
1
|
-
<?xml version="1.0" encoding='UTF-8'?>
|
2
|
-
<reference anchor="W3C.xml-c14n" target="http://www.w3.org/TR/xml-c14n">
|
3
|
-
<front>
|
4
|
-
<title>Canonical XML Version 1.0</title>
|
5
|
-
<author initials="J." surname="Boyer" fullname="John Boyer">
|
6
|
-
<organization>
|
7
|
-
</organization>
|
8
|
-
<address>
|
9
|
-
<email>jboyer@PureEdge.com</email>
|
10
|
-
</address>
|
11
|
-
</author>
|
12
|
-
<date day="15" month="March" year="2001"/>
|
13
|
-
</front>
|
14
|
-
<seriesInfo name="W3C Recommendation" value="xpath"/>
|
15
|
-
</reference>
|
1
|
+
<?xml version="1.0" encoding='UTF-8'?>
|
2
|
+
<reference anchor="W3C.xml-c14n" target="http://www.w3.org/TR/xml-c14n">
|
3
|
+
<front>
|
4
|
+
<title>Canonical XML Version 1.0</title>
|
5
|
+
<author initials="J." surname="Boyer" fullname="John Boyer">
|
6
|
+
<organization>
|
7
|
+
</organization>
|
8
|
+
<address>
|
9
|
+
<email>jboyer@PureEdge.com</email>
|
10
|
+
</address>
|
11
|
+
</author>
|
12
|
+
<date day="15" month="March" year="2001"/>
|
13
|
+
</front>
|
14
|
+
<seriesInfo name="W3C Recommendation" value="xpath"/>
|
15
|
+
</reference>
|
@@ -1,26 +1,26 @@
|
|
1
|
-
<?xml version="1.0" encoding='UTF-8'?>
|
2
|
-
<reference anchor="W3C.xmldsig-core" target="http://www.w3.org/TR/xmldsig-core/">
|
3
|
-
<front>
|
4
|
-
<title>XML-Signature Syntax and Processing</title>
|
5
|
-
<author initials="D." surname="Eastlake" fullname="Donald Eastlake">
|
6
|
-
<organization>Motorola</organization>
|
7
|
-
<address>
|
8
|
-
<email>dee3@torque.pothole.com</email>
|
9
|
-
</address>
|
10
|
-
</author>
|
11
|
-
<author initials="J." surname="Reagle " fullname="Joseph Reagle ">
|
12
|
-
<organization>W3C</organization>
|
13
|
-
<address>
|
14
|
-
<email>reagle@w3.org</email>
|
15
|
-
</address>
|
16
|
-
</author>
|
17
|
-
<author initials="D." surname="Solo" fullname="David Solo">
|
18
|
-
<organization>Citigroup</organization>
|
19
|
-
<address>
|
20
|
-
<email>dsolo@alum.mit.edu</email>
|
21
|
-
</address>
|
22
|
-
</author>
|
23
|
-
<date day="6" month="October" year="2000"/>
|
24
|
-
</front>
|
25
|
-
<seriesInfo value="xmldsig-core" name="W3C Recommendation"/>
|
26
|
-
</reference>
|
1
|
+
<?xml version="1.0" encoding='UTF-8'?>
|
2
|
+
<reference anchor="W3C.xmldsig-core" target="http://www.w3.org/TR/xmldsig-core/">
|
3
|
+
<front>
|
4
|
+
<title>XML-Signature Syntax and Processing</title>
|
5
|
+
<author initials="D." surname="Eastlake" fullname="Donald Eastlake">
|
6
|
+
<organization>Motorola</organization>
|
7
|
+
<address>
|
8
|
+
<email>dee3@torque.pothole.com</email>
|
9
|
+
</address>
|
10
|
+
</author>
|
11
|
+
<author initials="J." surname="Reagle " fullname="Joseph Reagle ">
|
12
|
+
<organization>W3C</organization>
|
13
|
+
<address>
|
14
|
+
<email>reagle@w3.org</email>
|
15
|
+
</address>
|
16
|
+
</author>
|
17
|
+
<author initials="D." surname="Solo" fullname="David Solo">
|
18
|
+
<organization>Citigroup</organization>
|
19
|
+
<address>
|
20
|
+
<email>dsolo@alum.mit.edu</email>
|
21
|
+
</address>
|
22
|
+
</author>
|
23
|
+
<date day="6" month="October" year="2000"/>
|
24
|
+
</front>
|
25
|
+
<seriesInfo value="xmldsig-core" name="W3C Recommendation"/>
|
26
|
+
</reference>
|
@@ -1,20 +1,20 @@
|
|
1
|
-
<?xml version="1.0" encoding='UTF-8'?>
|
2
|
-
<reference anchor="W3C.xmlenc-core" target="http://www.w3.org/TR/xmlenc-core/">
|
3
|
-
<front>
|
4
|
-
<title>XML Encryption Syntax and Processing</title>
|
5
|
-
<author initials="D." surname="Eastlake" fullname="Donald Eastlake">
|
6
|
-
<organization>Motorola</organization>
|
7
|
-
<address>
|
8
|
-
<email>dee3@torque.pothole.com</email>
|
9
|
-
</address>
|
10
|
-
</author>
|
11
|
-
<author initials="J." surname="Reagle " fullname="Joseph Reagle ">
|
12
|
-
<organization>W3C</organization>
|
13
|
-
<address>
|
14
|
-
<email>reagle@w3.org</email>
|
15
|
-
</address>
|
16
|
-
</author>
|
17
|
-
<date day="2" month="August" year="2002"/>
|
18
|
-
</front>
|
19
|
-
<seriesInfo value="xmlenc-core" name="W3C Candidate Recommendation"/>
|
20
|
-
</reference>
|
1
|
+
<?xml version="1.0" encoding='UTF-8'?>
|
2
|
+
<reference anchor="W3C.xmlenc-core" target="http://www.w3.org/TR/xmlenc-core/">
|
3
|
+
<front>
|
4
|
+
<title>XML Encryption Syntax and Processing</title>
|
5
|
+
<author initials="D." surname="Eastlake" fullname="Donald Eastlake">
|
6
|
+
<organization>Motorola</organization>
|
7
|
+
<address>
|
8
|
+
<email>dee3@torque.pothole.com</email>
|
9
|
+
</address>
|
10
|
+
</author>
|
11
|
+
<author initials="J." surname="Reagle " fullname="Joseph Reagle ">
|
12
|
+
<organization>W3C</organization>
|
13
|
+
<address>
|
14
|
+
<email>reagle@w3.org</email>
|
15
|
+
</address>
|
16
|
+
</author>
|
17
|
+
<date day="2" month="August" year="2002"/>
|
18
|
+
</front>
|
19
|
+
<seriesInfo value="xmlenc-core" name="W3C Candidate Recommendation"/>
|
20
|
+
</reference>
|
@@ -1,22 +1,22 @@
|
|
1
|
-
<?xml version="1.0" encoding='UTF-8'?>
|
2
|
-
<reference anchor="W3C.xpath" target="http://www.w3.org/TR/xpath">
|
3
|
-
<front>
|
4
|
-
<title>XML Path Language (XPath) Version 1.0</title>
|
5
|
-
<author initials="J." surname="Clark" fullname="James Clark">
|
6
|
-
<organization>
|
7
|
-
</organization>
|
8
|
-
<address>
|
9
|
-
<email>jjc@jclark.com</email>
|
10
|
-
</address>
|
11
|
-
</author>
|
12
|
-
<author initials="S." surname="DeRose" fullname="Steve DeRose">
|
13
|
-
<organization>
|
14
|
-
</organization>
|
15
|
-
<address>
|
16
|
-
<email>Steven_DeRose@Brown.edu</email>
|
17
|
-
</address>
|
18
|
-
</author>
|
19
|
-
<date day="16" month="November" year="1999"/>
|
20
|
-
</front>
|
21
|
-
<seriesInfo name="W3C Recommendation" value="xpath"/>
|
22
|
-
</reference>
|
1
|
+
<?xml version="1.0" encoding='UTF-8'?>
|
2
|
+
<reference anchor="W3C.xpath" target="http://www.w3.org/TR/xpath">
|
3
|
+
<front>
|
4
|
+
<title>XML Path Language (XPath) Version 1.0</title>
|
5
|
+
<author initials="J." surname="Clark" fullname="James Clark">
|
6
|
+
<organization>
|
7
|
+
</organization>
|
8
|
+
<address>
|
9
|
+
<email>jjc@jclark.com</email>
|
10
|
+
</address>
|
11
|
+
</author>
|
12
|
+
<author initials="S." surname="DeRose" fullname="Steve DeRose">
|
13
|
+
<organization>
|
14
|
+
</organization>
|
15
|
+
<address>
|
16
|
+
<email>Steven_DeRose@Brown.edu</email>
|
17
|
+
</address>
|
18
|
+
</author>
|
19
|
+
<date day="16" month="November" year="1999"/>
|
20
|
+
</front>
|
21
|
+
<seriesInfo name="W3C Recommendation" value="xpath"/>
|
22
|
+
</reference>
|
data/grammars/biblio.rng
CHANGED
@@ -677,6 +677,9 @@
|
|
677
677
|
<zeroOrMore>
|
678
678
|
<ref name="extent"/>
|
679
679
|
</zeroOrMore>
|
680
|
+
<optional>
|
681
|
+
<ref name="bibliographic_size"/>
|
682
|
+
</optional>
|
680
683
|
<zeroOrMore>
|
681
684
|
<ref name="accesslocation"/>
|
682
685
|
</zeroOrMore>
|
@@ -922,9 +925,29 @@
|
|
922
925
|
<text/>
|
923
926
|
</element>
|
924
927
|
</define>
|
928
|
+
<define name="sizevalue">
|
929
|
+
<element name="value">
|
930
|
+
<attribute name="type"/>
|
931
|
+
<text/>
|
932
|
+
</element>
|
933
|
+
</define>
|
934
|
+
<define name="bibliographic_size">
|
935
|
+
<element name="size">
|
936
|
+
<oneOrMore>
|
937
|
+
<ref name="sizevalue"/>
|
938
|
+
</oneOrMore>
|
939
|
+
</element>
|
940
|
+
</define>
|
925
941
|
<define name="extent">
|
926
942
|
<element name="extent">
|
927
|
-
<
|
943
|
+
<choice>
|
944
|
+
<zeroOrMore>
|
945
|
+
<ref name="locality"/>
|
946
|
+
</zeroOrMore>
|
947
|
+
<zeroOrMore>
|
948
|
+
<ref name="localityStack"/>
|
949
|
+
</zeroOrMore>
|
950
|
+
</choice>
|
928
951
|
</element>
|
929
952
|
</define>
|
930
953
|
<define name="series">
|