lmi
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi] Are XSL stylesheet DTDs imported?


From: Greg Chicares
Subject: [lmi] Are XSL stylesheet DTDs imported?
Date: Thu, 29 Oct 2015 23:22:31 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.3.0

Given that 'fo_common.xsl' declares an 'nbsp' entity, do other XSL files
that include it need to declare that entity in order to use it? See
'illustration_reg.xsl' as just one of several examples:

<!DOCTYPE stylesheet [
<!ENTITY nbsp "&#xA0;">
]>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
xmlns:fo="http://www.w3.org/1999/XSL/Format"; version="1.0">
  <xsl:import href="fo_common.xsl"/>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]