Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Normal
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 8.0.0
-
Component/s: None
-
Labels:None
Description
Change the parser to parse the template or attribute tag first, and then parsing the element tag.
In the case below, it should work.
<div>
<apply template="name">
<template>test</template>
</apply>
<template name="name">test with a name</template>
</div>
Attachments
Issue Links
- relates to
-
ZK-4496 The result of a native HTML5 template tag is missing
-
- Closed
-