XSLT help
XML / XSL
3
Posts
2
Posters
0
Views
1
Watching
-
I go with foreach through all childs of one element and select them. Now when i put every selected child in table, they are written together. How could i seperate them with space or with comma?
Maybe with xsl:text ? That's what I use to produce CSV.
-
Maybe with xsl:text ? That's what I use to produce CSV.