Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
011028cf
Kaydet (Commit)
011028cf
authored
Tem 06, 2000
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Sjoerd Mullender <sjoerd@oratrix.nl>:
Updates for recent changes in xmllib.
üst
d14423ab
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
libxmllib.tex
Doc/lib/libxmllib.tex
+4
-2
No files found.
Doc/lib/libxmllib.tex
Dosyayı görüntüle @
011028cf
...
...
@@ -20,14 +20,16 @@ The \class{XMLParser} class must be instantiated without
arguments.
\footnote
{
Actually, a number of keyword arguments are
recognized which influence the parser to accept certain non-standard
constructs. The following keyword arguments are currently
recognized. The defaults for all of these is
\code
{
0
}
(false).
recognized. The defaults for all of these is
\code
{
0
}
(false) except
for the last one for which the default is
\code
{
1
}
(true).
\var
{
accept
_
unquoted
_
attributes
}
(accept certain attribute values
without requiring quotes),
\var
{
accept
_
missing
_
endtag
_
name
}
(accept
end tags that look like
\code
{
</>
}
),
\var
{
map
_
case
}
(map upper case to
lower case in tags and attributes),
\var
{
accept
_
utf8
}
(allow UTF-8
characters in input; this is required according to the XML standard,
but Python does not as yet deal properly with these characters, so
this is not the default).
}
this is not the default),
\var
{
translate
_
attribute
_
references
}
(don't
attempt to translate character and entity references in attribute values).
}
\end{classdesc}
This class provides the following interface methods and instance variables:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment