relaton-w3c 1.11.2 → 1.11.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/rake.yml +1 -5
- data/.rubocop.yml +1 -1
- data/data/reference.W3C.DSig-label.xml +32 -32
- data/data/reference.W3C.P3P-rdfschema.xml +26 -26
- 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/lib/relaton_w3c/data_fetcher.rb +0 -53
- data/lib/relaton_w3c/data_index.rb +52 -44
- data/lib/relaton_w3c/data_parser.rb +1 -1
- data/lib/relaton_w3c/version.rb +1 -1
- data/lib/relaton_w3c/w3c_bibliography.rb +3 -3
- data/lib/relaton_w3c.rb +0 -3
- data/relaton_w3c.gemspec +4 -4
- metadata +22 -11
- data/lib/relaton_w3c/hit.rb +0 -15
- data/lib/relaton_w3c/hit_collection.rb +0 -172
- data/lib/relaton_w3c/scrapper.rb +0 -218
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c6432e67ef05f183bc0774c4d99d371de778693826020a6202e548c878c4ddd8
|
4
|
+
data.tar.gz: 4b05d35a0d6c05dafee9046bdf4a5270d61e2bf56ad3e9fa23865c83f439773a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 656afc278c830f8b31182781e474938efbad280a923239ee8c2a634faa095f7f73638de3a41e2bad8a27a0cb25163cd48ab462dc22ee378d73d734b90883b7fb
|
7
|
+
data.tar.gz: cc49efd88885d26c0085a47c36b2f1bec4fb1c1d7c1a82545c63b1198f73ed7d94b33c895dd265febce80fe4d08d03f450585af651a13e4e771eb371b3c2a50a
|
data/.github/workflows/rake.yml
CHANGED
@@ -16,7 +16,7 @@ jobs:
|
|
16
16
|
strategy:
|
17
17
|
fail-fast: false
|
18
18
|
matrix:
|
19
|
-
ruby: [ '3.0', '2.7', '2.6'
|
19
|
+
ruby: [ '3.0', '2.7', '2.6' ]
|
20
20
|
os: [ ubuntu-latest, windows-latest, macos-latest ]
|
21
21
|
experimental: [ false ]
|
22
22
|
steps:
|
@@ -24,10 +24,6 @@ jobs:
|
|
24
24
|
with:
|
25
25
|
submodules: true
|
26
26
|
|
27
|
-
# https://github.com/ruby-debug/debase/issues/89#issuecomment-686827382
|
28
|
-
- if: matrix.os == 'macos-latest' && matrix.ruby == '2.5'
|
29
|
-
run: echo BUNDLE_BUILD__DEBASE="--with-cflags=\"-Wno-error=implicit-function-declaration\"" >> $GITHUB_ENV
|
30
|
-
|
31
27
|
- uses: ruby/setup-ruby@v1
|
32
28
|
with:
|
33
29
|
ruby-version: ${{ matrix.ruby }}
|
data/.rubocop.yml
CHANGED
@@ -1,32 +1,32 @@
|
|
1
|
-
<?xml version="1.0" encoding='UTF-8'?>
|
2
|
-
<reference anchor="W3C.DSig-label" target="http://www.w3.org/TR/REC-DSig-label">
|
3
|
-
<front>
|
4
|
-
<title>PICS Signed Labels (DSig) 1.0 Specification</title>
|
5
|
-
<author initials="Y." surname="Chu " fullname="Yang-hua Chu">
|
6
|
-
<organization>Carnegie Mellon University, Department of Computer Science</organization>
|
7
|
-
<address>
|
8
|
-
<email>yhchu@cs.cmu.edu</email>
|
9
|
-
</address>
|
10
|
-
</author>
|
11
|
-
<author initials="P." surname="DesAutels" fullname="Philip DesAutels">
|
12
|
-
<organization>MatchLogic, Inc.</organization>
|
13
|
-
<address>
|
14
|
-
<email>philipd@matchlogic.com</email>
|
15
|
-
</address>
|
16
|
-
</author>
|
17
|
-
<author initials="B." surname="LaMacchia" fullname="Brian LaMacchia">
|
18
|
-
<organization>Microsoft Corporation</organization>
|
19
|
-
<address>
|
20
|
-
<email>bal@microsoft.com</email>
|
21
|
-
</address>
|
22
|
-
</author>
|
23
|
-
<author initials="P." surname="Lipp" fullname="Peter Lipp">
|
24
|
-
<organization>IAIK, University of Technology, Graz</organization>
|
25
|
-
<address>
|
26
|
-
<email>plipp@iaik.tu-graz.ac.at</email>
|
27
|
-
</address>
|
28
|
-
</author>
|
29
|
-
<date day="27" month="May" year="1998"/>
|
30
|
-
</front>
|
31
|
-
<seriesInfo name="W3C Recommendation" value="REC-DSig-label"/>
|
32
|
-
</reference>
|
1
|
+
<?xml version="1.0" encoding='UTF-8'?>
|
2
|
+
<reference anchor="W3C.DSig-label" target="http://www.w3.org/TR/REC-DSig-label">
|
3
|
+
<front>
|
4
|
+
<title>PICS Signed Labels (DSig) 1.0 Specification</title>
|
5
|
+
<author initials="Y." surname="Chu " fullname="Yang-hua Chu">
|
6
|
+
<organization>Carnegie Mellon University, Department of Computer Science</organization>
|
7
|
+
<address>
|
8
|
+
<email>yhchu@cs.cmu.edu</email>
|
9
|
+
</address>
|
10
|
+
</author>
|
11
|
+
<author initials="P." surname="DesAutels" fullname="Philip DesAutels">
|
12
|
+
<organization>MatchLogic, Inc.</organization>
|
13
|
+
<address>
|
14
|
+
<email>philipd@matchlogic.com</email>
|
15
|
+
</address>
|
16
|
+
</author>
|
17
|
+
<author initials="B." surname="LaMacchia" fullname="Brian LaMacchia">
|
18
|
+
<organization>Microsoft Corporation</organization>
|
19
|
+
<address>
|
20
|
+
<email>bal@microsoft.com</email>
|
21
|
+
</address>
|
22
|
+
</author>
|
23
|
+
<author initials="P." surname="Lipp" fullname="Peter Lipp">
|
24
|
+
<organization>IAIK, University of Technology, Graz</organization>
|
25
|
+
<address>
|
26
|
+
<email>plipp@iaik.tu-graz.ac.at</email>
|
27
|
+
</address>
|
28
|
+
</author>
|
29
|
+
<date day="27" month="May" year="1998"/>
|
30
|
+
</front>
|
31
|
+
<seriesInfo name="W3C Recommendation" value="REC-DSig-label"/>
|
32
|
+
</reference>
|
@@ -1,26 +1,26 @@
|
|
1
|
-
<?xml version="1.0" encoding='UTF-8'?>
|
2
|
-
<reference anchor="W3C.P3P-rdfschema" target="http://www.w3.org/TR/P3P-rdfschema">
|
3
|
-
<front>
|
4
|
-
<title>An RDF Schema for P3P</title>
|
5
|
-
<author initials="B." surname="McBride" fullname="Brian McBride">
|
6
|
-
<organization abbrev="HP">Hewlett Packard</organization>
|
7
|
-
<address>
|
8
|
-
<email>brian_mcbride@hp.com</email>
|
9
|
-
</address>
|
10
|
-
</author>
|
11
|
-
<author initials="R." surname="Wenning" fullname="Rigo Wenning">
|
12
|
-
<organization>W3C</organization>
|
13
|
-
<address>
|
14
|
-
<email>rigo@w3.org</email>
|
15
|
-
</address>
|
16
|
-
</author>
|
17
|
-
<author initials="L." surname="Cranor" fullname="Lorrie Cranor">
|
18
|
-
<organization>AT&T</organization>
|
19
|
-
<address>
|
20
|
-
<uri>http://lorrie.cranor.org/</uri>
|
21
|
-
</address>
|
22
|
-
</author>
|
23
|
-
<date day="25" month="January" year="2002"/>
|
24
|
-
</front>
|
25
|
-
<seriesInfo name="W3C Note" value="P3P-rdfschema"/>
|
26
|
-
</reference>
|
1
|
+
<?xml version="1.0" encoding='UTF-8'?>
|
2
|
+
<reference anchor="W3C.P3P-rdfschema" target="http://www.w3.org/TR/P3P-rdfschema">
|
3
|
+
<front>
|
4
|
+
<title>An RDF Schema for P3P</title>
|
5
|
+
<author initials="B." surname="McBride" fullname="Brian McBride">
|
6
|
+
<organization abbrev="HP">Hewlett Packard</organization>
|
7
|
+
<address>
|
8
|
+
<email>brian_mcbride@hp.com</email>
|
9
|
+
</address>
|
10
|
+
</author>
|
11
|
+
<author initials="R." surname="Wenning" fullname="Rigo Wenning">
|
12
|
+
<organization>W3C</organization>
|
13
|
+
<address>
|
14
|
+
<email>rigo@w3.org</email>
|
15
|
+
</address>
|
16
|
+
</author>
|
17
|
+
<author initials="L." surname="Cranor" fullname="Lorrie Cranor">
|
18
|
+
<organization>AT&T</organization>
|
19
|
+
<address>
|
20
|
+
<uri>http://lorrie.cranor.org/</uri>
|
21
|
+
</address>
|
22
|
+
</author>
|
23
|
+
<date day="25" month="January" year="2002"/>
|
24
|
+
</front>
|
25
|
+
<seriesInfo name="W3C Note" value="P3P-rdfschema"/>
|
26
|
+
</reference>
|
@@ -1,43 +1,43 @@
|
|
1
|
-
<?xml version="1.0" encoding='UTF-8'?>
|
2
|
-
<reference anchor="W3C.PICS-labels" target="http://www.w3.org/TR/REC-PICS-labels">
|
3
|
-
<front>
|
4
|
-
<title>PICS Label Distribution Label Syntax and Communication Protocols</title>
|
5
|
-
<author initials="J." surname="Miller" fullname="Jim Miller">
|
6
|
-
<organization abbrev="W3C">World Wide Web Consortium</organization>
|
7
|
-
<address>
|
8
|
-
<postal>
|
9
|
-
<street>MIT Laboratory for Computer Science</street>
|
10
|
-
<street>545 Technology Square</street>
|
11
|
-
<city>Cambridge</city>
|
12
|
-
<region>MA</region>
|
13
|
-
<code>02139</code>
|
14
|
-
<country>US</country>
|
15
|
-
</postal>
|
16
|
-
<phone>+ 1 617 253 2613</phone>
|
17
|
-
<facsimile>+ 1 617 258 5999</facsimile>
|
18
|
-
<email>jmiller@w3.org</email>
|
19
|
-
<uri>http://www.w3c.org</uri>
|
20
|
-
</address>
|
21
|
-
</author>
|
22
|
-
<author initials="T." surname="Krauskopf" fullname="Tim Krauskopf">
|
23
|
-
<organization>Spyglass</organization>
|
24
|
-
<address>
|
25
|
-
<email>timk@spyglass.com</email>
|
26
|
-
</address>
|
27
|
-
</author>
|
28
|
-
<author initials="P." surname="Resnick" fullname="Paul Resnick">
|
29
|
-
<organization>AT&T</organization>
|
30
|
-
<address>
|
31
|
-
<email>presnick@research.att.com</email>
|
32
|
-
</address>
|
33
|
-
</author>
|
34
|
-
<author initials="W." surname="Treese" fullname="Win Treese">
|
35
|
-
<organization>OpenMarket</organization>
|
36
|
-
<address>
|
37
|
-
<email>treese@OpenMarket.com</email>
|
38
|
-
</address>
|
39
|
-
</author>
|
40
|
-
<date day="31" month="October" year="1996"/>
|
41
|
-
</front>
|
42
|
-
<seriesInfo name="W3C Recommendation" value="REC-PICS-labels"/>
|
43
|
-
</reference>
|
1
|
+
<?xml version="1.0" encoding='UTF-8'?>
|
2
|
+
<reference anchor="W3C.PICS-labels" target="http://www.w3.org/TR/REC-PICS-labels">
|
3
|
+
<front>
|
4
|
+
<title>PICS Label Distribution Label Syntax and Communication Protocols</title>
|
5
|
+
<author initials="J." surname="Miller" fullname="Jim Miller">
|
6
|
+
<organization abbrev="W3C">World Wide Web Consortium</organization>
|
7
|
+
<address>
|
8
|
+
<postal>
|
9
|
+
<street>MIT Laboratory for Computer Science</street>
|
10
|
+
<street>545 Technology Square</street>
|
11
|
+
<city>Cambridge</city>
|
12
|
+
<region>MA</region>
|
13
|
+
<code>02139</code>
|
14
|
+
<country>US</country>
|
15
|
+
</postal>
|
16
|
+
<phone>+ 1 617 253 2613</phone>
|
17
|
+
<facsimile>+ 1 617 258 5999</facsimile>
|
18
|
+
<email>jmiller@w3.org</email>
|
19
|
+
<uri>http://www.w3c.org</uri>
|
20
|
+
</address>
|
21
|
+
</author>
|
22
|
+
<author initials="T." surname="Krauskopf" fullname="Tim Krauskopf">
|
23
|
+
<organization>Spyglass</organization>
|
24
|
+
<address>
|
25
|
+
<email>timk@spyglass.com</email>
|
26
|
+
</address>
|
27
|
+
</author>
|
28
|
+
<author initials="P." surname="Resnick" fullname="Paul Resnick">
|
29
|
+
<organization>AT&T</organization>
|
30
|
+
<address>
|
31
|
+
<email>presnick@research.att.com</email>
|
32
|
+
</address>
|
33
|
+
</author>
|
34
|
+
<author initials="W." surname="Treese" fullname="Win Treese">
|
35
|
+
<organization>OpenMarket</organization>
|
36
|
+
<address>
|
37
|
+
<email>treese@OpenMarket.com</email>
|
38
|
+
</address>
|
39
|
+
</author>
|
40
|
+
<date day="31" month="October" year="1996"/>
|
41
|
+
</front>
|
42
|
+
<seriesInfo name="W3C Recommendation" value="REC-PICS-labels"/>
|
43
|
+
</reference>
|
@@ -1,38 +1,38 @@
|
|
1
|
-
<?xml version="1.0" encoding='UTF-8'?>
|
2
|
-
<reference anchor="W3C.PICS-rules" target="http://www.w3.org/TR/REC-PICSRules">
|
3
|
-
<front>
|
4
|
-
<title>PICSRules 1.1</title>
|
5
|
-
<author initials="C." surname="Evans" fullname="Christopher Evans">
|
6
|
-
<organization abbrev="W3C">Microsoft</organization>
|
7
|
-
<address>
|
8
|
-
<email>cevans@microsoft.com</email>
|
9
|
-
</address>
|
10
|
-
</author>
|
11
|
-
<author initials="C.D.W." surname="Feather" fullname="Clive D.W. Feather">
|
12
|
-
<organization abbrev="W3C">Demon Internet Ltd.</organization>
|
13
|
-
<address>
|
14
|
-
<email>clive@demon.net</email>
|
15
|
-
</address>
|
16
|
-
</author>
|
17
|
-
<author initials="A." surname="Hopmann" fullname="Alex Hopmann">
|
18
|
-
<organization>Microsoft</organization>
|
19
|
-
<address>
|
20
|
-
<email>alexhop@microsoft.com</email>
|
21
|
-
</address>
|
22
|
-
</author>
|
23
|
-
<author initials="M." surname="Presler-Marshall" fullname="Martin Presler-Marshall">
|
24
|
-
<organization>IBM</organization>
|
25
|
-
<address>
|
26
|
-
<email>mpresler@us.ibm.com</email>
|
27
|
-
</address>
|
28
|
-
</author>
|
29
|
-
<author initials="P." surname="Resnick" fullname="Paul Resnick">
|
30
|
-
<organization>AT&T</organization>
|
31
|
-
<address>
|
32
|
-
<email>presnick@research.att.com</email>
|
33
|
-
</address>
|
34
|
-
</author>
|
35
|
-
<date day="29" month="December" year="1997"/>
|
36
|
-
</front>
|
37
|
-
<seriesInfo name="W3C Recommendation" value="REC-PICSRules"/>
|
38
|
-
</reference>
|
1
|
+
<?xml version="1.0" encoding='UTF-8'?>
|
2
|
+
<reference anchor="W3C.PICS-rules" target="http://www.w3.org/TR/REC-PICSRules">
|
3
|
+
<front>
|
4
|
+
<title>PICSRules 1.1</title>
|
5
|
+
<author initials="C." surname="Evans" fullname="Christopher Evans">
|
6
|
+
<organization abbrev="W3C">Microsoft</organization>
|
7
|
+
<address>
|
8
|
+
<email>cevans@microsoft.com</email>
|
9
|
+
</address>
|
10
|
+
</author>
|
11
|
+
<author initials="C.D.W." surname="Feather" fullname="Clive D.W. Feather">
|
12
|
+
<organization abbrev="W3C">Demon Internet Ltd.</organization>
|
13
|
+
<address>
|
14
|
+
<email>clive@demon.net</email>
|
15
|
+
</address>
|
16
|
+
</author>
|
17
|
+
<author initials="A." surname="Hopmann" fullname="Alex Hopmann">
|
18
|
+
<organization>Microsoft</organization>
|
19
|
+
<address>
|
20
|
+
<email>alexhop@microsoft.com</email>
|
21
|
+
</address>
|
22
|
+
</author>
|
23
|
+
<author initials="M." surname="Presler-Marshall" fullname="Martin Presler-Marshall">
|
24
|
+
<organization>IBM</organization>
|
25
|
+
<address>
|
26
|
+
<email>mpresler@us.ibm.com</email>
|
27
|
+
</address>
|
28
|
+
</author>
|
29
|
+
<author initials="P." surname="Resnick" fullname="Paul Resnick">
|
30
|
+
<organization>AT&T</organization>
|
31
|
+
<address>
|
32
|
+
<email>presnick@research.att.com</email>
|
33
|
+
</address>
|
34
|
+
</author>
|
35
|
+
<date day="29" month="December" year="1997"/>
|
36
|
+
</front>
|
37
|
+
<seriesInfo name="W3C Recommendation" value="REC-PICSRules"/>
|
38
|
+
</reference>
|
@@ -1,37 +1,37 @@
|
|
1
|
-
<?xml version="1.0" encoding='UTF-8'?>
|
2
|
-
<reference anchor="W3C.PICS-services" target="http://www.w3.org/TR/REC-PICS-services">
|
3
|
-
<front>
|
4
|
-
<title>Platform for Internet Content Selection (PICS) Rating Services and Rating Systems</title>
|
5
|
-
<author initials="J." surname="Miller" fullname="Jim Miller">
|
6
|
-
<organization abbrev="W3C">World Wide Web Consortium</organization>
|
7
|
-
<address>
|
8
|
-
<postal>
|
9
|
-
<street>MIT Laboratory for Computer Science</street>
|
10
|
-
<street>545 Technology Square</street>
|
11
|
-
<city>Cambridge</city>
|
12
|
-
<region>MA</region>
|
13
|
-
<code>02139</code>
|
14
|
-
<country>US</country>
|
15
|
-
</postal>
|
16
|
-
<phone>+ 1 617 253 2613</phone>
|
17
|
-
<facsimile>+ 1 617 258 5999</facsimile>
|
18
|
-
<email>jmiller@w3.org</email>
|
19
|
-
<uri>http://www.w3c.org</uri>
|
20
|
-
</address>
|
21
|
-
</author>
|
22
|
-
<author initials="P." surname="Resnick" fullname="Paul Resnick">
|
23
|
-
<organization>AT&T</organization>
|
24
|
-
<address>
|
25
|
-
<email>presnick@research.att.com</email>
|
26
|
-
</address>
|
27
|
-
</author>
|
28
|
-
<author initials="D." surname="Singer" fullname="David Singer">
|
29
|
-
<organization>IBM</organization>
|
30
|
-
<address>
|
31
|
-
<email>singer@almaden.ibm.com</email>
|
32
|
-
</address>
|
33
|
-
</author>
|
34
|
-
<date day="31" month="October" year="1996"/>
|
35
|
-
</front>
|
36
|
-
<seriesInfo name="W3C Recommendation" value="REC-PICS-services"/>
|
37
|
-
</reference>
|
1
|
+
<?xml version="1.0" encoding='UTF-8'?>
|
2
|
+
<reference anchor="W3C.PICS-services" target="http://www.w3.org/TR/REC-PICS-services">
|
3
|
+
<front>
|
4
|
+
<title>Platform for Internet Content Selection (PICS) Rating Services and Rating Systems</title>
|
5
|
+
<author initials="J." surname="Miller" fullname="Jim Miller">
|
6
|
+
<organization abbrev="W3C">World Wide Web Consortium</organization>
|
7
|
+
<address>
|
8
|
+
<postal>
|
9
|
+
<street>MIT Laboratory for Computer Science</street>
|
10
|
+
<street>545 Technology Square</street>
|
11
|
+
<city>Cambridge</city>
|
12
|
+
<region>MA</region>
|
13
|
+
<code>02139</code>
|
14
|
+
<country>US</country>
|
15
|
+
</postal>
|
16
|
+
<phone>+ 1 617 253 2613</phone>
|
17
|
+
<facsimile>+ 1 617 258 5999</facsimile>
|
18
|
+
<email>jmiller@w3.org</email>
|
19
|
+
<uri>http://www.w3c.org</uri>
|
20
|
+
</address>
|
21
|
+
</author>
|
22
|
+
<author initials="P." surname="Resnick" fullname="Paul Resnick">
|
23
|
+
<organization>AT&T</organization>
|
24
|
+
<address>
|
25
|
+
<email>presnick@research.att.com</email>
|
26
|
+
</address>
|
27
|
+
</author>
|
28
|
+
<author initials="D." surname="Singer" fullname="David Singer">
|
29
|
+
<organization>IBM</organization>
|
30
|
+
<address>
|
31
|
+
<email>singer@almaden.ibm.com</email>
|
32
|
+
</address>
|
33
|
+
</author>
|
34
|
+
<date day="31" month="October" year="1996"/>
|
35
|
+
</front>
|
36
|
+
<seriesInfo name="W3C Recommendation" value="REC-PICS-services"/>
|
37
|
+
</reference>
|
@@ -1,39 +1,39 @@
|
|
1
|
-
<?xml version="1.0" encoding='UTF-8'?>
|
2
|
-
<reference anchor="W3C.daml+oil-reference" target="http://www.w3.org/TR/daml+oil-reference">
|
3
|
-
<front>
|
4
|
-
<title>DAML+OIL (March 2001) Reference Description</title>
|
5
|
-
|
6
|
-
<author initials="D." surname="Connolly" fullname="Dan Connolly">
|
7
|
-
<organization>W3C</organization>
|
8
|
-
<address>
|
9
|
-
</address>
|
10
|
-
</author>
|
11
|
-
<author initials="F." surname="van Harmelen" fullname="Frank van Harmelen">
|
12
|
-
<organization></organization>
|
13
|
-
<address>
|
14
|
-
</address>
|
15
|
-
</author>
|
16
|
-
<author initials="I." surname="Horrocks" fullname="Ian Horrocks">
|
17
|
-
<organization></organization>
|
18
|
-
<address>
|
19
|
-
</address>
|
20
|
-
</author>
|
21
|
-
<author initials="D.L." surname="McGuinness" fullname="Deborah L. McGuinness">
|
22
|
-
<organization></organization>
|
23
|
-
<address>
|
24
|
-
</address>
|
25
|
-
</author>
|
26
|
-
<author initials="P.F." surname="Patel-Schneider" fullname="Peter F. Patel-Schneider">
|
27
|
-
<organization></organization>
|
28
|
-
<address>
|
29
|
-
</address>
|
30
|
-
</author>
|
31
|
-
<author initials="L.A." surname="Stein" fullname="Lynn Andrea Stein">
|
32
|
-
<organization></organization>
|
33
|
-
<address>
|
34
|
-
</address>
|
35
|
-
</author>
|
36
|
-
<date day="18" month="December" year="2001"/>
|
37
|
-
</front>
|
38
|
-
<seriesInfo value="daml+oil-reference" name="W3C Note"/>
|
39
|
-
</reference>
|
1
|
+
<?xml version="1.0" encoding='UTF-8'?>
|
2
|
+
<reference anchor="W3C.daml+oil-reference" target="http://www.w3.org/TR/daml+oil-reference">
|
3
|
+
<front>
|
4
|
+
<title>DAML+OIL (March 2001) Reference Description</title>
|
5
|
+
|
6
|
+
<author initials="D." surname="Connolly" fullname="Dan Connolly">
|
7
|
+
<organization>W3C</organization>
|
8
|
+
<address>
|
9
|
+
</address>
|
10
|
+
</author>
|
11
|
+
<author initials="F." surname="van Harmelen" fullname="Frank van Harmelen">
|
12
|
+
<organization></organization>
|
13
|
+
<address>
|
14
|
+
</address>
|
15
|
+
</author>
|
16
|
+
<author initials="I." surname="Horrocks" fullname="Ian Horrocks">
|
17
|
+
<organization></organization>
|
18
|
+
<address>
|
19
|
+
</address>
|
20
|
+
</author>
|
21
|
+
<author initials="D.L." surname="McGuinness" fullname="Deborah L. McGuinness">
|
22
|
+
<organization></organization>
|
23
|
+
<address>
|
24
|
+
</address>
|
25
|
+
</author>
|
26
|
+
<author initials="P.F." surname="Patel-Schneider" fullname="Peter F. Patel-Schneider">
|
27
|
+
<organization></organization>
|
28
|
+
<address>
|
29
|
+
</address>
|
30
|
+
</author>
|
31
|
+
<author initials="L.A." surname="Stein" fullname="Lynn Andrea Stein">
|
32
|
+
<organization></organization>
|
33
|
+
<address>
|
34
|
+
</address>
|
35
|
+
</author>
|
36
|
+
<date day="18" month="December" year="2001"/>
|
37
|
+
</front>
|
38
|
+
<seriesInfo value="daml+oil-reference" name="W3C Note"/>
|
39
|
+
</reference>
|
@@ -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>
|