Subject: Re: Mixed content, separation
From: Andrew Welch <andrew.j.welch@xxxxxxxxx>
Date: Wed, 29 Feb 2012 09:11:45 +0000
|
On 29 February 2012 08:37, <davep@xxxxxxxxxxxxx> wrote:
> given
> <p> text1 <i>italic</i>
> <ul>
> ...
> </ul>
> text 2</p>
> or
> <p> text1 <i>italic</i>
> <dl>
> ...
> </dl>
> text 2</p>
>
> How can I produce
>
> <p> text1 <i>italic</i></p>
> <ul>
> ...
> </ul>
> <p>text 2 (any other inlines)</p>
>
> I.e. isolate the block elements...
>
> nasty side:
> I'm unsure of the list of inline elements!
>
> any suggestions appreciated.
You can use the follow sibling variation of the identity transform.
--
Andrew Welch
http://andrewjwelch.com
| Current Thread |
- Mixed content, separation
- davep - 29 Feb 2012 08:37:19 -0000
- Message not available
- Andrew Welch - 29 Feb 2012 09:11:57 -0000 <=
- <Possible follow-ups>
- davep - 29 Feb 2012 09:16:50 -0000
|
|