mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-25 00:47:55 +00:00
[xml] Use io.Writer for xml.print(doc).
This commit is contained in:
@@ -75,6 +75,7 @@ Option_Flag :: enum {
|
||||
*/
|
||||
Decode_SGML_Entities,
|
||||
}
|
||||
Option_Flags :: bit_set[Option_Flag; u8]
|
||||
|
||||
Document :: struct {
|
||||
root: ^Element,
|
||||
@@ -122,7 +123,6 @@ Options :: struct {
|
||||
flags: Option_Flags,
|
||||
expected_doctype: string,
|
||||
}
|
||||
Option_Flags :: bit_set[Option_Flag]
|
||||
|
||||
Encoding :: enum {
|
||||
Unknown,
|
||||
|
||||
Reference in New Issue
Block a user