Ouxsoft / phpmarkup

A Processor for Markup written in PHP. Allows for server side rendering of DOM.
MIT License
0 stars 1 forks source link

V4.2.0 #8

Closed hxtree closed 3 years ago

hxtree commented 3 years ago

Add support for Args to feature XML.

e.g.

<news>
  <arg name="limit" type="int">1</arg>
  <arg name="format">
    <h1>{{ heading }}</h1>
  </arg>
</news>