How can I manage microdata with xslt?

Viewed 2353

I'm trying to add a tag like

<div itemscope>

in my xslt transformation but I get an error.(The expected token is '=')

I'm working in C# .net 4.0 xslt 1.0.

2 Answers
Related