Android Question Xml with xsl to PDF or HTML

Lello1964

Well-Known Member
Licensed User
Longtime User
I have an Xml file with xsl, i want convert to PDF or show in HTML page.

How can i do ?
 

kisoft

Well-Known Member
Licensed User
Longtime User
HI
Yes, you can upload the html file to the webview. You can convert an xls file to html, an external program.
B4X:
Private xui As XUI
WebView1.LoadUrl(xui.FileUri(File.DirAssets,"myfile.html"))
 
Upvote 0

Lello1964

Well-Known Member
Licensed User
Longtime User
HI
Yes, you can upload the html file to the webview. You can convert an xls file to html, an external program.
B4X:
Private xui As XUI
WebView1.LoadUrl(xui.FileUri(File.DirAssets,"myfile.html"))

how convert xml with xsl o html ?
 
Upvote 0
Top