Made changes:
~~~~~~~~~~~~~

build_dita2pdf.xml:
   *  Deletion of ${input} for "dita.fo2pdf" target was added


xsl/map2htmtoc.xsl:
   *  Correct HTML achors processing
        ("<xsl:value-of select="concat('#', substring-after(@href,'#'))"/>"
          was added,
         "<xsl:when test="contains(@href,'#')"><xsl:value-of select="$WORKDIR"/><xsl:value-of select="substring-before(@href,'#')"/></xsl:when>" was commented out)


xsl/xslhtml/dita2htmlImpl.xsl:
xsl/map2xhtmtoc.xsl:
   *  Omission of XML declaration was added for "xml" method of output


schema/glossary.xsd:
   *  Duplicated include (of "commonElementMod.xsd:1.1") was removed
