XSLT(xslRoot) xmlRoot = etree.fromstring(open("xmldata.xml").read()) transRoot = transform(xmlRoot) print(etree.tostring(transRoot)) ...
確定! 回上一頁