Re: [xml-dev] Is recursive markup good? bad? supported? not supported?

From
Andrew Welch <>
To
David Lee <>
Date
2011-12-11T16:52:44Z
ID
<CAEG2duBQ==>
Thread
Re: [xml-dev] Is recursive markup good? bad? supported? not supported?
>    <block type="header" level="3">Header</block>
>
>       <block type="paragraph" indent="10">A Paragraph</block>
>
>          <bock type="list" format="roman">A List</block>

> a schema for this kind of use.  XSLT is hard too (without type 'type').

In xslt:

match="block"

match="block/block"

match="block/block/block"




-- 
Andrew Welch
http://andrewjwelch.com