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]

XSL and xml entities that need to be translated


How do you include an XML page in another XML page where both need to be
translated.  In other words, I have a page (shell.xml) that looks like:

<!DOCTYPE document SYSTEM "shell.dtd" [
        <!ENTITY tmpl_logo SYSTEM "logo.xml">
        more entities with same problem...
]>

for my DTD in the prologue.  The in the XML I have something like:

<shell>
    <logo>&tmpl_logo;</logo>
    more nodes...
</shell>

The shell XML/XSL translation then places it in an approriate cell inside of
a table/pagelayout


logo.xml renders fine when I hit that page (it renders a simple image as a
banner) by itself. But when I run the shell.xml it does not seem to
translate the logo.xml.

Is there a way to trigger both translations?
(Is this clear??? - I am new...)

Thanks,
Rob


 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]