Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support data tag with the same name as command tag #11

Closed
niuxuetao opened this issue Jun 19, 2015 · 1 comment
Closed

Support data tag with the same name as command tag #11

niuxuetao opened this issue Jun 19, 2015 · 1 comment
Milestone

Comments

@niuxuetao
Copy link
Owner

Introduce xml namespace "data" to identify a tag as data tag regardless of the tag name. For instance:

<data id="x">
  <!-- this will not open browser, it will define a property called "url" -->
  <url xmlns="data">http://google.com</url>
</data>

use xmlns="" to mean command tag again within a differently namesapced parent tag

@niuxuetao niuxuetao added this to the 1.8 milestone Jun 19, 2015
@niuxuetao
Copy link
Owner Author

done in r1.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant