Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
AryaWu
/
libxml
like
0
Model card
Files
Files and versions
xet
Community
main
libxml
/
example
/
test2.xml
AryaWu
Upload folder using huggingface_hub
6baed57
verified
14 days ago
raw
Copy download link
history
blame
contribute
delete
227 Bytes
<!DOCTYPE
doc
[
<!ELEMENT
doc
(
src
|
dest
)*>
<!ELEMENT
src
EMPTY
>
<!ELEMENT
dest
EMPTY
>
<!ATTLIST
src
ref
IDREF
#IMPLIED
>
<!ATTLIST
dest
id
ID
#IMPLIED
>
]>
<
doc
>
<
src
ref
=
"foo"
/>
<
dest
id
=
"foo"
/>
<
src
ref
=
"foo"
/>
</
doc
>