Search found 1 match

by sreejitnair
Thu Jul 28, 2016 7:32 pm
Forum: XSLT and FOP
Topic: Convert lower to upper case for XML element without any attributes
Replies: 2
Views: 18310

Convert lower to upper case for XML element without any attributes

Example XML: <?xml version="1.0" encoding="UTF-8"?> <bookstore> <book> <title lang="in">Everyday Italian</title> <author>Giada De Laurentiis</author> <year>2005</year> <price>30.00</price> </book> <book category="children"> <title lang="en">Harry Pot...