Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
| Download
GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
Project: cocalc-sagemath-dev-slelievre
Views: 4183461[1XC [33X[0;0YThe File [11Xbibxmlext.dtd[111X[101X[1X[133X[101X23[33X[0;0YFor easier reference we repeat here the complete content of the file4[11Xbibxmlext.dtd[111X which is explained in [14X7.2[114X.[133X56[4X[32X bibxmlext.dtd [32X[104X7[4X<?xml version="1.0" encoding="UTF-8"?>[104X8[4X<!--[104X9[4X - (C) Frank Lübeck (http://www.math.rwth-aachen.de/~Frank.Luebeck)[104X10[4X -[104X11[4X - The BibXMLext data format.[104X12[4X - [104X13[4X - This DTD expresses XML markup similar to the BibTeX language[104X14[4X - specified for LaTeX, or actually its content model.[104X15[4X -[104X16[4X - It is a variation of a file bibxml.dtd developed by the project[104X17[4X - http://bibtexml.sf.net/[104X18[4X - [104X19[4X - For documentation on BibTeX, see[104X20[4X - http://www.ctan.org/tex-archive/biblio/bibtex/distribs/doc/[104X21[4X -[104X22[4X - A previous version of the code originally developed by[104X23[4X - Vidar Bronken Gundersen, http://bibtexml.sf.net/[104X24[4X - Reuse and repurposing is approved as long as this[104X25[4X - notification appears with the code.[104X26[4X -[104X27[4X-->[104X28[4X[104X29[4X<!-- ..................................................................... -->[104X30[4X<!-- Main structure -->[104X31[4X[104X32[4X<!-- key-value pairs as in BibTeX @string entries are put in empty elements[104X33[4X (but here they can be used for parts of an entry field as well) -->[104X34[4X<!ELEMENT string EMPTY>[104X35[4X<!ATTLIST string[104X36[4X key CDATA #REQUIRED [104X37[4X value CDATA #REQUIRED >[104X38[4X [104X39[4X<!-- entry may contain one of the bibliographic types. -->[104X40[4X<!ELEMENT entry ( article | book | booklet |[104X41[4X manual | techreport |[104X42[4X mastersthesis | phdthesis |[104X43[4X inbook | incollection |[104X44[4X proceedings | inproceedings |[104X45[4X conference |[104X46[4X unpublished | misc ) >[104X47[4X<!ATTLIST entry[104X48[4X id CDATA #REQUIRED >[104X49[4X[104X50[4X<!-- file is the documents top element. -->[104X51[4X<!ELEMENT file ( string | entry )* >[104X52[4X[104X53[4X[104X54[4X<!-- ..................................................................... -->[104X55[4X<!-- Parameter entities -->[104X56[4X[104X57[4X<!-- these are additional elements often used, but not included in the[104X58[4X standard BibTeX distribution, these must be added to the[104X59[4X bibliography styles, otherwise these fields will be omitted by[104X60[4X the formatter, we allow an arbitrary number of 'other' elements[104X61[4X to specify any further information -->[104X62[4X[104X63[4X<!ENTITY % n.user " abstract?, affiliation?,[104X64[4X contents?, copyright?,[104X65[4X (isbn | issn)?, [104X66[4X keywords?, language?, lccn?, [104X67[4X location?, mrnumber?, mrclass?, mrreviewer?,[104X68[4X price?, size?, url?, category?, other* ">[104X69[4X[104X70[4X<!ENTITY % n.common "key?, annotate?, crossref?,[104X71[4X %n.user;">[104X72[4X[104X73[4X<!-- content model used more than once -->[104X74[4X[104X75[4X<!ENTITY % n.InProceedings "author, title, booktitle,[104X76[4X year, editor?, [104X77[4X (volume | number)?,[104X78[4X series?, pages?, address?, [104X79[4X month?, organization?, publisher?,[104X80[4X note?, %n.common;">[104X81[4X[104X82[4X<!ENTITY % n.PHDThesis "author, title, school,[104X83[4X year, type?, address?, month?,[104X84[4X note?, %n.common;">[104X85[4X[104X86[4X<!-- ..................................................................... -->[104X87[4X<!-- Entries in the BibTeX database -->[104X88[4X[104X89[4X<!-- [article] An article from a journal or magazine.[104X90[4X - Required fields: author, title, journal, year.[104X91[4X - Optional fields: volume, number, pages, month, note. -->[104X92[4X<!ELEMENT article (author, title, journal,[104X93[4X year, volume?, number?, pages?,[104X94[4X month?, note?, %n.common;)[104X95[4X>[104X96[4X[104X97[4X<!-- [book] A book with an explicit publisher. [104X98[4X - Required fields: author or editor, title, publisher, year.[104X99[4X - Optional fields: volume or number, series, address,[104X100[4X - edition, month, note. -->[104X101[4X<!ELEMENT book ((author | editor), title,[104X102[4X publisher, year, (volume | number)?,[104X103[4X series?, address?, edition?, month?,[104X104[4X note?, %n.common;)[104X105[4X>[104X106[4X [104X107[4X<!-- [booklet] A work that is printed and bound, but without a named[104X108[4X - publisher or sponsoring institution [104X109[4X - Required field: title.[104X110[4X - Optional fields: author, howpublished, address, month, year, note. -->[104X111[4X<!ELEMENT booklet (author?, title,[104X112[4X howpublished?, address?, month?, [104X113[4X year?, note?, %n.common;)[104X114[4X>[104X115[4X[104X116[4X<!-- [conference] The same as INPROCEEDINGS,[104X117[4X - included for Scribe compatibility. -->[104X118[4X<!ELEMENT conference (%n.InProceedings;)[104X119[4X>[104X120[4X[104X121[4X<!-- [inbook] A part of a book, which may be a chapter (or section or[104X122[4X - whatever) and/or a range of pages. [104X123[4X - Required fields: author or editor, title, chapter and/or pages,[104X124[4X - publisher, year.[104X125[4X - Optional fields: volume or number, series, type, address,[104X126[4X - edition, month, note. -->[104X127[4X<!ELEMENT inbook ((author | editor), title,[104X128[4X ((chapter, pages?) | pages),[104X129[4X publisher, year, (volume |[104X130[4X number)?, series?, type?,[104X131[4X address?, edition?, month?, [104X132[4X note?, %n.common;)[104X133[4X>[104X134[4X[104X135[4X<!--[104X136[4X - > I want to express that the elements a and/or b are legal that is one[104X137[4X - > of them or both must be present in the document instance (see the[104X138[4X - > element content for BibTeX entry `InBook').[104X139[4X - > How do I specify this in my DTD?[104X140[4X - [104X141[4X - Dave Peterson:[104X142[4X - in content model: ((a , b?) | b) if order matters[104X143[4X - ((a , b?) | (b , a?)) otherwise[104X144[4X-->[104X145[4X[104X146[4X<!-- [incollection] A part of a book having its own title.[104X147[4X - Required fields: author, title, booktitle, publisher, year.[104X148[4X - Optional fields: editor, volume or number, series, type,[104X149[4X - chapter, pages, address, edition, month, note. -->[104X150[4X<!ELEMENT incollection (author, title,[104X151[4X booktitle, publisher, year,[104X152[4X editor?, (volume | number)?,[104X153[4X series?, type?, chapter?, [104X154[4X pages?, address?, edition?, [104X155[4X month?, note?,[104X156[4X %n.common;)[104X157[4X>[104X158[4X[104X159[4X<!-- [inproceedings] An article in a conference proceedings.[104X160[4X - Required fields: author, title, booktitle, year.[104X161[4X - Optional fields: editor, volume or number, series, pages,[104X162[4X - address, month, organization, publisher, note. -->[104X163[4X<!ELEMENT inproceedings (%n.InProceedings;)[104X164[4X>[104X165[4X[104X166[4X<!-- [manual] Technical documentation [104X167[4X - Required field: title.[104X168[4X - Optional fields: author, organization, address,[104X169[4X - edition, month, year, note. -->[104X170[4X<!ELEMENT manual (author?, title,[104X171[4X organization?, address?, edition?,[104X172[4X month?, year?, note?, %n.common;)[104X173[4X>[104X174[4X[104X175[4X<!-- [mastersthesis] A Master's thesis. [104X176[4X - Required fields: author, title, school, year.[104X177[4X - Optional fields: type, address, month, note. -->[104X178[4X<!ELEMENT mastersthesis (%n.PHDThesis;)[104X179[4X>[104X180[4X[104X181[4X<!-- [misc] Use this type when nothing else fits. [104X182[4X - Required fields: none.[104X183[4X - Optional fields: author, title, howpublished, month, year, note. -->[104X184[4X<!ELEMENT misc (author?, title?,[104X185[4X howpublished?, month?, year?, note?,[104X186[4X %n.common;)[104X187[4X>[104X188[4X[104X189[4X<!-- [phdthesis] A PhD thesis. [104X190[4X - Required fields: author, title, school, year.[104X191[4X - Optional fields: type, address, month, note. -->[104X192[4X<!ELEMENT phdthesis (%n.PHDThesis;)[104X193[4X>[104X194[4X[104X195[4X<!-- [proceedings] The proceedings of a conference. [104X196[4X - Required fields: title, year.[104X197[4X - Optional fields: editor, volume or number, series,[104X198[4X - address, month, organization, publisher, note. -->[104X199[4X<!ELEMENT proceedings (editor?, title, year,[104X200[4X (volume | number)?, series?, [104X201[4X address?, month?, organization?, [104X202[4X publisher?, note?, %n.common;)[104X203[4X>[104X204[4X[104X205[4X<!-- [techreport] A report published by a school or other institution,[104X206[4X - usually numbered within a series. [104X207[4X - Required fields: author, title, institution, year.[104X208[4X - Optional fields: type, number, address, month, note. -->[104X209[4X<!ELEMENT techreport (author, title,[104X210[4X institution, year, type?, number?,[104X211[4X address?, month?, note?, %n.common;)[104X212[4X>[104X213[4X[104X214[4X<!-- [unpublished] A document having an author and title, but not[104X215[4X - formally published. [104X216[4X - Required fields: author, title, note.[104X217[4X - Optional fields: month, year. -->[104X218[4X<!ELEMENT unpublished (author, title, note,[104X219[4X month?, year?, %n.common;)[104X220[4X>[104X221[4X[104X222[4X<!-- ..................................................................... -->[104X223[4X<!-- Fields from the standard bibliography styles -->[104X224[4X[104X225[4X<!--[104X226[4X - Below is a description of all fields recognized by the standard[104X227[4X - bibliography styles. An entry can also contain other fields, which[104X228[4X - are ignored by those styles.[104X229[4X - [104X230[4X - [address] Usually the address of the publisher or other type of[104X231[4X - institution For major publishing houses, van~Leunen recommends[104X232[4X - omitting the information entirely. For small publishers, on the other[104X233[4X - hand, you can help the reader by giving the complete address.[104X234[4X - [104X235[4X - [annote] An annotation It is not used by the standard bibliography[104X236[4X - styles, but may be used by others that produce an annotated[104X237[4X - bibliography.[104X238[4X - [104X239[4X - [author] The name(s) of the author(s), here *not* in the format [104X240[4X - described in the LaTeX book. Contains elements <name> which in turn[104X241[4X - contains elements <first>, <last> for the first name (or first names,[104X242[4X - fully written or as initials, and including middle initials) and[104X243[4X - the last name.[104X244[4X - [104X245[4X - [booktitle] Title of a book, part of which is being cited. See the[104X246[4X - LaTeX book for how to type titles. For book entries, use the title[104X247[4X - field instead.[104X248[4X - [104X249[4X - [chapter] A chapter (or section or whatever) number.[104X250[4X - [104X251[4X - [crossref] The database key of the entry being cross referenced.[104X252[4X - [104X253[4X - [edition] The edition of a book-for example, ``Second''. This[104X254[4X - should be an ordinal, and should have the first letter capitalized, as[104X255[4X - shown here; the standard styles convert to lower case when necessary.[104X256[4X - [104X257[4X - [editor] Name(s) of editor(s), typed as indicated in the LaTeX book.[104X258[4X - If there is also an author field, then the editor field gives the[104X259[4X - editor of the book or collection in which the reference appears.[104X260[4X - [104X261[4X - [howpublished] How something strange has been published. The first[104X262[4X - word should be capitalized.[104X263[4X - [104X264[4X - [institution] The sponsoring institution of a technical report.[104X265[4X - [104X266[4X - [journal] A journal name. Abbreviations are provided for many[104X267[4X - journals; see the Local Guide.[104X268[4X - [104X269[4X - [key] Used for alphabetizing, cross referencing, and creating a label[104X270[4X - when the ``author'' information (described in Section [ref: ] is[104X271[4X - missing. This field should not be confused with the key that appears[104X272[4X - in the \cite command and at the beginning of the database entry.[104X273[4X - [104X274[4X - [month] The month in which the work was published or, for an[104X275[4X - unpublished work, in which it was written. You should use the[104X276[4X - standard three-letter abbreviation, as described in Appendix B.1.3 of[104X277[4X - the LaTeX book.[104X278[4X - [104X279[4X - [note] Any additional information that can help the reader. The first[104X280[4X - word should be capitalized.[104X281[4X - [104X282[4X - [number] The number of a journal, magazine, technical report, or of a[104X283[4X - work in a series. An issue of a journal or magazine is usually[104X284[4X - identified by its volume and number; the organization that issues a[104X285[4X - technical report usually gives it a number; and sometimes books are[104X286[4X - given numbers in a named series.[104X287[4X - [104X288[4X - [organization] The organization that sponsors a conference or that[104X289[4X - publishes a manual.[104X290[4X - [104X291[4X - [pages] One or more page numbers or range of numbers, such as 42-111[104X292[4X - or 7,41,73-97 or 43+ (the `+' in this last example indicates pages[104X293[4X - following that don't form a simple range). To make it easier to[104X294[4X - maintain Scribe-compatible databases, the standard styles convert a[104X295[4X - single dash (as in 7-33) to the double dash used in TeX to denote[104X296[4X - number ranges (as in 7-33). Here, we suggest to use the entity[104X297[4X - – for a dash in page ranges.[104X298[4X - [104X299[4X - [publisher] The publisher's name.[104X300[4X - [104X301[4X - [school] The name of the school where a thesis was written.[104X302[4X - [104X303[4X - [series] The name of a series or set of books. When citing an entire[104X304[4X - book, the the title field gives its title and an optional series field[104X305[4X - gives the name of a series or multi-volume set in which the book is[104X306[4X - published.[104X307[4X - [104X308[4X - [title] The work's title. For mathematical formulae use the <M> or[104X309[4X - <Math> elements explained below (and LaTeX code in the content, without[104X310[4X - surrounding '$').[104X311[4X - [104X312[4X - [type] The type of a technical report-for example, ``Research[104X313[4X - Note''.[104X314[4X - [104X315[4X - [volume] The volume of a journal or multivolume book.[104X316[4X - [104X317[4X - [year] The year of publication or, for an unpublished work, the year[104X318[4X - it was written. Generally it should consist of four numerals, such as[104X319[4X - 1984, although the standard styles can handle any year whose last four[104X320[4X - nonpunctuation characters are numerals, such as `(about 1984)'.[104X321[4X-->[104X322[4X[104X323[4X<!-- Here is the main extension compared to the original BibXML definition[104X324[4X from which is DTD is derived: We want to allow more markup in some [104X325[4X elements such that we can use the bibliography for high quality [104X326[4X output in other formats than LaTeX. [104X327[4X [104X328[4X - <M> and <Math>, mathematical formulae: Specify LaTeX code for "simple" [104X329[4X formulae as content of <M> elements; "simple" means that they can be[104X330[4X translated to a fairly readable ASCII representation as explained in[104X331[4X the GAPDoc documentation on "<M>". [104X332[4X More complicated formulae are given as content of <Math> elements.[104X333[4X (Think about an <Alt> alternative for text or HTML representations.)[104X334[4X [104X335[4X - <URL>: use these elements to specify URLs, they can be properly[104X336[4X converted to links if possible in an output format (in that case [104X337[4X the Text attribute is used for the visible text).[104X338[4X[104X339[4X - <value key="..."/>: substituted by the value-attribute specified[104X340[4X in a <string key="..." value="..."/> element. Can be used anywhere,[104X341[4X not only for complete fields as in BibTeX.[104X342[4X[104X343[4X - <C> protect case changes: should be used instead of {}'s which are[104X344[4X used in BibTeX title fields to protect the case of letters from[104X345[4X changes. [104X346[4X[104X347[4X - <Alt Only="...">, <Alt Not="...">, alternatives for different [104X348[4X output formats: Use this to specify alternatives, the GAPDoc[104X349[4X utilities will do some special handling for "Text", "HTML",[104X350[4X and "BibTeX" as output type.[104X351[4X[104X352[4X - <Wrap Name="...">, generic wrapper for other markup:[104X353[4X Use this for any other type of markup you are interested in. The[104X354[4X GAPDoc utilities will ignore the markup, but provide a hook[104X355[4X to do install handler functions for them.[104X356[4X-->[104X357[4X<!ELEMENT M (#PCDATA | Alt)* > <!-- math with simple text[104X358[4X representation, in LaTeX -->[104X359[4X<!ELEMENT Math (#PCDATA | Alt)* > <!-- other math in LaTeX -->[104X360[4X<!ELEMENT URL (#PCDATA | Alt | Link | LinkText)* > <!-- an URL -->[104X361[4X<!ATTLIST URL Text CDATA #IMPLIED> <!-- text to be printed [104X362[4X (default is content) -->[104X363[4X<!ELEMENT value EMPTY > <!-- placeholder for value given .. -->[104X364[4X<!ATTLIST value key CDATA #REQUIRED > <!-- .. by key, defined in a string[104X365[4X element -->[104X366[4X<!ELEMENT C (#PCDATA | value | Alt |[104X367[4X M | Math | Wrap | URL)* > <!-- protect from case changes -->[104X368[4X<!ELEMENT Alt (#PCDATA | value | C | Alt | [104X369[4X M | Math | Wrap | URL)* > <!-- specify alternatives for [104X370[4X various types of output -->[104X371[4X<!ATTLIST Alt Only CDATA #IMPLIED[104X372[4X Not CDATA #IMPLIED > <!-- specify output types in comma and [104X373[4X whitespace separated list (use exactly one of Only or Not) -->[104X374[4X[104X375[4X<!ENTITY % withMURL "(#PCDATA | value | M | Math | Wrap | URL | C | Alt )*" >[104X376[4X[104X377[4X<!ELEMENT Wrap %withMURL; > <!-- a generic wrapper -->[104X378[4X<!ATTLIST Wrap Name CDATA #REQUIRED > <!-- needs a 'Name' attribute -->[104X379[4X[104X380[4X<!ELEMENT address %withMURL; >[104X381[4X<!-- here we don't want the complicated definition from the LaTeX book,[104X382[4X use markup for first/last name(s): a <name> element for each[104X383[4X author which contains <first> (optional), <last> elements: -->[104X384[4X<!ELEMENT author (name)* >[104X385[4X<!ELEMENT name (first?, last) >[104X386[4X<!ELEMENT first (#PCDATA) >[104X387[4X<!ELEMENT last (#PCDATA) >[104X388[4X[104X389[4X<!ELEMENT booktitle %withMURL; >[104X390[4X<!ELEMENT chapter %withMURL; >[104X391[4X<!ELEMENT edition %withMURL; >[104X392[4X<!-- same as for author field -->[104X393[4X<!ELEMENT editor (name)* >[104X394[4X<!ELEMENT howpublished %withMURL; >[104X395[4X<!ELEMENT institution %withMURL; >[104X396[4X<!ELEMENT journal %withMURL; >[104X397[4X<!ELEMENT month %withMURL; >[104X398[4X<!ELEMENT note %withMURL; >[104X399[4X<!ELEMENT number %withMURL; >[104X400[4X<!ELEMENT organization %withMURL; >[104X401[4X<!ELEMENT pages %withMURL; >[104X402[4X<!ELEMENT publisher %withMURL; >[104X403[4X<!ELEMENT school %withMURL; >[104X404[4X<!ELEMENT series %withMURL; >[104X405[4X<!ELEMENT title %withMURL; >[104X406[4X<!ELEMENT type %withMURL; >[104X407[4X<!ELEMENT volume %withMURL; >[104X408[4X<!ELEMENT year (#PCDATA) >[104X409[4X[104X410[4X<!-- These were not listed in the documentation for entry content, but[104X411[4X - appeared in the list of fields in the BibTeX documentation -->[104X412[4X[104X413[4X<!ELEMENT annotate %withMURL; >[104X414[4X<!ELEMENT crossref %withMURL; >[104X415[4X<!ELEMENT key (#PCDATA) >[104X416[4X[104X417[4X[104X418[4X<!-- ..................................................................... -->[104X419[4X<!-- Other popular fields[104X420[4X - [104X421[4X - From: http://www.ecst.csuchico.edu/~jacobsd/bib/formats/bibtex.html[104X422[4X - BibTeX is extremely popular, and many people have used it to store[104X423[4X - information. Here is a list of some of the more common fields:[104X424[4X - [104X425[4X - [affiliation] The authors affiliation. [104X426[4X - [abstract] An abstract of the work. [104X427[4X - [contents] A Table of Contents [104X428[4X - [copyright] Copyright information. [104X429[4X - [ISBN] The International Standard Book Number. [104X430[4X - [ISSN] The International Standard Serial Number. [104X431[4X - Used to identify a journal. [104X432[4X - [keywords] Key words used for searching or possibly for annotation. [104X433[4X - [language] The language the document is in. [104X434[4X - [location] A location associated with the entry,[104X435[4X - such as the city in which a conference took place.[104X436[4X - [LCCN] The Library of Congress Call Number.[104X437[4X - I've also seen this as lib-congress. [104X438[4X - [mrnumber] The Mathematical Reviews number. [104X439[4X - [mrclass] The Mathematical Reviews class. [104X440[4X - [mrreviewer] The Mathematical Reviews reviewer. [104X441[4X - [price] The price of the document. [104X442[4X - [size] The physical dimensions of a work. [104X443[4X - [URL] The WWW Universal Resource Locator that points to the item being[104X444[4X - referenced. This often is used for technical reports to point to the[104X445[4X - ftp site where the postscript source of the report is located.[104X446[4X - [104X447[4X - When using BibTeX with LaTeX you need[104X448[4X - BibTeX style files to print these data.[104X449[4X-->[104X450[4X[104X451[4X<!ELEMENT abstract %withMURL; >[104X452[4X<!ELEMENT affiliation %withMURL; >[104X453[4X<!ELEMENT contents %withMURL; >[104X454[4X<!ELEMENT copyright %withMURL; >[104X455[4X<!ELEMENT isbn (#PCDATA) >[104X456[4X<!ELEMENT issn (#PCDATA) >[104X457[4X<!ELEMENT keywords %withMURL; >[104X458[4X<!ELEMENT language %withMURL; >[104X459[4X<!ELEMENT lccn (#PCDATA) >[104X460[4X<!ELEMENT location %withMURL; >[104X461[4X<!ELEMENT mrnumber %withMURL; >[104X462[4X<!ELEMENT mrclass %withMURL; >[104X463[4X<!ELEMENT mrreviewer %withMURL; >[104X464[4X<!ELEMENT price %withMURL; >[104X465[4X<!ELEMENT size %withMURL; >[104X466[4X<!ELEMENT url %withMURL; >[104X467[4X[104X468[4X[104X469[4X<!-- Added by Zeger W. Hendrikse[104X470[4X - [category] Category of this bibitem[104X471[4X-->[104X472[4X<!ELEMENT category %withMURL; >[104X473[4X[104X474[4X<!-- A container element [other] for any further information, a description [104X475[4X - of the type of data must be given in the attribute 'type' [104X476[4X-->[104X477[4X<!ELEMENT other %withMURL; >[104X478[4X<!ATTLIST other[104X479[4X type CDATA #REQUIRED >[104X480[4X[104X481[4X[104X482[4X<!-- ..................................................................... -->[104X483[4X<!-- Predefined/reserved character entities -->[104X484[4X[104X485[4X<!ENTITY amp "&#38;">[104X486[4X<!ENTITY lt "&#60;">[104X487[4X<!ENTITY gt ">">[104X488[4X<!ENTITY apos "'">[104X489[4X<!ENTITY quot """>[104X490[4X[104X491[4X[104X492[4X<!-- Some more generally useful entities -->[104X493[4X<!ENTITY nbsp " ">[104X494[4X<!ENTITY copyright "©">[104X495[4X<!ENTITY ndash "–">[104X496[4X [104X497[4X[104X498[4X<!-- ..................................................................... -->[104X499[4X<!-- End of BibXMLext dtd -->[104X500[4X[104X501[4X[32X[104X502503504505