This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Keeping entities in a transformation


Hi Jeff,

Jeff Beal wrote:
> I?m working an an XSL script to clean up my DocBook XML.  I?m running 
> into problems because all of the entities are declared in a top-level 
> driver file, and the content resides in about 3,000 external entities, 
> which do not include DOCTYPE declarations.  I need to maintain our 
> current file structure and naming scheme (which unfortunately does not 
> correspond directly to the XML.).
> 
>  
> 
> How can I get the XSL process to ?ignore? undeclared entities and copy 
> the reference through to the result tree?

The easier is to preprocess your files simply replacing all & by &

Camille.


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