X-Git-Url: http://nitlanguage.org diff --git a/lib/sax/xml_reader.nit b/lib/sax/xml_reader.nit index c158532..6f80e77 100644 --- a/lib/sax/xml_reader.nit +++ b/lib/sax/xml_reader.nit @@ -275,9 +275,11 @@ interface XMLReader # document from a system identifier. It is the exact # equivalent of the following: # - # var source = new InputSouce - # source.system_id = system_id - # parse(source) + # ~~~nitish + # var source = new InputSouce + # source.system_id = system_id + # parse(source) + # ~~~ # # If the system identifier is a URL, it must be fully resolved # by the application before it is passed to the parser.