Hi All,
I have an XML document generated from an Adobe FrameMaker book. It creates
multiple XML files and refers to them with entities in the main XML file. Is
there an XSLT 3 mechanism for combining everything into a single XML
document? Any pointers would be appreciated.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE parts-book SYSTEM "file:///C:/PartsManual.dtd" [
<!ENTITY bkc1 SYSTEM "Cover.e01">
<!ENTITY bkc2 SYSTEM "TOC.e02">
<!ENTITY bkc3 SYSTEM "BP00001.e03">
<!ENTITY bkc4 SYSTEM "GN800063-0001146.e04">
<!ENTITY bkc5 SYSTEM "IX.e05">
]>
<parts-book>&bkc1;<toc>&bkc2;</toc>&bkc3;&bkc4;<ix>&bkc5;</ix></parts-book>
Rick
Rick Quatro
Carmen Publishing Inc.
585-729-6746
rick(_at_)frameexpert(_dot_)com <mailto:rick(_at_)frameexpert(_dot_)com>
http://www.frameexpert.com/store
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--