Programming Microsoft SQL Server 2000 With XML Comments And Corrections (311788)



The information in this article applies to:

  • MSPRESS Programming Microsoft SQL Server 2000 with XML ISBN 0-7356-1369-9

This article was previously published under Q311788

SUMMARY

This article contains comments, corrections, and information about known errors relating to the Microsoft Press book Programming Microsoft SQL Server 2000 With XML, ISBN 0-7356-1369-9.

The following topics are covered:

  • Page 230: The Second Instance Of 1234 Should Be In Double Quotation Marks

MORE INFORMATION

Page 230: The Second Instance Of 1234 Should Be In Double Quotation Marks

On page 230,

Change:
"....either <Order OrderNo = '1234'> or <Order OrderNo = '1234'>.  To an XML parser, these tags are the same."
				
To:
"....either <Order OrderNo = '1234'> or <Order OrderNo = "1234">.  To an XML parser, these tags are the same."
				

Microsoft Press is committed to providing informative and accurate books. All comments and corrections listed above are ready for inclusion in future printings of this book. If you have a later printing of this book, it may already contain most or all of the above corrections.

Modification Type:MajorLast Reviewed:10/31/2001
Keywords:kbdocerr kbdocfix kbinfo KB311788