Custom Query (429 matches)
Results (4 - 6 of 429)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#56 | fixed | XML Writer generates wrong XML for attributes from XML namespace | ||
Description |
XML Writer should recognize special implicitly defined namespace with prefix 'xml'. Namespace URI is http://www.w3.org/XML/1998/namespace. See XML/SAX for example. |
|||
#59 | fixed | XML Writer: support for Start_DTD | ||
Description |
It would be nice to provide minimal support for document type declaration. It is sufficient for now to process Start_DTD only and generate one of three forms of declaration: <!DOCTYPE book> <!DOCTYPE book SYSTEM 'book.dtd'> <!DOCTYPE book PUBLIC '//Book' 'book.dtd'> |
|||
#60 | fixed | XML Writer: use apostrophe instead of quotation mark as value delimiter | ||
Description |
This ticket to discuss and replace use of quotation mark by apostrophe. They are equivalent from XML point of view. |
Note:
See TracQuery
for help on using queries.