XML 1.1 Bible:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Indianapolis, Ind.
Wiley
2004
|
Ausgabe: | 3. ed. |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XXXII, 1022 S. Ill., graph. Darst. |
ISBN: | 0764549863 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV019360699 | ||
003 | DE-604 | ||
005 | 20041117 | ||
007 | t | ||
008 | 040810s2004 ad|| |||| 00||| eng d | ||
020 | |a 0764549863 |9 0-7645-4986-3 | ||
035 | |a (OCoLC)249144632 | ||
035 | |a (DE-599)BVBBV019360699 | ||
040 | |a DE-604 |b ger |e rakwb | ||
041 | 0 | |a eng | |
049 | |a DE-91G |a DE-525 | ||
082 | 0 | |a 005.72 | |
084 | |a DAT 677f |2 stub | ||
100 | 1 | |a Harold, Elliotte Rusty |e Verfasser |0 (DE-588)115033165 |4 aut | |
245 | 1 | 0 | |a XML 1.1 Bible |c Elliotte Rusty Harold |
250 | |a 3. ed. | ||
264 | 1 | |a Indianapolis, Ind. |b Wiley |c 2004 | |
300 | |a XXXII, 1022 S. |b Ill., graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 0 | 7 | |a XML 1.1 |0 (DE-588)4753409-6 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a XML 1.1 |0 (DE-588)4753409-6 |D s |
689 | 0 | |5 DE-604 | |
856 | 4 | 2 | |m HBZ Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=012824435&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-012824435 |
Datensatz im Suchindex
_version_ | 1813690913631764480 |
---|---|
adam_text |
Contents at a Glance
Preface vii
Acknowledgments xv
Part I: Introducing XML 1
Chapter 1: An Eagle's Eye View of XML 3
Chapter 2: XML Applications 17
Chapter 3: Your First XML Document 55
Chapter 4: Structuring Data 63
Chapter 5: Attributes, Empty Element Tags, and XSL 103
Chapter 6: Well formedness 145
Part II: Document Type Definitions 187
Chapter 7: Validity 189
Chapter 8: Element Declarations 205
Chapter 9: Attribute Declarations 229
Chapter 10: Entity Declarations 249
Chapter 11: Namespaces 287
Part III: Style Languages 309
Chapter 12: CSS Style Sheets 311
Chapter 13: CSS Layouts 335
Chapter 14: CSS Text Styles 381
Chapter 15: XSL Transformations 423
Chapter 16: XSL Formatting Objects 507
Part IV: Supplemental Technologies 577
Chapter 17: XLinks 579
Chapter 18: XPointers 617
Chapter 19: XInclude 647
Chapter 20: Schemas 667
Part V: XML Applications 731
Chapter 21: XHTML 733
Chapter 22: Modular XHTML 787
Chapter 23: The Resource Directory Description Language 833
Chapter 24: Scalable Vector Graphics 849
Chapter 25: Designing a New XML Application 907
Index 983
Contents
Preface vii
Acknowledgments xv
Chapter 1: An Eagle's Eye View of XML 3
What Is XML? 3
XML is a meta markup language 3
XML describes structure and semantics, not formatting 5
Why Are Developers Excited About XML? 6
Domain specific markup languages 6
Self describing data 7
Interchange of data among applications 8
Structured data 8
The Life of an XML Document 9
Editors 9
Parsers and processors 10
Browsers and other applications 10
The process summarized 10
Related Technologies 11
HTML 11
CSS 12
XSL 12
URLs and URIs 13
XLinks and XPointers 14
Unicode 15
Putting the pieces together 15
Summary 16
Chapter 2: XML Applications 17
What Is an XML Application? 17
Chemical Markup Language 18
Mathematical Markup Language 19
RSS 22
Classic literature 25
Synchronized Multimedia Integration Language 26
Open Software Description 26
Scalable Vector Graphics 27
MusicXML 29
VoiceXML 34
Open Financial Exchange 36
Extensible Forms Description Language 36
HR XML 40
XML for XML 43
XSL 43
XLinks 44
Schemas 45
Behind the Scene Uses of XML 46
Microsoft Office 2003 46
Netscape's What's Related 49
UPS 52
Summary 54
Chapter 3: Your First XML Document 55
Hello XML 55
Creating a simple XML document 56
Saving the XML file 56
Loading the XML file into a web browser 57
Exploring the Simple XML Document 58
Meaning in Markup 59
Writing a Style Sheet for an XML Document 60
Attaching a Style Sheet to an XML Document 61
Summary 62
Chapter 4: Structuring Data 63
Examining the Data 64
XMLizing the Data 67
The Advantages of the XML Format 87
Preparing a Style Sheet for Document Display 88
Linking to a style sheet 89
Assigning style rules to the root element 90
Assigning style rules to titles 91
The complete style sheet 98
Summary 101
Chapter 5: Attributes, Empty Element Tags, and XSL 103
Attributes 103
Attributes versus Elements 109
Structured metadata 109
Meta metadata 113
What's your metadata is someone else's data 113
Elements are more extensible 114
Good times to use attributes 114
Empty Elements and Empty Element Tags 116
XSL 119
Templates 120
The body of the document 121
The title 123
Stations 126
Shows 129
Sorting 134
Tables 137
CSS or XSL? 143
Summary 144
Chapter 6: Well formedness 145
Well formedness Rules 145
XML Documents 146
The XML declaration 147
Single root element 148
Text in XML 148
Elements and Tags 149
Element names 149
Every start tag must have a corresponding end tag 150
Empty element tags 151
Elements may nest but may not overlap 152
Attributes 154
Attribute names 154
Attribute values 154
Predefined attributes 155
Entity References 160
Comments 162
Processing Instructions 164
CDATA Sections 165
Unicode 167
Character encodings 168
The encoding declaration 168
Numeric character references 169
XML 1.1 171
Well formed HTML 173
Rules for HTML 173
Tools 183
Summary 185
Chapter 7: Validity 189
Document Type Definitions 189
Element Declarations 190
DTD Files 192
Document Type Declarations 192
Internal DTDs 194
Internal and external DTD subsets 195
Public DTDs 196
DTDs and style sheets 197
Validating against a DTD 199
Command line validators 200
Web based validators 201
Summary 203
Chapter 8: Element Declarations 205
Analyzing the Document 205
ANY 208
#PCDATA 211
Child Elements 213
+ One or More Children 215
? Zero or One Child 215
* Zero or More Children 216
Choices 216
Parentheses 217
Mixed Content 220
Empty Elements 221
Comments in DTDs 223
Summary 227
Chapter 9: Attribute Declarations 229
What Is an Attribute? 229
Declaring Attributes 230
Declaring Multiple Attributes 231
Alternatives to Default Attribute Values 232
#REQUIRED 232
#IMPLIED 233
#FIXED 234
Attribute Types 235
The CDATA attribute type 235
The NMTOKEN attribute type 236
The NMTOKENS attribute type 236
The enumerated attribute type 237
The ID attribute type 238
The IDREF attribute type 238
The IDREFS attribute type 239
The ENTITY attribute type 240
The ENTITIES attribute type 241
The NOTATION attribute type 241
A DTD for Attribute Based Television Listings 242
Declaring SCHEDULE attributes 243
Declaring STATION attributes 243
Declaring SHOW attributes 244
Declaring person attributes 245
The complete DTD for the television listings example 246
Summary 248
Chapter 10: Entity Declarations 249
What Is an Entity? 249
Internal General Entities 250
Defining an internal general entity reference 251
Using general entity references in the DTD 254
Predefined general entity references 255
External General Entities 256
Text declarations 258
Nonvalidating parsers 260
Internal Parameter Entities 260
External Parameter Entities 263
Building a Document from Pieces 269
Non XML Data 274
Notations 275
Unparsed entities 278
Conditional Sections 283
Summary 284
Chapter 11: Namespaces 287
The Need for Namespaces 287
Namespace Syntax 289
Defining namespaces with xmlns attributes 291
Multiple namespaces 294
Attributes 298
Default namespaces 300
Namespaces and Validity 304
Summary 307
Chapter 12: CSS Style Sheets 311
What Are Cascading Style Sheets? 311
A simple CSS style sheet 312
Comments 312
Attaching style sheets to documents 313
DTDs and style sheets 316
CSS1 versus CSS2 316
CSS3 317
Selecting Elements 317
The universal selector 320
Grouping selectors 320
Hierarchy selectors 321
Attribute selectors 323
ID selectors 324
Pseudo elements 324
Pseudo classes 326
Inheritance 328
Cascades 329
Different Rules for Different Media 330
Importing Style Sheets 332
Character Sets 333
Summary 333
Chapter 13: CSS Layouts 335
CSS Units 335
Length values 337
URL values 339
Color values 340
System colors 341
Keyword values 343
Strings 343
The Display Property 343
Inline elements 347
Block elements 348
None 348
Compact and run in elements 350
Marker 350
Tables 350
List items 351
Box Properties 356
Margin properties 356
Border properties 358
DaHHinrt nmnprtiPQ 363
Size 364
The width and height properties 365
The min width and min height properties 367
The max width and max height properties 367
The overflow property 368
Positioning 369
The position property 369
Stacking elements with the z index property 373
The float property 373
The clear property 374
Formatting Pages 375
©page 375
The size property 376
The margin property 376
The mark property 377
The page property 377
Controlling page breaks 377
Widows and orphans 379
Summary 379
Chapter 14: CSS Text Styles 381
Fonts 381
Choosing the font family 382
Choosing the font style 384
Small caps 385
Setting the font weight 385
Setting the font size 386
The font shorthand property 390
Color 392
Text 392
Word spacing 393
The letter spacing property 394
The text decoration property 395
The vertical align property 396
The text transform property 397
The text align property 398
The text indent property 399
The line height property 400
The white space property 402
Backgrounds 404
The background color property 404
The background image property 405
The background repeat property 406
The background attachment property 408
The background position property 409
The background shorthand property 413
Visibility 413
Content 414
Quotes 415
Attributes 416
URIs 416
Counters 417
Summary 421
Chapter 15: XSL Transformations 423
What Is XSL? 423
Overview of XSL Transformations 424
Trees 424
XSLT style sheet documents 428
Where does the XML transformation happen? 430
Using xsltproc 430
Browser display of XML files with XSLT style sheets 433
XSL Templates 434
The xslrapply templates element 435
The select attribute 437
Computing the Value of a Node with xsl:value of 437
Processing Multiple Elements with xsl:for each 439
Patterns for Matching Nodes 440
Matching the root node 440
Matching element names 442
Wildcards 444
Matching children with / 445
Matching descendants with // 446
Matching by ID 447
Matching attributes with @ 447
Matching comments with comment() 449
Matching processing instructions with processing instruction(). . . 450
Matching text nodes with text() 451
Using the or operator I 451
Testing with [ ] 452
XPath Expressions for Selecting Nodes 454
Node axes 455
Expression types 461
The Default Template Rules 471
The default rule for elements 471
The default rule for text nodes and attributes 472
The default rule for processing instructions and comments 472
Implications of the default rules 473
Attribute Value Templates 473
Deciding What Output to Include 475
Inserting elements into the output with xsl:element 475
Inserting attributes into the output with xshattribute 476
Generating processing instructions with
xslrprocessing instruction 478
Generating comments with xslxomment 479
Generating text with xslitext 479
Copying the Context Node with xslxopy 480
Counting Nodes with xsknumber 482
Default numbers 483
Number to string conversion 485
Sorting Output 486
Modes 490
Defining Constants with xsl:variable 492
Named Templates 493
Passing Parameters to Templates 495
Stripping and Preserving White Space 496
Making Choices 497
xsl:if 498
xslxhoose 498
Merging Multiple Style Sheets 499
Importing with xsl:import 499
Inclusion with xsl:include 500
Output Methods 500
XML Declaration 501
Document Type Declaration 502
Indentation 503
CDATA sections 504
Summary 504
Chapter 16: XSL Formatting Objects 507
Formatting Objects and Their Properties 507
Formatting properties 510
Transforming to formatting objects 514
Using FOP 516
Page Layout 518
The root element 518
Simple page masters 518
Regions 520
Page sequences 522
Page sequence masters 530
Content 533
Block level formatting objects 534
Inline formatting objects 534
Table formatting objects 535
Out of line formatting objects 536
Leaders and Rules 536
Graphics 539
fo:external graphic 539
fo:instream foreign object 541
Links 545
Lists 547
Tables 551
Inlines 556
Footnotes 557
Floats 558
Formatting Properties 559
The id property 559
The language property 559
Paragraph properties 560
Character properties 563
Sentence properties 565
Area properties 567
Summary 575
Chapter 17: XLinks 579
XLinks versus HTML Links 579
Linking Elements 580
Declaring XLink Attributes in Document Type Definitions 582
Descriptions of the Remote Resource 584
Link Behavior 585
The xlink:show attribute 585
The xlink:actuate attribute 587
Extended Links 589
Extended Link Syntax 590
Arcs 595
Out of Line Links 601
XML Base 607
Summary 614
Chapter 18: XPointers 617
Why XPointers? 617
XPointer Examples 618
A Concrete Example 621
Location Paths, Steps, and Sets 623
The Root Node 625
Axes 626
The child axis 627
The descendant axis 628
The descendant or self axis 628
The parent axis 628
The self axis 628
The ancestor axis 629
The ancestor or self axis 629
The preceding axis 629
The following axis 629
The preceding sibling axis 630
The following sibling axis 630
The attribute axis 630
The namespace axis 630
Node Tests 631
Predicates 633
Functions That Return Node Sets 635
id() 636
here() 637
origin() 638
Points 638
Ranges 640
Range functions 640
String ranges 641
Child Sequences 643
Summary 644
Chapter 19: Xlnclude 647
Use Cases for Xlnclude 648
Non Solutions 651
DTDs 651
Embedded XLinks 652
Server side includes 653
The xinclude:include Element 655
Validating Documents That Use Xlnclude 658
XPointers in Xlnclude 660
Unparsed Text 662
Fallbacks 663
Summary 665
Chapter 20: Schemas 667
What's Wrong with DTDs? 667
What Is a Schema? 669
The W3C XML Schema Language 671
Hello Schemas 671
The greeting schema 672
Validating the document against the schema 673
Complex Types 675
minOccurs and maxOccurs 677
Element content 680
Sharing content models 682
Anonymous types 683
Mixed content 685
Grouping 686
The xsd:all Group 688
Choices 689
Sequences 690
Simple Types 690
Numeric data types 692
Time data types 695
XML data types 696
String data types 697
Binary types 698
Miscellaneous data types 699
Deriving Simple Types 700
Deriving by restriction 700
Facets 702
Facets for strings: length, minLength, maxLength 702
The whiteSpace facet 704
Facets for decimal numbers: totalDigits and fractionDigits 705
The enumeration facet 705
The pattern facet 707
Unions 714
Lists 714
Empty Elements 715
Attributes 716
Namespaces 720
Schemas for default namespaces 721
Multiple namespaces, multiple schemas 724
Annotations 727
Summary 728
Chapter 21: XHTML 733
Why Validate HTML? 733
Moving to XHTML 735
Making the document well formed XML 738
Making the document valid 745
The strict DTD 753
The frameset DTD 767
HTML Tidy 767
Setting the MIME media type 771
What's New in XHTML 772
Character references 772
Custom entity references defined in DTD 776
Encoding declarations 781
The xml:lang attribute 782
CDATA sections 783
Chapter 22: Modular XHTML 787
The Modules of XHTML 787
A Sample DTD Module 790
Element names 793
Element specific content models 794
Generic content models 795
Generic attribute models 796
INCLUDE and IGNORE blocks 796
Using XHTML entities in other applications 797
The Framework 798
The notations framework module 802
The data types framework module 804
The namespace qualified names module 805
The common attributes module 807
The character entity modules 808
The Driver DTD 809
The Document Model 816
The XHTML Basic document model 817
A minimal document model 823
A Sample Schema Module 828
Summary 831
Chapter 23: The Resource Directory Description Language 833
What Does a Namespace URL Locate? 834
The Solution 835
The resource Element 836
Natures 843
Purposes 845
Summary 847
Chapter 24: Scalable Vector Graphics 849
What Is SVG? 850
Scalability 851
Vector versus bitmapped graphics 852
A Simple SVG Document 852
Embedding SVG Pictures in Web Pages 855
Simple Shapes 858
The rect element 859
The circle element 861
The ellipse element 862
The line element 863
Polygons and polylines 864
Paths 866
Arcs 869
Curves 872
Text 873
Strings 874
Text on a path 876
Fonts and text styles 878
Text spans 879
Bitmapped Images 879
Coordinate Systems and Viewports 881
The viewport 882
Coordinate systems 883
Grouping Shapes 888
Referencing Shapes 889
Transformations 892
Linking 899
Metadata 900
SVG Editors 903
Summary 904
Chapter 25: Designing a New XML Application 907
Organization of the Data 907
Listing the elements 909
Identifying the fundamental elements 909
Establishing relationships among the elements 912
Choosing a Namespace 914
Persons 915
A sample person 915
The person DTD 918
The person schema 924
Families 932
The family DTD 933
The Family Schema 935
Sources 937
The Family Tree 940
The Family Tree DTD 946
The family tree schema 948
Modularizing the DTDs 950
Designing a Style Sheet for Family Trees 960
A RDDL document for family trees 968
Summary 980
Index 983 |
any_adam_object | 1 |
author | Harold, Elliotte Rusty |
author_GND | (DE-588)115033165 |
author_facet | Harold, Elliotte Rusty |
author_role | aut |
author_sort | Harold, Elliotte Rusty |
author_variant | e r h er erh |
building | Verbundindex |
bvnumber | BV019360699 |
classification_tum | DAT 677f |
ctrlnum | (OCoLC)249144632 (DE-599)BVBBV019360699 |
dewey-full | 005.72 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.72 |
dewey-search | 005.72 |
dewey-sort | 15.72 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
edition | 3. ed. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>00000nam a2200000 c 4500</leader><controlfield tag="001">BV019360699</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20041117</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">040810s2004 ad|| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0764549863</subfield><subfield code="9">0-7645-4986-3</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)249144632</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV019360699</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakwb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-91G</subfield><subfield code="a">DE-525</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.72</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 677f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Harold, Elliotte Rusty</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)115033165</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">XML 1.1 Bible</subfield><subfield code="c">Elliotte Rusty Harold</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">3. ed.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Indianapolis, Ind.</subfield><subfield code="b">Wiley</subfield><subfield code="c">2004</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XXXII, 1022 S.</subfield><subfield code="b">Ill., graph. Darst.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">XML 1.1</subfield><subfield code="0">(DE-588)4753409-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">XML 1.1</subfield><subfield code="0">(DE-588)4753409-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">HBZ Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=012824435&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-012824435</subfield></datafield></record></collection> |
id | DE-604.BV019360699 |
illustrated | Illustrated |
indexdate | 2024-10-23T08:00:42Z |
institution | BVB |
isbn | 0764549863 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-012824435 |
oclc_num | 249144632 |
open_access_boolean | |
owner | DE-91G DE-BY-TUM DE-525 |
owner_facet | DE-91G DE-BY-TUM DE-525 |
physical | XXXII, 1022 S. Ill., graph. Darst. |
publishDate | 2004 |
publishDateSearch | 2004 |
publishDateSort | 2004 |
publisher | Wiley |
record_format | marc |
spelling | Harold, Elliotte Rusty Verfasser (DE-588)115033165 aut XML 1.1 Bible Elliotte Rusty Harold 3. ed. Indianapolis, Ind. Wiley 2004 XXXII, 1022 S. Ill., graph. Darst. txt rdacontent n rdamedia nc rdacarrier XML 1.1 (DE-588)4753409-6 gnd rswk-swf XML 1.1 (DE-588)4753409-6 s DE-604 HBZ Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=012824435&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Harold, Elliotte Rusty XML 1.1 Bible XML 1.1 (DE-588)4753409-6 gnd |
subject_GND | (DE-588)4753409-6 |
title | XML 1.1 Bible |
title_auth | XML 1.1 Bible |
title_exact_search | XML 1.1 Bible |
title_full | XML 1.1 Bible Elliotte Rusty Harold |
title_fullStr | XML 1.1 Bible Elliotte Rusty Harold |
title_full_unstemmed | XML 1.1 Bible Elliotte Rusty Harold |
title_short | XML 1.1 Bible |
title_sort | xml 1 1 bible |
topic | XML 1.1 (DE-588)4753409-6 gnd |
topic_facet | XML 1.1 |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=012824435&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT haroldelliotterusty xml11bible |