This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

feature request


xsl:output permits me to specify the doctype-public and
doctype-system, but it doesn't allow me to specify
any internal dtd additions (I'm particularly thinking of 
entity additions).

Because of this I need to kludge it with 
<xsl:text disable-output-escaping="yes">
to get the entity in

  <xsl:text disable-output-escaping="yes">
    &lt;!DOCTYPE simpdoc SYSTEM "/sgml/mine/simpdoc.dtd"
  [&lt;!ENTITY % chars SYSTEM "/sgml/mine/ents/unicode.ent">
%chars;
  ]></xsl:text>

Is it a reasonable request to add this?

Regards DaveP


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]