No correct xhtml from XML and XSL
XML / XSL
3
Posts
2
Posters
0
Views
1
Watching
-
this is a piece of the xsl i use: ... ... but when i render the xml using System.Xml.Xsl.XslTransform, the result is not valid xhtml. The hidden input is generated as: in stead of: does anyone have any idea what i am doing wrong??
Use the inline syntax for your attribute then you can have a closed tag element.
-
Use the inline syntax for your attribute then you can have a closed tag element.