mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-06 20:58:17 +03:00
- Updated HTML test outputs
- Fixed taht f....g problem with C++ and includes, Daniel
This commit is contained in:
parent
af78a0e1b9
commit
4a53eca27c
@ -1931,6 +1931,7 @@ htmlParseAttribute(htmlParserCtxtPtr ctxt, xmlChar **value) {
|
||||
SKIP_BLANKS;
|
||||
val = htmlParseAttValue(ctxt);
|
||||
} else {
|
||||
/* TODO : some attribute must have values, some may not */
|
||||
if ((ctxt->sax != NULL) && (ctxt->sax->error != NULL))
|
||||
ctxt->sax->error(ctxt->userData,
|
||||
"Specification mandate value for attribute %s\n", name);
|
||||
|
@ -12,6 +12,8 @@
|
||||
#include "tree.h"
|
||||
#include "valid.h"
|
||||
#include "xmlIO.h"
|
||||
#include "entities.h"
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@ -170,8 +172,6 @@ typedef xmlSAXLocator *xmlSAXLocatorPtr;
|
||||
* of the input generate data or structure informations.
|
||||
*/
|
||||
|
||||
#include "entities.h"
|
||||
|
||||
typedef xmlParserInputPtr (*resolveEntitySAXFunc) (void *ctx,
|
||||
const xmlChar *publicId, const xmlChar *systemId);
|
||||
typedef void (*internalSubsetSAXFunc) (void *ctx, const xmlChar *name,
|
||||
@ -265,8 +265,6 @@ extern xmlSAXHandler htmlDefaultSAXHandler;
|
||||
extern int xmlSubstituteEntitiesDefaultValue;
|
||||
|
||||
|
||||
#include "entities.h"
|
||||
#include "xml-error.h"
|
||||
|
||||
/**
|
||||
* Cleanup
|
||||
@ -381,6 +379,7 @@ xmlParserInputPtr
|
||||
xmlLoadExternalEntity (const char *URL,
|
||||
const char *ID,
|
||||
xmlParserInputPtr context);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
7
parser.h
7
parser.h
@ -12,6 +12,8 @@
|
||||
#include "tree.h"
|
||||
#include "valid.h"
|
||||
#include "xmlIO.h"
|
||||
#include "entities.h"
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@ -170,8 +172,6 @@ typedef xmlSAXLocator *xmlSAXLocatorPtr;
|
||||
* of the input generate data or structure informations.
|
||||
*/
|
||||
|
||||
#include "entities.h"
|
||||
|
||||
typedef xmlParserInputPtr (*resolveEntitySAXFunc) (void *ctx,
|
||||
const xmlChar *publicId, const xmlChar *systemId);
|
||||
typedef void (*internalSubsetSAXFunc) (void *ctx, const xmlChar *name,
|
||||
@ -265,8 +265,6 @@ extern xmlSAXHandler htmlDefaultSAXHandler;
|
||||
extern int xmlSubstituteEntitiesDefaultValue;
|
||||
|
||||
|
||||
#include "entities.h"
|
||||
#include "xml-error.h"
|
||||
|
||||
/**
|
||||
* Cleanup
|
||||
@ -381,6 +379,7 @@ xmlParserInputPtr
|
||||
xmlLoadExternalEntity (const char *URL,
|
||||
const char *ID,
|
||||
xmlParserInputPtr context);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
@ -1,8 +1,6 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>This service is temporary down</title>
|
||||
</head>
|
||||
<head><title>This service is temporary down</title></head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<h1 align="center">Sorry, this service is temporary down</h1>
|
||||
We are doing our best to get it back on-line,
|
||||
|
@ -7,12 +7,8 @@
|
||||
</head>
|
||||
<body>
|
||||
<font face="Verdana">
|
||||
<h1>
|
||||
<a name="top">Microsoft FrontPage 2000 Server Extensions, UNIX</a>
|
||||
</h1>
|
||||
<font size="2">
|
||||
<i>© Copyright Microsoft Corporation, 1999 </i>
|
||||
</font>
|
||||
<h1><a name="top">Microsoft FrontPage 2000 Server Extensions, UNIX</a></h1>
|
||||
<font size="2"><i>© Copyright Microsoft Corporation, 1999 </i></font>
|
||||
<p>The FrontPage Server Extensions are a set of programs on the Web server that support:
|
||||
|
||||
</p>
|
||||
@ -27,9 +23,7 @@
|
||||
<a href="#moreinfo">Resources for More Information</a>
|
||||
<p> </p>
|
||||
<hr>
|
||||
<h2>
|
||||
<a name="relnotes">Release Notes</a>
|
||||
</h2>
|
||||
<h2><a name="relnotes">Release Notes</a></h2>
|
||||
<p>This section provides complementary or late-breaking
|
||||
information to supplement the Microsoft FrontPage Server Extensions documentation.</p>
|
||||
<p>
|
||||
@ -39,49 +33,29 @@ information to supplement the Microsoft FrontPage Server Extensions documentatio
|
||||
<br>
|
||||
<a href="#executables">Uploading files into executable folders</a>
|
||||
</p>
|
||||
<p align="right">
|
||||
<font size="1">
|
||||
<a href="#top">Top of Page</a>
|
||||
</font>
|
||||
</p>
|
||||
<h3>
|
||||
<a name="apache">Apache 1.3.4 Support</a>
|
||||
</h3>
|
||||
<p align="right"><font size="1"><a href="#top">Top of Page</a></font></p>
|
||||
<h3><a name="apache">Apache 1.3.4 Support</a></h3>
|
||||
<p>You need to take some special steps to run the FrontPage Server Extensions with Apache 1.3.4.
|
||||
FrontPage Server Extensions expect to find all resource directives in the main server
|
||||
configuration file, usually http.conf. To prevent the server extensions from using any secondary
|
||||
configuration files (access.conf, srm.conf), add the following lines to http.conf:</p>
|
||||
</font>
|
||||
<blockquote>
|
||||
<font face="Courier New">
|
||||
<blockquote><font face="Courier New">
|
||||
ResourceConfig /dev/null <br>
|
||||
AccessConfig /dev/null</font>
|
||||
</blockquote>
|
||||
AccessConfig /dev/null</font></blockquote>
|
||||
<font face="Verdana">
|
||||
<p>If you have some settings stored in secondary configuration files, move them to http.conf.</p>
|
||||
<p>You must stop and restart the web server for your changes to http.conf to take effect.</p>
|
||||
<p align="right">
|
||||
<font size="1">
|
||||
<a href="#relnotes">Top of Section</a>
|
||||
</font>
|
||||
</p>
|
||||
<h3>
|
||||
<a name="upgrading">Upgrading from previous version of FrontPage Server Extensions</a>
|
||||
</h3>
|
||||
<p align="right"><font size="1"><a href="#relnotes">Top of Section</a></font></p>
|
||||
<h3><a name="upgrading">Upgrading from previous version of FrontPage Server Extensions</a></h3>
|
||||
<p>Custom entries in frontpage.cnf are not migrated to FrontPage 2000.</p>
|
||||
<p>When you install FrontPage 2000 Server Extensions, a new frontpage.cnf file is created in the /usr/local/frontpage/version4.0 directory.
|
||||
Any custom settings stored in a previous-version frontpage.cnf are not used. However, you can copy
|
||||
your custom settings from the previous-version frontpage.cnf file after you install the FrontPage 2000 Server Extensions.</p>
|
||||
<p>Do not overwrite the FrontPage 2000 frontpage.cnf file with a frontpage.cnf file from an
|
||||
earlier version of the FrontPage Server Extensions.</p>
|
||||
<p align="right">
|
||||
<font size="1">
|
||||
<a href="#relnotes">Top of Section</a>
|
||||
</font>
|
||||
</p>
|
||||
<h3>
|
||||
<a name="executables">Uploading files into executable folders</a>
|
||||
</h3>
|
||||
<p align="right"><font size="1"><a href="#relnotes">Top of Section</a></font></p>
|
||||
<h3><a name="executables">Uploading files into executable folders</a></h3>
|
||||
<p>After upgrading to FrontPage 2000, FrontPage authors will not be able to upload files into
|
||||
executable folders. For security reasons, the default setting on FrontPage 2000 webs does not
|
||||
allow authors to upload executable files into executable folders in a FrontPage web. This
|
||||
@ -90,15 +64,9 @@ or a virus.</p>
|
||||
<p>To allow FrontPage authors to upload executables, set the NoExecutableCgiUpload configuration
|
||||
variable to zero (0). For information about FrontPage Server Extension configuration variables,
|
||||
see the FrontPage 2000 Server Extensions Resource Kit at <a href="http://officeupdate.microsoft.com/frontpage/wpp/serk/">http://officeupdate.microsoft.com/frontpage/wpp/serk/</a>.</p>
|
||||
<p align="right">
|
||||
<font size="1">
|
||||
<a href="#relnotes">Top of Section</a>
|
||||
</font>
|
||||
</p>
|
||||
<p align="right"><font size="1"><a href="#relnotes">Top of Section</a></font></p>
|
||||
<hr>
|
||||
<h2>
|
||||
<a name="moreinfo">Resources for More Information</a>
|
||||
</h2>
|
||||
<h2><a name="moreinfo">Resources for More Information</a></h2>
|
||||
<p>This section lists sources of more information about the
|
||||
FrontPage Server Extensions.</p>
|
||||
<p>
|
||||
@ -108,14 +76,8 @@ FrontPage Server Extensions.</p>
|
||||
<br>
|
||||
<a href="#kb">Knowledge Base</a>
|
||||
</p>
|
||||
<p align="right">
|
||||
<font size="1">
|
||||
<a href="#top">Top of Page</a>
|
||||
</font>
|
||||
</p>
|
||||
<h3>
|
||||
<a name="serk">Server Extensions Resource Kit</a>
|
||||
</h3>
|
||||
<p align="right"><font size="1"><a href="#top">Top of Page</a></font></p>
|
||||
<h3><a name="serk">Server Extensions Resource Kit</a></h3>
|
||||
<p>The FrontPage 2000 Server Extensions include a full set of documentation: the Server
|
||||
Extensions Resource Kit. This is an HTML document installed on the server machine (by
|
||||
default) in /usr/local/frontpage/version4.0/serk. To view the Server Extensions Resource
|
||||
@ -124,24 +86,12 @@ Kit, open /usr/local/frontpage/version4.0/serk/default.htm in your Web browser.<
|
||||
administering the FrontPage Server Extensions along with an overview of the Server
|
||||
Extensions, a detailed discussion of Server Extensions security on UNIX and Windows,
|
||||
troubleshooting information, and a full set of appendixes.</p>
|
||||
<p align="right">
|
||||
<font size="1">
|
||||
<a href="#moreinfo">Top of Section</a>
|
||||
</font>
|
||||
</p>
|
||||
<h3>
|
||||
<a name="serkupdate">Server Extensions Resource Kit Update</a>
|
||||
</h3>
|
||||
<p align="right"><font size="1"><a href="#moreinfo">Top of Section</a></font></p>
|
||||
<h3><a name="serkupdate">Server Extensions Resource Kit Update</a></h3>
|
||||
<p>For updated information about installing, setting up, and administrating the FrontPage Server
|
||||
Extensions, see the Server Extensions Resource Kit Update at: <a href="http://officeupdate.microsoft.com/frontpage/wpp/serk/">http://officeupdate.microsoft.com/frontpage/wpp/serk/</a>.</p>
|
||||
<p align="right">
|
||||
<font size="1">
|
||||
<a href="#moreinfo">Top of Section</a>
|
||||
</font>
|
||||
</p>
|
||||
<h3>
|
||||
<a name="kb">Microsoft Knowledge Base</a>
|
||||
</h3>
|
||||
<p align="right"><font size="1"><a href="#moreinfo">Top of Section</a></font></p>
|
||||
<h3><a name="kb">Microsoft Knowledge Base</a></h3>
|
||||
<p>For further technical information on FrontPage, please consult Support Online. Use Support
|
||||
Online to easily search Microsoft Product Support Services' collection of resources including
|
||||
technical articles from Microsoft's extensive Knowledge Base, FAQs, troubleshooters to find
|
||||
@ -149,11 +99,7 @@ fast, accurate answers. You can also customize the site to control your search u
|
||||
keywords or the site's natural language search engine, which uses normal everyday language for
|
||||
answering inquiries, so you can write your question in your own words. To begin, go to
|
||||
<a href="http://support.microsoft.com/support/">http://support.microsoft.com/support/</a>.</p>
|
||||
<p align="right">
|
||||
<font size="1">
|
||||
<a href="#moreinfo">Top of Section</a>
|
||||
</font>
|
||||
</p>
|
||||
<p align="right"><font size="1"><a href="#moreinfo">Top of Section</a></font></p>
|
||||
<p> </p>
|
||||
</font>
|
||||
</body>
|
||||
|
@ -1,14 +1,10 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
<ul>
|
||||
<head><title></title></head>
|
||||
<body><ul>
|
||||
<li>First item
|
||||
</li>
|
||||
<li>Second item, closes the first one
|
||||
</li>
|
||||
</ul>
|
||||
</body>
|
||||
</ul></body>
|
||||
</html>
|
||||
|
@ -1,8 +1,6 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<title>Regression test 1</title>
|
||||
</head>
|
||||
<head><title>Regression test 1</title></head>
|
||||
<body>
|
||||
<h1>Regression test 1</h1>
|
||||
<p>
|
||||
|
@ -1,8 +1,6 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<title>Regression test 2</title>
|
||||
</head>
|
||||
<head><title>Regression test 2</title></head>
|
||||
<body>
|
||||
<h1>Regression test 2</h1>
|
||||
<p>
|
||||
|
@ -1,8 +1,6 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<title>Regression test 3</title>
|
||||
</head>
|
||||
<head><title>Regression test 3</title></head>
|
||||
<body>
|
||||
<h1>Regression test 3</h1>
|
||||
<p>
|
||||
|
@ -1,8 +1,6 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<title>Regression test 4</title>
|
||||
</head>
|
||||
<head><title>Regression test 4</title></head>
|
||||
<body>
|
||||
<h1>Regression test 4</h1>
|
||||
<p>
|
||||
|
@ -1,17 +1,10 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>Linux Today</title>
|
||||
</head>
|
||||
<head><title>Linux Today</title></head>
|
||||
<body bgcolor="White" link="Blue" text="Black" VLINK="Black" ALINK="Red">
|
||||
<center>
|
||||
<table BORDER="0" WIDTH="100%" CELLSPACING="0" CELLPADDING="0">
|
||||
<tr BGCOLOR="#FFFFFF">
|
||||
<td HEIGHT="90">
|
||||
<a href="http://linuxtoday.com/cgi-bin/click.pl?adnum=49">
|
||||
<img src="/pics/door_linux.gif" border="0" width="468" height="60" alt="Atipa Linux solutions. Your reliable cluster, server, and workstation solution. Win a Free Celeron Linux Workstation!">
|
||||
</a>
|
||||
</td>
|
||||
<table BORDER="0" WIDTH="100%" CELLSPACING="0" CELLPADDING="0"><tr BGCOLOR="#FFFFFF">
|
||||
<td HEIGHT="90"><a href="http://linuxtoday.com/cgi-bin/click.pl?adnum=49"><img src="/pics/door_linux.gif" border="0" width="468" height="60" alt="Atipa Linux solutions. Your reliable cluster, server, and workstation solution. Win a Free Celeron Linux Workstation!"></a></td>
|
||||
<td>
|
||||
<img SRC="/pics/lt.gif" VSPACE="5" alt="Linux Today Logo">
|
||||
<br>
|
||||
@ -19,8 +12,7 @@
|
||||
<a href="http://linux.com">linux.com</a> partner</font>
|
||||
<p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</tr></table>
|
||||
<font size="2" face="Helvetica">
|
||||
[ <a href="http://linuxtoday.com/">headlines</a> |
|
||||
<a href="http://features.linuxtoday.com/">features</a> |
|
||||
|
@ -1,11 +1,7 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<base target="contents">
|
||||
</head>
|
||||
<a name="ProblemDomain.Package">
|
||||
<h2>Component Package diagram ProblemDomain</h2>
|
||||
</a>
|
||||
<head><base target="contents"></head>
|
||||
<a name="ProblemDomain.Package"><h2>Component Package diagram ProblemDomain</h2></a>
|
||||
<p>
|
||||
<hr>
|
||||
<dl>
|
||||
@ -13,9 +9,7 @@
|
||||
<b>Stereotype </b>problem domain</dt>
|
||||
<dt>
|
||||
<b>Alias </b>Problem Domain</dt>
|
||||
<dt>
|
||||
<b>Note </b>
|
||||
</dt>
|
||||
<dt><b>Note </b></dt>
|
||||
<dd>The Problem Domain package is the model behind the Human
|
||||
<dd>Interface, thats stores and manipulates the Family Tree.
|
||||
</dd>
|
||||
@ -24,65 +18,39 @@
|
||||
<p>
|
||||
<hr>
|
||||
<dl>
|
||||
<dt>
|
||||
<h4>Class <a href="HumanInterface.FamilyFrame.html#HumanInterface.FamilyFrame">HumanInterface.FamilyFrame</a>
|
||||
</h4>
|
||||
</dt>
|
||||
<dt>
|
||||
<h4>Class <a href="ProblemDomain.Birth.html#ProblemDomain.Birth">ProblemDomain.Birth</a>
|
||||
</h4>
|
||||
</dt>
|
||||
<dt>
|
||||
<h4>Class <a href="ProblemDomain.Death.html#ProblemDomain.Death">ProblemDomain.Death</a>
|
||||
</h4>
|
||||
</dt>
|
||||
<dt>
|
||||
<h4>Class <a href="ProblemDomain.Divorce.html#ProblemDomain.Divorce">ProblemDomain.Divorce</a>
|
||||
</h4>
|
||||
</dt>
|
||||
<dt>
|
||||
<h4>Class <a href="ProblemDomain.Family.html#ProblemDomain.Family">ProblemDomain.Family</a>
|
||||
</h4>
|
||||
</dt>
|
||||
<dt>
|
||||
<h4>Class <a href="ProblemDomain.Individual.html#ProblemDomain.Individual">ProblemDomain.Individual</a>
|
||||
</h4>
|
||||
</dt>
|
||||
<dt>
|
||||
<h4>Class <a href="ProblemDomain.LifeEvent.html#ProblemDomain.LifeEvent">ProblemDomain.LifeEvent</a>
|
||||
</h4>
|
||||
</dt>
|
||||
<dt>
|
||||
<h4>Class <a href="ProblemDomain.Marriage.html#ProblemDomain.Marriage">ProblemDomain.Marriage</a>
|
||||
</h4>
|
||||
</dt>
|
||||
<dt>
|
||||
<h4>Class <a href="ProblemDomain.Note.html#ProblemDomain.Note">ProblemDomain.Note</a>
|
||||
</h4>
|
||||
</dt>
|
||||
<dt><h4>Class <a href="HumanInterface.FamilyFrame.html#HumanInterface.FamilyFrame">HumanInterface.FamilyFrame</a>
|
||||
</h4></dt>
|
||||
<dt><h4>Class <a href="ProblemDomain.Birth.html#ProblemDomain.Birth">ProblemDomain.Birth</a>
|
||||
</h4></dt>
|
||||
<dt><h4>Class <a href="ProblemDomain.Death.html#ProblemDomain.Death">ProblemDomain.Death</a>
|
||||
</h4></dt>
|
||||
<dt><h4>Class <a href="ProblemDomain.Divorce.html#ProblemDomain.Divorce">ProblemDomain.Divorce</a>
|
||||
</h4></dt>
|
||||
<dt><h4>Class <a href="ProblemDomain.Family.html#ProblemDomain.Family">ProblemDomain.Family</a>
|
||||
</h4></dt>
|
||||
<dt><h4>Class <a href="ProblemDomain.Individual.html#ProblemDomain.Individual">ProblemDomain.Individual</a>
|
||||
</h4></dt>
|
||||
<dt><h4>Class <a href="ProblemDomain.LifeEvent.html#ProblemDomain.LifeEvent">ProblemDomain.LifeEvent</a>
|
||||
</h4></dt>
|
||||
<dt><h4>Class <a href="ProblemDomain.Marriage.html#ProblemDomain.Marriage">ProblemDomain.Marriage</a>
|
||||
</h4></dt>
|
||||
<dt><h4>Class <a href="ProblemDomain.Note.html#ProblemDomain.Note">ProblemDomain.Note</a>
|
||||
</h4></dt>
|
||||
</dl>
|
||||
<h4>
|
||||
<b>Links</b>
|
||||
</h4>
|
||||
<ul>
|
||||
<li>
|
||||
<h4><b>Links</b></h4>
|
||||
<ul><li>
|
||||
<b>Link to </b>
|
||||
<a href="HumanInterface.Package.html#HumanInterface.Package">HumanInterface</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li></ul>
|
||||
<dir></dir>
|
||||
<ul>
|
||||
<li>
|
||||
<ul><li>
|
||||
<b>Link to </b>
|
||||
<a href="DataManagement.FlatFile.Package.html#DataManagement.FlatFile.Package">DataManagement.FlatFile</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li></ul>
|
||||
<dir></dir>
|
||||
<ul>
|
||||
<li>
|
||||
<ul><li>
|
||||
<b>Link to </b>
|
||||
<a href="DataManagement.Package.html#DataManagement.Package">DataManagement</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li></ul>
|
||||
<dir></dir>
|
||||
</html>
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user