This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: I was a wondering


> Has anyone in there wanderings around the web see anything that
> would generate the xsl stylesheet given the input xml file
> and output xml
> file.???
> If there's not one out there im gonna have to write one myself and the
> prospect is not appealing.

The task is trivial: just add an xsl:version="1.0" attribute, and a
declaration of the XSLT namespace, to the outermost element of the output
file.

What do you mean, you want different output if the input changes in
unpredictable ways? In that case the task is no longer trivial, it is
impossible.

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]