Re: [xslt] xsltproc memory consumption w/ large DTD / docbook
- From: Sebastian Rahtz <sebastian rahtz computing-services oxford ac uk>
- To: xslt gnome org
- Subject: Re: [xslt] xsltproc memory consumption w/ large DTD / docbook
- Date: 26 Mar 2003 16:04:26 +0100
> works quite well and gives some speedup. But it also breaks the <olink>
> linking mechanism because you just have the name of an entity in its
> targetdocent attribute which is then resolved using the
> unparsed-entity-uri XPath-function at transformation-time. Do you have an
> idea how to get around this?
write a small script to put all the entity decls in
a file calls "ents.decl". then put this at the start of each file
<!DOCTYPE whatever [<!ENTITY % DECLS SYSTEM "ents.decl">%DECLS;]>
and then it'll work. won't it?
--
Sebastian Rahtz OUCS Information Manager
13 Banbury Road, Oxford OX2 6NN. Phone +44 1865 283431
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]