[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] Is recursive markup good? bad? supported? not supported?
- From: Andrew Welch <andrew.j.welch@gmail.com>
- To: David Lee <dlee@calldei.com>
- Date: Sun, 11 Dec 2011 16:52:44 +0000
> <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
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]