I have an XML View, XML page and i want to insert HTML code into the view like <A href > ect with special css class but inside of my view like between Form and table . It is possible?
1
votes
1 Answers
2
votes
Yes, it is possible to use HTML controls in XML views by adding required namespace as below.
xmlns:html="http://www.w3.org/1999/xhtml"
Also, have a look at this demo where a(anchor) tag is added inside XML view.