[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: outputting <? in resulting XML

Subject: RE: outputting <? in resulting XML
From: "Jasthi, Siva R." <siva.jasthi@xxxxxxxxxx>
Date: Wed, 21 Apr 2004 13:54:22 -0500
mso application progid excel.sheet
Thank you all.

It worked like a charm.

-----Original Message-----
From: Josh Canfield [mailto:Josh.Canfield@xxxxxxxxxxxx] 
Sent: Wednesday, April 21, 2004 12:15 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE:  outputting <? in resulting XML

Use the processing instruction element:
http://www.w3.org/TR/xslt#section-Creating-Processing-Instructions

<xsl:processing-instruction
name="mso-application">progid="Excel.Sheet"</xsl:processing-instruction>

Check out the Mulberry quickref, it contains a quick list of available
elements.
http://www.mulberrytech.com/quickref/XSLTquickref.pdf

Then if you want to know more about an element, try the XSLT spec:
http://www.w3.org/TR/xslt

Josh
-----Original Message-----
From: Jasthi, Siva R. [mailto:siva.jasthi@xxxxxxxxxx]
Sent: Wednesday, April 21, 2004 10:00 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject:  outputting <? in resulting XML


Hi -
 

I am trying to convert a source XML to a resulting XML that confirms to
SchemaML (Microsoft Office 2003 XML).
 

I need to have the following line in the resulting XML.

<?mso-application progid="Excel.Sheet"?>

 

My stylesheet snippet looks as follows.


<xsl:template match="/">

     <?mso-application progid="Excel.Sheet" ?>
     ...
     ....
</xsl:template>

 

However, in the final output,   

     <?mso-application progid="Excel.Sheet" ?>  is NOT appearing.

Can you pl. let me know how XSLT interprets the <? tag?

 

Thanks

- jasthi

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.