pass macro for XML PIs

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

pass macro for XML PIs

yantarou
Hi all,

I'm trying to add an XML processing instruction via pass macro:

pass::["<?dbhtml stop-chunking?>"]

Unfortunately, in the resulting XML this becomes a simpara element:

<simpara>pass::["&lt;?dbhtml stop-chunking?&gt;"]</simpara>

Can anyone point me to an example how this can be achieved?

Thanks!
Reply | Threaded
Open this post in threaded view
|

Re: pass macro for XML PIs

mojavelinux
Administrator
The block-level pass macro is not implemented in Asciidoctor. You can use the pass delimited block instead (which produces the same exact results).

++++
<?dbhtml stop-chunking?>
++++

Cheers,

-Dan

On Mon, Oct 20, 2014 at 9:43 PM, yantarou [via Asciidoctor :: Discussion] <[hidden email]> wrote:
Hi all,

I'm trying to add an XML processing instruction via pass macro:

pass::["<?dbhtml stop-chunking?>"]

Unfortunately, in the resulting XML this becomes a simpara element:

<simpara>pass::["&lt;?dbhtml stop-chunking?&gt;"]</simpara>

Can anyone point me to an example how this can be achieved?

Thanks!


If you reply to this email, your message will be added to the discussion below:
http://discuss.asciidoctor.org/pass-macro-for-XML-PIs-tp2357.html
To start a new topic under Asciidoctor :: Discussion, email [hidden email]
To unsubscribe from Asciidoctor :: Discussion, click here.
NAML



--
Reply | Threaded
Open this post in threaded view
|

Re: pass macro for XML PIs

yantarou
Thanks, Dan.

That works perfect!

On 10/21/2014 03:10 PM, mojavelinux [via Asciidoctor :: Discussion] wrote:
The block-level pass macro is not implemented in Asciidoctor. You can use the pass delimited block instead (which produces the same exact results).

++++
<?dbhtml stop-chunking?>
++++

Cheers,

-Dan

On Mon, Oct 20, 2014 at 9:43 PM, yantarou [via Asciidoctor :: Discussion] <[hidden email]> wrote:
Hi all,

I'm trying to add an XML processing instruction via pass macro:

pass::["<?dbhtml stop-chunking?>"]

Unfortunately, in the resulting XML this becomes a simpara element:

<simpara>pass::["&lt;?dbhtml stop-chunking?&gt;"]</simpara>

Can anyone point me to an example how this can be achieved?

Thanks!


If you reply to this email, your message will be added to the discussion below:
http://discuss.asciidoctor.org/pass-macro-for-XML-PIs-tp2357.html
To start a new topic under Asciidoctor :: Discussion, email [hidden email]
To unsubscribe from Asciidoctor :: Discussion, click here.
NAML



--



If you reply to this email, your message will be added to the discussion below:
http://discuss.asciidoctor.org/pass-macro-for-XML-PIs-tp2357p2359.html
To start a new topic under Asciidoctor :: Discussion, email [hidden email]
To unsubscribe from pass macro for XML PIs, click here.
NAML