Re: calling external functions

Subject: Re: calling external functions
From: Holger Klawitter <holger@xxxxxxxxxxxx>
Date: Sat, 18 Dec 1999 16:37:14 +0100
> as a placeholder for the content, and a catalog to define the actual
> Obviously, this will only
> work if the information can still be determined before processing
> begins.

This is exacly the problem I have. By the way, creating some data
beforehand can already be acomplished by creating DSSSL scripts
dynamically.

The problem I have is that I want to get an SGML document, transform
it into another DTD and while doing this I want to mark partcicular
parts of some of the (recursively nested) elements. Not all elements
in the original document have to be processed, the relevant text
parts have to be identified by regular expressions and attributes for
the resulting elements (may) come from an external SQL database.

What bugs me that these things seem so easy in Omnimark.

> It is also possible, though very poorly performing, to use a URL
> in the form of a CGI call, to read an entity. Since URL's accept
> arguments, it is possible to parameterize the entity on values which
> are determined at processing time.

This proves that DSSSL already violates side effect freeness :-)

But meanwhile I found out, passing text to an external function
will still have to deal with child nodes.

Thanks for your help,
	Holger Klawitter
--
Holger Klawitter                                     +49 (0)251 484 0637
holger@xxxxxxxxxxxx                             http://www.klawitter.de/



 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread