Skip to content

Commit 60cadf6

Browse files
committed
Improved logo display
1 parent 5d2fc8a commit 60cadf6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# TypesXML
2-
<p>
3-
<img src="./typesXML.png" alt="TypesXML logo" width="90" style="float:left; margin-right: 16px;"/> TypesXML is an open-source TypeScript XML library providing a standards-compliant XML 1.0/1.1 parser with both streaming (SAX) and in-memory (DOM) APIs, DTD and XML Schema validation, OASIS catalog–based resolution and entity handling, namespace-aware processing, broad encoding support, and utilities for writing and testing XML. It emphasizes correctness, extensibility, efficient handling of large documents, and clear error reporting for robust XML processing.<br/>&nbsp;<br/>
4-
</p>
2+
<div style="display:flex; vertical-align: top;">
3+
<img src="./typesXML.png" alt="TypesXML logo" style="width:90px; height:90px;float:left; margin-right: 16px;"/> TypesXML is an open-source TypeScript XML library providing a standards-compliant XML 1.0/1.1 parser with both streaming (SAX) and in-memory (DOM) APIs, DTD and XML Schema validation, OASIS catalog–based resolution and entity handling, namespace-aware processing, broad encoding support, and utilities for writing and testing XML. It emphasizes correctness, extensibility, efficient handling of large documents, and clear error reporting for robust XML processing.
4+
</div>
55

66
## Licensing
77

0 commit comments

Comments
 (0)