[xep-support] Problems with fo tags written via disabled output-escaping

dougb dougb at ola.bc.ca
Fri May 23 13:57:07 PDT 2003


Nikolai Grigoriev wrote:
 
<snipped>

> However, disable-output-escaping is a scapegoat of XSLT,
> much like the goto operator in procedural languages :-) -
> its use is potentially dangerous and therefore deprecated.
> In most cases, there exist equivalent ways of achieving
> the same markup with normal, regularly nested structures.
> What are you using in for?

I have an input structure like this:

1<container>
2    <element1>mixed-content</element1>
3    <container>
4        <para1>mixed-content</para1>
5        zero or more additional paras, lists, etc.
6    </container>
7</container>

I need the following in the output:

<fo:block>
    <fo:block>
        <fo:inline>mixed content from element1</fo:inline>
        mixed content from para1
    </fo:block>
    any additional blocks, list-blocks etc. from line 5
</fo:block>

Perhaps there is a way of doing this without 'cheating', and I just haven't
seen it yet. I'm trying to do this with a conventional push-processing
style-sheet, but perhaps I need to get more creative.... :-)

Thanks for the info re. processing and serialization.

Regards,
Doug 

===================================
Doug Burgess
dougb at ola.bc.ca     604-431-3455
Structured Information Developer
Product Development and Research Group
Open Learning Agency
http://www.ola.bc.ca


-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo at renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html



More information about the Xep-support mailing list