- Upper/lowercase is significant in XML and use & for &
Approved by: doceng (implicit)
This commit is contained in:
parent
a6a2bf23d1
commit
11ceba47bd
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/projects/sgml2xml/; revision=39083
1 changed files with 3 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
<?xml version="1.0" encoding="ISO8859-1" standalone="no"?>
|
||||
<!--
|
||||
$FreeBSD$
|
||||
-->
|
||||
|
@ -560,7 +561,7 @@
|
|||
<publisher>
|
||||
<publishername>O'Reilly & Associates</publishername>
|
||||
</publisher>
|
||||
<pubdate>1995</pubdatE>
|
||||
<pubdate>1995</pubdate>
|
||||
<isbn>ISBN 1-56592-127-5</isbn>
|
||||
</biblioset>
|
||||
</biblioentry>
|
||||
|
@ -1017,7 +1018,7 @@
|
|||
<biblioset relation="book">
|
||||
<title>Bell System Technical Journal, Unix Time-Sharing System</title>
|
||||
<publisher>
|
||||
<publishername>American Telephone & Telegraph Company</publishername>
|
||||
<publishername>American Telephone & Telegraph Company</publishername>
|
||||
</publisher>
|
||||
<pubdate>July-August 1978</pubdate>
|
||||
<edition>Vol 57, No 6, Part 2</edition>
|
||||
|
|
Loading…
Reference in a new issue