-
Bug
-
Resolution: Fixed
-
P2
-
1.4.1
-
1.1.1
-
sparc
-
solaris_2.6
-
Verified
1)
I set the transformer output properties OutputKeys.DOCTYPE_PUBLIC, OutputKeys.DOCTYPE_SYSTEM
I transform an xml file and write it to PrintStream.
I find the DOCTYPE declaration but I don't find the closing > for DOCTYPE declaration.
The sample output looks like this
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE document PUBLIC "-//mkrishna mohan//DTD//music pub//EN/"
"http://krishna2:8080/publishers.dtd"<document>
....
....
</document>
2)
startDTD callback of LexicalHandler is not invoked.
I set the transformer output properties OutputKeys.DOCTYPE_PUBLIC, OutputKeys.DOCTYPE_SYSTEM
I transform an xml file and write it to PrintStream.
I find the DOCTYPE declaration but I don't find the closing > for DOCTYPE declaration.
The sample output looks like this
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE document PUBLIC "-//mkrishna mohan//DTD//music pub//EN/"
"http://krishna2:8080/publishers.dtd"<document>
....
....
</document>
2)
startDTD callback of LexicalHandler is not invoked.