XML exports and style sheets

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can I make Excel 2003 add a line of the form:
<?xml-stylesheet type="text/xsl" href="my style.xsl"?>
to the file it produces when exporting XML data?

Ideally, this could be specified on each XML map
independently.
 
Can I make Excel 2003 add a line of the form:
<?xml-stylesheet type="text/xsl" href="my style.xsl"?>
to the file it produces when exporting XML data?

Ideally, this could be specified on each XML map
independently.

Not directly, but you could use the _AfterXMLExport event to
post-process the file, adding that line.

Regards

Stephen Bullen
Microsoft MVP - Excel
www.BMSLtd.ie
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top