|
Hi, I'm just taking my first, stumbling steps through the XML jungle at the moment, and I was trying to use Xalan to transform the Person.xsd schema using the MetaXSLgui stylesheet in your article. But it didn't work.
All I get when I invoke Xalan is a single line:
prompt% java Stylizer MetaXSLgui4.xsl person.xsd
<?xml version="1.0" encoding="UTF-8"?>
Not much for you to go on, I know, but is there a slight chance you might be able to tell me what I'm doing wrong?
|