Subject:expected end of tag 'meta' Author:(Deleted User) Date:24 Feb 2006 09:58 AM
Hi, Jakob. Can you tell us what version of Stylus Studio you are using (Help > About Stylus Studio)?
It sounds like you might be missing <xsl:output> (if you are using the XSLT to create HTML). You can set this property on the Params/Other tab in the Scenario Properties dialog box. If you prefer, you can maually enter a line like this, immediately following the <xsl:stylesheet> line in your XSLT:
<xsl:output method="html" encoding="UTF-8"/>
If that doesn't work for you, please send your XSLT and source XML document to us at stylus-field-report at progress dot com, and we'll take a closer look.
Also, if you're using the XSLT to generate HTML, by definition, the output won't be well-formed XML, so you will get the error you're seeing when you try to open the output as XML.
If you care to, send us the complete XSLT here:
stylus-field-report@progress.com
Finally, please refrain from refreshing the browser as it causes duplicate entries. Use the Show New Messages button, located near the top of the SSDN page.