From 9705f1a5e858108d21a0128556f42b25d16833cd Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Thu, 28 Oct 2004 09:07:41 +0000 Subject: Load /tmp/tmp.SgII7T/libxml2-2.6.15 into packages/libxml2/branches/upstream/current. --- doc/APIchunk0.html | 3 + doc/APIchunk1.html | 2 + doc/APIchunk10.html | 4 + doc/APIchunk11.html | 7 + doc/APIchunk12.html | 4 +- doc/APIchunk13.html | 3 + doc/APIchunk14.html | 2 + doc/APIchunk15.html | 6 +- doc/APIchunk16.html | 2 + doc/APIchunk17.html | 2 + doc/APIchunk19.html | 3 + doc/APIchunk2.html | 8 +- doc/APIchunk20.html | 10 +- doc/APIchunk21.html | 33 +- doc/APIchunk22.html | 6 + doc/APIchunk23.html | 1 + doc/APIchunk24.html | 1 + doc/APIchunk26.html | 4 + doc/APIchunk3.html | 1 + doc/APIchunk4.html | 3 + doc/APIchunk6.html | 1 + doc/APIchunk7.html | 2 + doc/APIchunk8.html | 2 + doc/APIchunk9.html | 33 +- doc/APIconstructors.html | 4 + doc/APIfiles.html | 51 ++ doc/APIfunctions.html | 10 + doc/APIsymbols.html | 51 ++ doc/FAQ.html | 2 +- doc/Makefile.in | 1 + doc/XMLinfo.html | 2 +- doc/XSLT.html | 2 +- doc/bugs.html | 2 +- doc/catalog.html | 2 +- doc/contribs.html | 2 +- doc/downloads.html | 2 +- doc/encoding.html | 2 +- doc/examples/Makefile.am | 11 +- doc/examples/Makefile.in | 34 +- doc/examples/examples.xml | 29 + doc/examples/index.py | 2 +- doc/examples/reader4.c | 122 ++++ doc/examples/reader4.res | 3 + doc/help.html | 2 +- doc/html/libxml-debugXML.html | 5 +- doc/html/libxml-parserInternals.html | 4 +- doc/html/libxml-tree.html | 16 +- doc/html/libxml-valid.html | 2 +- doc/html/libxml-xmlerror.html | 43 +- doc/html/libxml-xmlreader.html | 20 +- doc/html/libxml-xmlschemas.html | 6 +- doc/html/libxml-xmlschemastypes.html | 14 +- doc/html/libxml-xmlversion.html | 3 +- doc/index.html | 4 +- doc/intro.html | 2 +- doc/libxml2-api.xml | 1129 +++++++++++++++++++--------------- doc/namespaces.html | 2 +- doc/news.html | 23 +- doc/site.xsl | 2 +- doc/xml.html | 25 +- doc/xmldtd.html | 2 +- 61 files changed, 1167 insertions(+), 614 deletions(-) create mode 100644 doc/examples/reader4.c create mode 100644 doc/examples/reader4.res (limited to 'doc') diff --git a/doc/APIchunk0.html b/doc/APIchunk0.html index 919c1ce..1e0a5a2 100644 --- a/doc/APIchunk0.html +++ b/doc/APIchunk0.html @@ -57,10 +57,12 @@ A:link, A:visited, A:active { text-decoration: underline } xmlOutputOpenCallback
xmlOutputWriteCallback
xmlRelaxNGValidateDoc
+xmlSchemaSetValidOptions
xmlSchemaValPredefTypeNode
xmlSchemaValPredefTypeNodeNoNorm
xmlSchemaValidateDoc
xmlSchemaValidateFacet
+xmlSchemaValidateLengthFacet
xmlSchemaValidateOneElement
xmlSchemaValidatePredefinedType
xmlSchemaValidateStream
@@ -221,6 +223,7 @@ A:link, A:visited, A:active { text-decoration: underline }
Based
xmlXPathIsInf
xmlXPathIsNaN
BasicLatin
xmlUCSIsBasicLatin
+
Basically
xmlValidateDtd
Before
xmlParseAttValue
Behaves
IS_CHAR_CH
IS_DIGIT_CH
diff --git a/doc/APIchunk1.html b/doc/APIchunk1.html index d46e292..845e967 100644 --- a/doc/APIchunk1.html +++ b/doc/APIchunk1.html @@ -171,6 +171,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlParseCharEncoding
xmlParseCharRef
Characters
xmlParseCharRef
+
Checka
xmlSchemaValidateLengthFacet
Checks
htmlAttrAllowed
htmlElementAllowedHere
htmlElementAllowedHereDesc
@@ -309,6 +310,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlNewDocFragment
xmlNewDocNode
xmlNewDocNodeEatName
+xmlNewDocPI
xmlNewDocRawNode
xmlNewDocText
xmlNewDocTextLen
diff --git a/doc/APIchunk10.html b/doc/APIchunk10.html index 0bf6040..c5625ef 100644 --- a/doc/APIchunk10.html +++ b/doc/APIchunk10.html @@ -494,6 +494,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlByteConsumed
xmlSchemaValPredefTypeNode
xmlSchemaValPredefTypeNodeNoNorm
+xmlSchemaValidateLengthFacet
xmlSchemaValidatePredefinedType
concat
xmlXPathConcatFunction
concatenated
xmlStrcat
@@ -505,6 +506,7 @@ A:link, A:visited, A:active { text-decoration: underline } LIBXML_C14N_ENABLED
LIBXML_CATALOG_ENABLED
LIBXML_DEBUG_ENABLED
+LIBXML_DEBUG_RUNTIME
LIBXML_DOCB_ENABLED
LIBXML_FTP_ENABLED
LIBXML_HTML_ENABLED
@@ -532,6 +534,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlValidateNMToken
xmlValidateName
xmlValidateQName
+
conjunction
xmlSchemaIsBuiltInTypeFacet
connection
xmlNanoFTPClose
xmlNanoFTPCloseConnection
xmlNanoFTPConnect
@@ -737,6 +740,7 @@ A:link, A:visited, A:active { text-decoration: underline }
could
xmlByteConsumed
xmlTextReaderRelaxNGSetSchema
xmlTextReaderRelaxNGValidate
+xmlValidateDtd
count
ftpListCallback
xmlLsCountNode
xmlSaveDoc
diff --git a/doc/APIchunk11.html b/doc/APIchunk11.html index 08394e5..e24a542 100644 --- a/doc/APIchunk11.html +++ b/doc/APIchunk11.html @@ -39,6 +39,7 @@ A:link, A:visited, A:active { text-decoration: underline }
datatype
xmlSchemaGetBuiltInListSimpleTypeItemType
day
ftpListCallback
day:minute
ftpListCallback
+
de-coupled
xmlValidateDtd
deactivated
xmlTextReaderRelaxNGSetSchema
deallocate
_xmlParserInput
xmlCleanupParser
@@ -55,12 +56,14 @@ A:link, A:visited, A:active { text-decoration: underline } xmlHashFree
xmlSaveUri
xmlTextReaderConstBaseUri
+xmlTextReaderConstEncoding
xmlTextReaderConstLocalName
xmlTextReaderConstName
xmlTextReaderConstNamespaceUri
xmlTextReaderConstPrefix
xmlTextReaderConstString
xmlTextReaderConstValue
+xmlTextReaderConstXmlVersion
xmlTextReaderGetAttribute
xmlTextReaderGetAttributeNo
xmlTextReaderGetAttributeNs
@@ -96,6 +99,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlSnprintfElementContent
debugging
DEBUG_MEMORY
DEBUG_MEMORY_LOCATION
+LIBXML_DEBUG_RUNTIME
xmlCatalogSetDebug
xmlXPathDebugDumpObject
decimal
xmlXPathStringFunction
@@ -134,6 +138,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlParseNamespace
xmlParseNotationType
xmlReconciliateNs
+xmlTextReaderStandalone
xmlValidCtxtNormalizeAttributeValue
xmlValidNormalizeAttributeValue
declaring
xmlGetID
@@ -358,6 +363,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlPatterncompile
did
XML_SCHEMAS_TYPE_BLOCK_DEFAULT
xmlTextReaderGetRemainder
+xmlTextReaderStandalone
difference
xmlXPathDifference
different
xmlACatalogAdd
xmlBuildQName
@@ -569,6 +575,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlXPathNodeSetFreeNs
during
xmlSAXDefaultVersion
xmlSchemaNewDocParserCtxt
+xmlSchemaSetValidOptions

A-B C-C D-E diff --git a/doc/APIchunk12.html b/doc/APIchunk12.html index b3718e6..030c8f7 100644 --- a/doc/APIchunk12.html +++ b/doc/APIchunk12.html @@ -160,7 +160,8 @@ A:link, A:visited, A:active { text-decoration: underline } xmlSprintfElementContent
enhancements
htmlNodeStatus
enough
xmlBuildQName
-
ensure
xmlNewTextChild
+
ensure
xmlCopyNodeList
+xmlNewTextChild
entire
xmlCleanupInputCallbacks
xmlCleanupOutputCallbacks
entities:
xmlParseEntityRef
@@ -244,6 +245,7 @@ A:link, A:visited, A:active { text-decoration: underline } initGenericErrorDefaultFunc
xmlCharEncOutFunc
xmlCheckHTTPInput
+xmlDebugCheckDocument
xmlHashAddEntry
xmlHashAddEntry2
xmlHashAddEntry3
diff --git a/doc/APIchunk13.html b/doc/APIchunk13.html index ef683dd..19d36a9 100644 --- a/doc/APIchunk13.html +++ b/doc/APIchunk13.html @@ -43,7 +43,10 @@ A:link, A:visited, A:active { text-decoration: underline } _xmlSchemaFacetLink
xmlSchemaCheckFacet
xmlSchemaFreeFacet
+xmlSchemaGetFacetValueAsULong
+xmlSchemaIsBuiltInTypeFacet
xmlSchemaValidateFacet
+xmlSchemaValidateLengthFacet
xmlSchemaValidateListSimpleTypeFacet
facets
xmlSchemaCheckFacet
fail
xmlC14NDocDumpMemory
diff --git a/doc/APIchunk14.html b/doc/APIchunk14.html index 9452707..11e6f70 100644 --- a/doc/APIchunk14.html +++ b/doc/APIchunk14.html @@ -108,6 +108,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlGetProp
xmlNamespaceParseQName
xmlNanoFTPInit
+xmlNewPI
xmlSplitQName
xmlSplitQName2
xmlTextReaderCurrentDoc
@@ -118,6 +119,7 @@ A:link, A:visited, A:active { text-decoration: underline }
gif
xmlBuildRelativeURI
give
_xmlParserInput
_xmlSchema
+xmlValidateDtd
gives
xmlParserError
xmlParserValidityError
xmlParserValidityWarning
diff --git a/doc/APIchunk15.html b/doc/APIchunk15.html index 8e9377c..31bb8f1 100644 --- a/doc/APIchunk15.html +++ b/doc/APIchunk15.html @@ -210,7 +210,8 @@ A:link, A:visited, A:active { text-decoration: underline } xmlNanoHTTPMethodRedir
xmlNanoHTTPOpen
xmlNanoHTTPOpenRedir
-
indicates
xmlNanoFTPRead
+
indicates
xmlHasNsProp
+xmlNanoFTPRead
xmlNanoFTPScanProxy
xmlNanoFTPUpdateURL
xmlNanoHTTPContentLength
@@ -390,6 +391,7 @@ A:link, A:visited, A:active { text-decoration: underline }
instruction
HTML_PI_NODE
processingInstruction
processingInstructionSAXFunc
+xmlNewDocPI
xmlNewPI
xmlSAX2ProcessingInstruction
insufficient
xmlCanonicPath
@@ -451,6 +453,8 @@ A:link, A:visited, A:active { text-decoration: underline } xmlRemoveRef
interned
xmlPatterncompile
xmlTextReaderConstString
+
interning
xmlCopyNodeList
+xmlNewPI
interoperability
xmlParseElementChildrenContentDecl
interprestation
xmlXPathFunction
interpreter
xmlXPathAxisFunc
diff --git a/doc/APIchunk16.html b/doc/APIchunk16.html index 5fdd0c8..214b8e1 100644 --- a/doc/APIchunk16.html +++ b/doc/APIchunk16.html @@ -179,6 +179,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlSchemaValPredefTypeNode
xmlSchemaValPredefTypeNodeNoNorm
xmlSchemaValidateFacet
+xmlSchemaValidateLengthFacet
xmlSchemaValidateListSimpleTypeFacet
xmlSchemaValidatePredefinedType
xmlValidateNCName
@@ -328,6 +329,7 @@ A:link, A:visited, A:active { text-decoration: underline } IS_DIGIT
xmlDetectCharEncoding
xmlParserFindNodeInfoIndex
+xmlSchemaGetFacetValueAsULong
longer
XML_MAX_NAMELEN
xmlCheckUTF8
xmlXPathTranslateFunction
diff --git a/doc/APIchunk17.html b/doc/APIchunk17.html index 0ed1b80..ae8491b 100644 --- a/doc/APIchunk17.html +++ b/doc/APIchunk17.html @@ -128,6 +128,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlSetDocCompressMode
xmlStrncasecmp
xmlStrncmp
+
maxLength
xmlSchemaValidateLengthFacet
maximal
xmlAutomataNewCounter
maximum
xmlAutomataNewCountTrans
xmlAutomataNewCountTrans2
@@ -203,6 +204,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlTextReaderGetRemainder
might
xmlNewTextChild
migrate
xmlEncodeEntities
+
minLength
xmlSchemaValidateLengthFacet
minimal
xmlAutomataNewCounter
minimum
xmlAutomataNewCountTrans
xmlAutomataNewCountTrans2
diff --git a/doc/APIchunk19.html b/doc/APIchunk19.html index b4badd8..1b3ec11 100644 --- a/doc/APIchunk19.html +++ b/doc/APIchunk19.html @@ -206,6 +206,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlXPathValueFlipSign
optimized
xmlXPathNodeSetAddUnique
option
xmlGetLineNo
+xmlSchemaValidCtxtGetOptions
optional
XML_SCHEMAS_ATTR_USE_OPTIONAL
docbCreatePushParserCtxt
htmlCreatePushParserCtxt
@@ -233,6 +234,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlSaveToFd
xmlSaveToFilename
xmlSaveToIO
+xmlSchemaSetValidOptions
ordered
xmlListAppend
xmlListInsert
xmlXPathNextAncestor
@@ -276,6 +278,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlParseAttribute
xmlParseNamespace
xmlParseSDDecl
+xmlTextReaderIsNamespaceDecl
xmlTextReaderReadString
xmlValidateRoot
xmlXPathIdFunction
diff --git a/doc/APIchunk2.html b/doc/APIchunk2.html index f3d78e4..6353b1d 100644 --- a/doc/APIchunk2.html +++ b/doc/APIchunk2.html @@ -136,6 +136,10 @@ A:link, A:visited, A:active { text-decoration: underline }
Determine
htmlIsBooleanAttr
xmlIsID
xmlIsRef
+xmlTextReaderConstEncoding
+xmlTextReaderConstXmlVersion
+xmlTextReaderIsNamespaceDecl
+xmlTextReaderStandalone
Devanagari
xmlUCSIsDevanagari
Digit
IS_DIGIT
xmlNamespaceParseNCName
@@ -343,6 +347,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlXPathEvaluatePredicateResult
xmlXPtrEval
xmlXPtrEvalRangePredicate
+
Evaluates
xmlSchemaIsBuiltInTypeFacet
Everything
_xmlParserCtxt
setDocumentLocator
setDocumentLocatorSAXFunc
@@ -387,7 +392,8 @@ A:link, A:visited, A:active { text-decoration: underline } xmlParseEntityDecl
xmlParseExternalID
xmlParseNotationDecl
-
Extract
xmlStrsub
+
Extract
xmlSchemaGetFacetValueAsULong
+xmlStrsub

A-B C-C D-E diff --git a/doc/APIchunk20.html b/doc/APIchunk20.html index 575147e..d1b3a49 100644 --- a/doc/APIchunk20.html +++ b/doc/APIchunk20.html @@ -198,6 +198,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlSchemaValPredefTypeNodeNoNorm
xmlSchemaValidateDoc
xmlSchemaValidateFacet
+xmlSchemaValidateLengthFacet
xmlSchemaValidateListSimpleTypeFacet
xmlSchemaValidateOneElement
xmlSchemaValidatePredefinedType
@@ -211,6 +212,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlXPathFloorFunction
xmlXPathStringFunction
possible
_xmlSchemaType
+xmlCopyNodeList
xmlCreateEntityParserCtxt
xmlParseDefaultDecl
xmlParseExternalID
@@ -227,7 +229,8 @@ A:link, A:visited, A:active { text-decoration: underline } xmlSaveToFilename
xmlXPathStringFunction
posteriori
xmlSetNs
-
potential
xmlValidGetPotentialChildren
+
potential
xmlDebugCheckDocument
+xmlValidGetPotentialChildren
potentially
_xmlURI
pre-interned
_xmlParserCtxt
preallocated
xmlBuildQName
@@ -253,6 +256,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlTextReaderRelaxNGSetSchema
xmlXPathDebugDumpCompExpr
precomputed
xmlSchemaValidateFacet
+xmlSchemaValidateLengthFacet
predefined
XML_XML_NAMESPACE
xmlCleanupPredefinedEntities
xmlEncodeEntitiesReentrant
@@ -270,6 +274,7 @@ A:link, A:visited, A:active { text-decoration: underline }
preferably
xmlInitializeCatalog
xmlLoadCatalog
xmlLoadCatalogs
+xmlNewPI
preference
xmlCatalogGetDefaults
xmlCatalogSetDefaultPrefer
xmlCatalogSetDefaults
@@ -290,6 +295,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlTextReaderConstValue
xmlTextReaderValue
xmlValidateDocument
+xmlValidateDtd
xmlValidateOneElement
preserve
XML_SCHEMAS_FACET_PRESERVE
_xmlParserCtxt
@@ -356,7 +362,9 @@ A:link, A:visited, A:active { text-decoration: underline } xmlValidatePushCData
xmlValidatePushElement
problems
xmlBufferResize
+xmlDebugCheckDocument
xmlLoadExternalEntity
+xmlValidateDtd
procedure
initxmlDefaultSAXHandler
xmlSAX2InitDefaultSAXHandler
process
xmlCleanupParser
diff --git a/doc/APIchunk21.html b/doc/APIchunk21.html index fae5dfe..13d61f5 100644 --- a/doc/APIchunk21.html +++ b/doc/APIchunk21.html @@ -89,6 +89,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlXPtrFreeLocationSet
xmlXPtrLocationSetMerge
rangesets
xmlXPtrLocationSetMerge
+
rather
xmlTextReaderIsNamespaceDecl
ratio
xmlGetDocCompressMode
xmlSetCompressMode
xmlSetDocCompressMode
@@ -109,32 +110,6 @@ A:link, A:visited, A:active { text-decoration: underline } xmlRegExecPushString2
read-only
xmlDictCreateSub
readable
xmlStrEqual
-
reader
xmlCtxtReadFd
-xmlFreeTextReader
-xmlReadFd
-xmlReaderForDoc
-xmlReaderForFd
-xmlReaderForFile
-xmlReaderForIO
-xmlReaderForMemory
-xmlReaderNewDoc
-xmlReaderNewFd
-xmlReaderNewFile
-xmlReaderNewIO
-xmlReaderNewMemory
-xmlReaderNewWalker
-xmlReaderWalker
-xmlTextReaderConstBaseUri
-xmlTextReaderConstLocalName
-xmlTextReaderConstName
-xmlTextReaderConstNamespaceUri
-xmlTextReaderConstPrefix
-xmlTextReaderConstString
-xmlTextReaderCurrentDoc
-xmlTextReaderReadAttributeValue
-xmlTextReaderReadState
-xmlTextReaderReadString
-xmlTextReaderRelaxNGSetSchema
reader-
xmlTextReaderGetRemainder
reading
xmlSchemaValidateStream
xmlShell
@@ -214,6 +189,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlDebugDumpNodeList
xmlDebugDumpOneNode
xmlDocCopyNode
+xmlDocCopyNodeList
xmlElemDump
xmlFreeElementContent
xmlFreeEnumeration
@@ -315,6 +291,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlRegexpExec
xmlRegexpIsDeterminist
xmlRegexpPrint
+xmlTextReaderIsNamespaceDecl
reinitialize
xmlClearNodeInfoSeq
xmlClearParserCtxt
related
LIBXML_UNICODE_ENABLED
@@ -415,6 +392,7 @@ A:link, A:visited, A:active { text-decoration: underline } htmlCreatePushParserCtxt
xmlCreatePushParserCtxt
repr
xmlSchemaValidateFacet
+xmlSchemaValidateLengthFacet
xmlSchemaValidateListSimpleTypeFacet
representation
_htmlElemDesc
representations
xmlNewTextChild
@@ -594,7 +572,8 @@ A:link, A:visited, A:active { text-decoration: underline }
run
_xmlParserCtxt
xmlByteConsumed
running
xmlKeepBlanksDefault
-
runtime
XML_MAX_NAMELEN
+
runtime
LIBXML_DEBUG_RUNTIME
+XML_MAX_NAMELEN

A-B C-C D-E diff --git a/doc/APIchunk22.html b/doc/APIchunk22.html index 916d010..175b72e 100644 --- a/doc/APIchunk22.html +++ b/doc/APIchunk22.html @@ -118,6 +118,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlHashScannerFull
schemas
xmlRelaxNGNewDocParserCtxt
xmlRelaxNGNewMemParserCtxt
+xmlSchemaGetFacetValueAsULong
xmlSchemaNewMemParserCtxt
xmlSchemaValidateDoc
xmlSchemaValidateFacet
@@ -235,6 +236,7 @@ A:link, A:visited, A:active { text-decoration: underline }
sets
initxmlDefaultSAXHandler
xmlGetUTF8Char
xmlSAX2InitDefaultSAXHandler
+xmlSchemaValidateLengthFacet
xmlXPathDifference
xmlXPathIntersection
setting
xmlSetGenericErrorFunc
@@ -453,11 +455,13 @@ A:link, A:visited, A:active { text-decoration: underline } _xmlXPathContext
xmlNoNetExternalEntityLoader
xmlParseNamespace
+xmlSchemaIsBuiltInTypeFacet
specification
XML_XML_NAMESPACE
xmlTextReaderNormalization
specifications
xmlParseSDDecl
specify
XML_SCHEMAS_TYPE_BLOCK_DEFAULT
xmlTextReaderLookupNamespace
+xmlTextReaderStandalone
specifying
xmlMallocAtomicLoc
xmlMallocLoc
xmlReallocLoc
@@ -474,6 +478,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlCurrentChar
xmlParseSDDecl
xmlSAX2IsStandalone
+xmlTextReaderStandalone
standalone=
xmlParseEntityRef
xmlParsePEReference
xmlParserHandlePEReference
@@ -536,6 +541,7 @@ A:link, A:visited, A:active { text-decoration: underline }
states
_xmlValidCtxt
static
xmlXPathOrderDocElems
status
xmlTextReaderIsValid
+xmlTextReaderStandalone
stderr
xmlSetGenericErrorFunc
stdin
xmlParserInputBufferCreateFilename
stdout
htmlSaveFile
diff --git a/doc/APIchunk23.html b/doc/APIchunk23.html index 50888bd..3b78e80 100644 --- a/doc/APIchunk23.html +++ b/doc/APIchunk23.html @@ -105,6 +105,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlParseStartTag
xmlSetGenericErrorFunc
xmlStrEqual
+xmlTextReaderIsNamespaceDecl
xmlXPathCeilingFunction
xmlXPathCompareValues
xmlXPathFloorFunction
diff --git a/doc/APIchunk24.html b/doc/APIchunk24.html index 93dd071..7eb63b0 100644 --- a/doc/APIchunk24.html +++ b/doc/APIchunk24.html @@ -185,6 +185,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlCharEncOutFunc

Letter v:

val1
xmlXPtrLocationSetMerge
validated
xmlCharInRange
+xmlSchemaValidateLengthFacet
validates
xmlSchemaValPredefTypeNode
xmlSchemaValPredefTypeNodeNoNorm
xmlSchemaValidatePredefinedType
diff --git a/doc/APIchunk26.html b/doc/APIchunk26.html index 9721bad..bfde6d1 100644 --- a/doc/APIchunk26.html +++ b/doc/APIchunk26.html @@ -131,6 +131,8 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlDefaultSAXLocator
setDocumentLocator
setDocumentLocatorSAXFunc
xmlSAX2SetDocumentLocator
+
xmlDocCopyNodeList
xmlCopyNodeList
+
xmlDocNewPI
xmlNewPI
xmlDocPtr
xmlCopyDoc
xmlNewTextWriterDoc
xmlNewTextWriterTree
@@ -256,6 +258,7 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlNodePtr
xmlCopyNode
xmlCopyNodeList
xmlDocCopyNode
+xmlDocCopyNodeList
xmlDocGetRootElement
xmlNewTextWriterTree
xmlTextReaderCurrentNode
@@ -361,6 +364,7 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlSaveOptions
xmlSaveToFd
xmlSaveToFilename
xmlSaveToIO
+
xmlSchemaValidOption
xmlSchemaSetValidOptions
xmlSetExternalEntityLoader
resolveEntity
resolveEntitySAXFunc
xmlSAX2ResolveEntity
diff --git a/doc/APIchunk3.html b/doc/APIchunk3.html index d6697c2..5849049 100644 --- a/doc/APIchunk3.html +++ b/doc/APIchunk3.html @@ -214,6 +214,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlValidateAttributeDecl
xmlValidateAttributeValue
xmlValidateDocumentFinal
+xmlValidateDtd
xmlValidateOneAttribute
xmlValidateOneElement
xmlValidateOneNamespace
diff --git a/doc/APIchunk4.html b/doc/APIchunk4.html index d689430..6558fd0 100644 --- a/doc/APIchunk4.html +++ b/doc/APIchunk4.html @@ -105,6 +105,7 @@ A:link, A:visited, A:active { text-decoration: underline } htmlEntityValueLookup
htmlTagLookup
xmlGetEncodingAlias
+xmlSchemaGetBuiltInListSimpleTypeItemType
xmlSchemaGetPredefinedType
Loose
_htmlElemDesc
LowSurrogates
xmlUCSIsLowSurrogates
@@ -282,6 +283,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlDocDumpFormatMemoryEnc
xmlDocDumpMemoryEnc
xmlDocFormatDump
+xmlHasNsProp
xmlNanoHTTPContentLength
xmlNodeDump
xmlNodeDumpOutput
@@ -292,6 +294,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlSaveFormatFile
xmlSaveFormatFileEnc
xmlTextReaderSetParserProp
+xmlValidateDtd
Note:
fatalErrorSAXFunc
xmlBuildRelativeURI
xmlCharEncodingOutputFunc
diff --git a/doc/APIchunk6.html b/doc/APIchunk6.html index eb77be8..a760e36 100644 --- a/doc/APIchunk6.html +++ b/doc/APIchunk6.html @@ -378,6 +378,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlXPtrEvalRangePredicate
Sets
htmlSetMetaEncoding
xmlBufferSetAllocationScheme
+xmlSchemaSetValidOptions
xmlXPathDifference
xmlXPathDistinct
xmlXPathDistinctSorted
diff --git a/doc/APIchunk7.html b/doc/APIchunk7.html index 0e31c7a..b831542 100644 --- a/doc/APIchunk7.html +++ b/doc/APIchunk7.html @@ -219,6 +219,7 @@ A:link, A:visited, A:active { text-decoration: underline }
Use
XML_COMPLETE_ATTRS
XML_DETECT_IDS
_xmlParserCtxt
+xmlCopyNodeList
xmlGetProp
xmlIsBaseChar
xmlIsBlank
@@ -231,6 +232,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlNewDocNode
xmlNewDocNodeEatName
xmlNewNodeEatName
+xmlNewPI
xmlNewTextChild
xmlTextReaderRelaxNGSetSchema
xmlTextReaderRelaxNGValidate
diff --git a/doc/APIchunk8.html b/doc/APIchunk8.html index 49c2447..443d438 100644 --- a/doc/APIchunk8.html +++ b/doc/APIchunk8.html @@ -296,6 +296,7 @@ A:link, A:visited, A:active { text-decoration: underline }
activation
xmlGetLineNo
acts
xmlGetProp
actual
xmlGetUTF8Char
+xmlSchemaValidateLengthFacet
xmlXPathFreeNodeSet
xmlXPtrFreeLocationSet
actually
_xmlDoc
@@ -406,6 +407,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlRegexpCompile
xmlRegexpExec
xmlSchemaValidateFacet
+xmlSchemaValidateLengthFacet
xmlSchemaValidateListSimpleTypeFacet
xmlShellValidate
xmlValidateDtd
diff --git a/doc/APIchunk9.html b/doc/APIchunk9.html index cf409da..7a05689 100644 --- a/doc/APIchunk9.html +++ b/doc/APIchunk9.html @@ -68,7 +68,6 @@ A:link, A:visited, A:active { text-decoration: underline } xmlValidateAttributeDecl
xmlValidateDocument
xmlValidateDocumentFinal
-xmlValidateDtd
xmlValidateDtdFinal
xmlValidateElementDecl
xmlValidateNotationDecl
@@ -122,36 +121,6 @@ A:link, A:visited, A:active { text-decoration: underline } xmlNodeSetSpacePreserve
xmlSAX2ResolveEntity
xmlTextReaderSetParserProp
-
being
_xmlParserCtxt
-_xmlParserInput
-_xmlXPathParserContext
-startDocument
-startDocumentSAXFunc
-xmlAutomataCompile
-xmlCheckUTF8
-xmlNodeAddContent
-xmlNodeAddContentLen
-xmlNodeBufGetContent
-xmlNodeGetBase
-xmlNodeGetContent
-xmlNodeGetLang
-xmlNodeGetSpacePreserve
-xmlNodeSetBase
-xmlNodeSetContent
-xmlNodeSetContentLen
-xmlNodeSetLang
-xmlNodeSetName
-xmlNodeSetSpacePreserve
-xmlParseElementContentDecl
-xmlParseNotationType
-xmlSAX2StartDocument
-xmlSaveFormatFileEnc
-xmlStructuredErrorFunc
-xmlTextMerge
-xmlTextReaderCurrentDoc
-xmlTextReaderCurrentNode
-xmlXPathAxisFunc
-xmlXPtrNewContext
below
_xmlParserCtxt
xmlParseExternalID
better
resolveEntity
@@ -272,6 +241,8 @@ A:link, A:visited, A:active { text-decoration: underline } xmlTextReaderNextSibling
built-in
xmlSchemaGetBuiltInListSimpleTypeItemType
xmlSchemaGetBuiltInType
+xmlSchemaIsBuiltInTypeFacet
+xmlSchemaValidateLengthFacet
builtin
initGenericErrorDefaultFunc
bunch
xmlParseNamespace
bypass
xmlParseCatalogFile
diff --git a/doc/APIconstructors.html b/doc/APIconstructors.html index 35418b8..e00c5c4 100644 --- a/doc/APIconstructors.html +++ b/doc/APIconstructors.html @@ -33,6 +33,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlStrchr
xmlStrstr
xmlTextReaderConstBaseUri
+xmlTextReaderConstEncoding
xmlTextReaderConstLocalName
xmlTextReaderConstName
xmlTextReaderConstNamespaceUri
@@ -40,6 +41,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlTextReaderConstString
xmlTextReaderConstValue
xmlTextReaderConstXmlLang
+xmlTextReaderConstXmlVersion
xmlXPathNsLookup

Type const xmlParserNodeInfo *:

xmlParserFindNodeInfo

Type docbDocPtr:

docbParseDoc
@@ -337,6 +339,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlCopyNode
xmlCopyNodeList
xmlDocCopyNode
+xmlDocCopyNodeList
xmlDocGetRootElement
xmlDocSetRootElement
xmlGetLastChild
@@ -348,6 +351,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlNewDocFragment
xmlNewDocNode
xmlNewDocNodeEatName
+xmlNewDocPI
xmlNewDocRawNode
xmlNewDocText
xmlNewDocTextLen
diff --git a/doc/APIfiles.html b/doc/APIfiles.html index 24adee2..3dc6559 100644 --- a/doc/APIfiles.html +++ b/doc/APIfiles.html @@ -283,6 +283,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlIsPubidChar_tab

Module debugXML:

_xmlShellCtxt
xmlBoolToText
+xmlDebugCheckDocument
xmlDebugDumpAttr
xmlDebugDumpAttrList
xmlDebugDumpDTD
@@ -729,6 +730,8 @@ A:link, A:visited, A:active { text-decoration: underline } xmlStopParser
xmlSubstituteEntitiesDefault

Module parserInternals:

INPUT_CHUNK
+IS_ASCII_DIGIT
+IS_ASCII_LETTER
IS_BASECHAR
IS_BLANK
IS_BLANK_CH
@@ -1265,6 +1268,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlCreateIntSubset
xmlDoc
xmlDocCopyNode
+xmlDocCopyNodeList
xmlDocDump
xmlDocDumpFormatMemory
xmlDocDumpFormatMemoryEnc
@@ -1323,6 +1327,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlNewDocFragment
xmlNewDocNode
xmlNewDocNodeEatName
+xmlNewDocPI
xmlNewDocProp
xmlNewDocRawNode
xmlNewDocText
@@ -1649,6 +1654,46 @@ A:link, A:visited, A:active { text-decoration: underline } XML_CATALOG_NOT_CATALOG
XML_CATALOG_PREFER_VALUE
XML_CATALOG_RECURSION
+XML_CHECK_
+XML_CHECK_ENTITY_TYPE
+XML_CHECK_FOUND_ATTRIBUTE
+XML_CHECK_FOUND_CDATA
+XML_CHECK_FOUND_COMMENT
+XML_CHECK_FOUND_DOCTYPE
+XML_CHECK_FOUND_ELEMENT
+XML_CHECK_FOUND_ENTITY
+XML_CHECK_FOUND_ENTITYREF
+XML_CHECK_FOUND_FRAGMENT
+XML_CHECK_FOUND_NOTATION
+XML_CHECK_FOUND_PI
+XML_CHECK_FOUND_TEXT
+XML_CHECK_NAME_NOT_NULL
+XML_CHECK_NOT_ATTR
+XML_CHECK_NOT_ATTR_DECL
+XML_CHECK_NOT_DTD
+XML_CHECK_NOT_ELEM_DECL
+XML_CHECK_NOT_ENTITY_DECL
+XML_CHECK_NOT_NCNAME
+XML_CHECK_NOT_NS_DECL
+XML_CHECK_NOT_UTF8
+XML_CHECK_NO_DICT
+XML_CHECK_NO_DOC
+XML_CHECK_NO_ELEM
+XML_CHECK_NO_HREF
+XML_CHECK_NO_NAME
+XML_CHECK_NO_NEXT
+XML_CHECK_NO_PARENT
+XML_CHECK_NO_PREV
+XML_CHECK_NS_ANCESTOR
+XML_CHECK_NS_SCOPE
+XML_CHECK_OUTSIDE_DICT
+XML_CHECK_UNKNOWN_NODE
+XML_CHECK_WRONG_DOC
+XML_CHECK_WRONG_NAME
+XML_CHECK_WRONG_NEXT
+XML_CHECK_WRONG_PARENT
+XML_CHECK_WRONG_PREV
+XML_CHECK_X
XML_DTD_ATTRIBUTE_DEFAULT
XML_DTD_ATTRIBUTE_REDEFINED
XML_DTD_ATTRIBUTE_VALUE
@@ -1792,6 +1837,7 @@ A:link, A:visited, A:active { text-decoration: underline } XML_ERR_XMLDECL_NOT_STARTED
XML_FROM_C14N
XML_FROM_CATALOG
+XML_FROM_CHECK
XML_FROM_DATATYPE
XML_FROM_DTD
XML_FROM_FTP
@@ -2432,6 +2478,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlTextReaderBaseUri
xmlTextReaderClose
xmlTextReaderConstBaseUri
+xmlTextReaderConstEncoding
xmlTextReaderConstLocalName
xmlTextReaderConstName
xmlTextReaderConstNamespaceUri
@@ -2439,6 +2486,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlTextReaderConstString
xmlTextReaderConstValue
xmlTextReaderConstXmlLang
+xmlTextReaderConstXmlVersion
xmlTextReaderCurrentDoc
xmlTextReaderCurrentNode
xmlTextReaderDepth
@@ -2454,6 +2502,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlTextReaderHasValue
xmlTextReaderIsDefault
xmlTextReaderIsEmptyElement
+xmlTextReaderIsNamespaceDecl
xmlTextReaderIsValid
xmlTextReaderLocalName
xmlTextReaderLocatorBaseURI
@@ -2489,6 +2538,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlTextReaderSetErrorHandler
xmlTextReaderSetParserProp
xmlTextReaderSetStructuredErrorHandler
+xmlTextReaderStandalone
xmlTextReaderValue
xmlTextReaderXmlLang

Module xmlregexp:

xmlRegExecCallbacks
@@ -2794,6 +2844,7 @@ A:link, A:visited, A:active { text-decoration: underline } LIBXML_C14N_ENABLED
LIBXML_CATALOG_ENABLED
LIBXML_DEBUG_ENABLED
+LIBXML_DEBUG_RUNTIME
LIBXML_DOCB_ENABLED
LIBXML_DOTTED_VERSION
LIBXML_FTP_ENABLED
diff --git a/doc/APIfunctions.html b/doc/APIfunctions.html index 95a0d1d..95366f8 100644 --- a/doc/APIfunctions.html +++ b/doc/APIfunctions.html @@ -41,6 +41,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlACatalogDump
xmlBufferDump
xmlCatalogDump
+xmlDebugCheckDocument
xmlDebugDumpAttr
xmlDebugDumpAttrList
xmlDebugDumpDTD
@@ -260,6 +261,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlNewDocComment
xmlNewDocNode
xmlNewDocNodeEatName
+xmlNewDocPI
xmlNewDocProp
xmlNewDocRawNode
xmlNewDocText
@@ -488,6 +490,7 @@ A:link, A:visited, A:active { text-decoration: underline }

Type const xmlNodePtr:

xmlCopyNode
xmlCopyNodeList
xmlDocCopyNode
+xmlDocCopyNodeList
xmlParserFindNodeInfo
xmlParserFindNodeInfoIndex

Type const xmlParserCtxtPtr:

xmlParserFindNodeInfo
@@ -1051,10 +1054,12 @@ A:link, A:visited, A:active { text-decoration: underline } xmlC14NExecute
xmlCopyDoc
xmlCreateIntSubset
+xmlDebugCheckDocument
xmlDebugDumpDocument
xmlDebugDumpDocumentHead
xmlDebugDumpEntities
xmlDocCopyNode
+xmlDocCopyNodeList
xmlDocDump
xmlDocDumpFormatMemory
xmlDocDumpFormatMemoryEnc
@@ -1085,6 +1090,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlNewDocFragment
xmlNewDocNode
xmlNewDocNodeEatName
+xmlNewDocPI
xmlNewDocProp
xmlNewDocRawNode
xmlNewDocText
@@ -1834,6 +1840,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlTextReaderBaseUri
xmlTextReaderClose
xmlTextReaderConstBaseUri
+xmlTextReaderConstEncoding
xmlTextReaderConstLocalName
xmlTextReaderConstName
xmlTextReaderConstNamespaceUri
@@ -1841,6 +1848,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlTextReaderConstString
xmlTextReaderConstValue
xmlTextReaderConstXmlLang
+xmlTextReaderConstXmlVersion
xmlTextReaderCurrentDoc
xmlTextReaderCurrentNode
xmlTextReaderDepth
@@ -1855,6 +1863,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlTextReaderHasValue
xmlTextReaderIsDefault
xmlTextReaderIsEmptyElement
+xmlTextReaderIsNamespaceDecl
xmlTextReaderIsValid
xmlTextReaderLocalName
xmlTextReaderLookupNamespace
@@ -1885,6 +1894,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlTextReaderSetErrorHandler
xmlTextReaderSetParserProp
xmlTextReaderSetStructuredErrorHandler
+xmlTextReaderStandalone
xmlTextReaderValue
xmlTextReaderXmlLang

Type xmlTextWriterPtr:

xmlFreeTextWriter
diff --git a/doc/APIsymbols.html b/doc/APIsymbols.html index cbe4a0f..19a0caa 100644 --- a/doc/APIsymbols.html +++ b/doc/APIsymbols.html @@ -36,6 +36,8 @@ A:link, A:visited, A:active { text-decoration: underline } HTML_TEXT_NODE
HTML_VALID

Letter I:

INPUT_CHUNK
+IS_ASCII_DIGIT
+IS_ASCII_LETTER
IS_BASECHAR
IS_BLANK
IS_BLANK_CH
@@ -57,6 +59,7 @@ A:link, A:visited, A:active { text-decoration: underline } LIBXML_C14N_ENABLED
LIBXML_CATALOG_ENABLED
LIBXML_DEBUG_ENABLED
+LIBXML_DEBUG_RUNTIME
LIBXML_DLL_IMPORT
LIBXML_DOCB_ENABLED
LIBXML_DOTTED_VERSION
@@ -178,6 +181,46 @@ A:link, A:visited, A:active { text-decoration: underline } XML_CHAR_ENCODING_UTF16BE
XML_CHAR_ENCODING_UTF16LE
XML_CHAR_ENCODING_UTF8
+XML_CHECK_
+XML_CHECK_ENTITY_TYPE
+XML_CHECK_FOUND_ATTRIBUTE
+XML_CHECK_FOUND_CDATA
+XML_CHECK_FOUND_COMMENT
+XML_CHECK_FOUND_DOCTYPE
+XML_CHECK_FOUND_ELEMENT
+XML_CHECK_FOUND_ENTITY
+XML_CHECK_FOUND_ENTITYREF
+XML_CHECK_FOUND_FRAGMENT
+XML_CHECK_FOUND_NOTATION
+XML_CHECK_FOUND_PI
+XML_CHECK_FOUND_TEXT
+XML_CHECK_NAME_NOT_NULL
+XML_CHECK_NOT_ATTR
+XML_CHECK_NOT_ATTR_DECL
+XML_CHECK_NOT_DTD
+XML_CHECK_NOT_ELEM_DECL
+XML_CHECK_NOT_ENTITY_DECL
+XML_CHECK_NOT_NCNAME
+XML_CHECK_NOT_NS_DECL
+XML_CHECK_NOT_UTF8
+XML_CHECK_NO_DICT
+XML_CHECK_NO_DOC
+XML_CHECK_NO_ELEM
+XML_CHECK_NO_HREF
+XML_CHECK_NO_NAME
+XML_CHECK_NO_NEXT
+XML_CHECK_NO_PARENT
+XML_CHECK_NO_PREV
+XML_CHECK_NS_ANCESTOR
+XML_CHECK_NS_SCOPE
+XML_CHECK_OUTSIDE_DICT
+XML_CHECK_UNKNOWN_NODE
+XML_CHECK_WRONG_DOC
+XML_CHECK_WRONG_NAME
+XML_CHECK_WRONG_NEXT
+XML_CHECK_WRONG_PARENT
+XML_CHECK_WRONG_PREV
+XML_CHECK_X
XML_COMMENT_NODE
XML_COMPLETE_ATTRS
XML_DEFAULT_VERSION
@@ -351,6 +394,7 @@ A:link, A:visited, A:active { text-decoration: underline } XML_EXTERNAL_PARAMETER_ENTITY
XML_FROM_C14N
XML_FROM_CATALOG
+XML_FROM_CHECK
XML_FROM_DATATYPE
XML_FROM_DTD
XML_FROM_FTP
@@ -1669,6 +1713,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlCtxtResetPush
xmlCtxtUseOptions
xmlCurrentChar
+xmlDebugCheckDocument
xmlDebugDumpAttr
xmlDebugDumpAttrList
xmlDebugDumpDTD
@@ -1702,6 +1747,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlDoValidityCheckingDefaultValue
xmlDoc
xmlDocCopyNode
+xmlDocCopyNodeList
xmlDocDump
xmlDocDumpFormatMemory
xmlDocDumpFormatMemoryEnc
@@ -2046,6 +2092,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlNewDocFragment
xmlNewDocNode
xmlNewDocNodeEatName
+xmlNewDocPI
xmlNewDocProp
xmlNewDocRawNode
xmlNewDocText
@@ -2576,6 +2623,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlTextReaderBaseUri
xmlTextReaderClose
xmlTextReaderConstBaseUri
+xmlTextReaderConstEncoding
xmlTextReaderConstLocalName
xmlTextReaderConstName
xmlTextReaderConstNamespaceUri
@@ -2583,6 +2631,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlTextReaderConstString
xmlTextReaderConstValue
xmlTextReaderConstXmlLang
+xmlTextReaderConstXmlVersion
xmlTextReaderCurrentDoc
xmlTextReaderCurrentNode
xmlTextReaderDepth
@@ -2598,6 +2647,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlTextReaderHasValue
xmlTextReaderIsDefault
xmlTextReaderIsEmptyElement
+xmlTextReaderIsNamespaceDecl
xmlTextReaderIsValid
xmlTextReaderLocalName
xmlTextReaderLocatorBaseURI
@@ -2633,6 +2683,7 @@ A:link, A:visited, A:active { text-decoration: underline } xmlTextReaderSetErrorHandler
xmlTextReaderSetParserProp
xmlTextReaderSetStructuredErrorHandler
+xmlTextReaderStandalone
xmlTextReaderValue
xmlTextReaderXmlLang
xmlTextWriter
diff --git a/doc/FAQ.html b/doc/FAQ.html index 8df265b..62a392b 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } -FAQ
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

The XML C parser and toolkit of Gnome

FAQ

Main Menu
Related links

Table of Contents: