how to preserve inline HTML in RelaxNG-compact when converting to XSD via Trang
- by mylex
Simply trying to get the inline href below to not encode when run through Trang. The below run through Trang:
## See <a href="http://foo.org">foo</a> for more info
.. always comes out as:
<xs:documentation>See <a href="http://foo.org">foo</a> for more info</xs:documentation>