Using PowerShell to convert XML to HTML

BlackDragonGTA

New Member
I have an XML file:\[code\]<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type='text/xsl' href='file:///C:/Program%20Files/Application/log_format.xsl'?><!DOCTYPE log [<!ENTITY data SYSTEM 'data/20130408.dat'>]><log xmlns="runtime:log">&data;</log>\[/code\]The xsl file transforms it into HTML. I can't open the file in IE just fine and view the expected results. I would like to via a PowerShell script convert this in plain HTML. How would I go about that?
 
Top