OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   RE: [xml-dev] Problem with XSLT

[ Lists Home | Date Index | Thread Index ]

It seems to me that your problem is with Microsoft's XmlTextWriter and
not with XSLT at all. 

This doesn't help you directly, but the first stage in getting help is
to find out which component is causing the problem.

Michael Kay
Software AG
home: Michael.H.Kay@ntlworld.com
work: Michael.Kay@softwareag.com 


> -----Original Message-----
> From: Avinash Subramanya [mailto:avinashs@aztec.soft.net] 
> Sent: 14 April 2003 14:45
> To: xml-dev@lists.xml.org
> Subject: [xml-dev] Problem with XSLT
> 
> 
> Hi,
> 
>      I have the following element in the source XML which I 
> am trying to transform to a target XML. I am using
>      XslTransform.Transform method in .NET framework with 
> MSXML4.0 parser.
> 
>     <sampleElement attrib="someValue" />
> 
>     My XSL code looks like this:
>         <xsl:element name="newElement">
>              <xsl:attribute name="newAttrib">
>                   <xsl:value-of select="sampleElement/@attrib" />
>              </xsl:attribute>
>         </xsl:element>
> 
>      Output XML generated is:
> 
>      <newElement newAttrib="someValue">
>      </newElement>
> 
>      Eventhough "sampleElement" is an empty element, in the 
> output XML I see a separate endtag separated by the
>      the starttag with spaces.
> 
>      I am using the XmlTextWriter to generate the output XML 
> and the above problem arises when I set
>      XmlTextWriter.Indentation to Formatting.Indented. What 
> could be the reason???
> 
>      Expected output would be:
>      <newElement newAttrib="someValue" /> or  <newElement 
> newAttrib="someValue"></newElement>
> 
> TIA,
> 
> Avinash Subramanya
> Developer
> Aztec Software And Technology Services Limited
> 23, 3rd 'A' Cross, 18th Main, 6th Block, Koramangala
> Bangalore - 560095, India
> Phone: 5522892/93 Ext: 205
> Fax: 91-80-5521987
> Mobile: 98441 29329
> 
> 
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org 
> <http://www.xml.org>, an initiative of OASIS 
<http://www.oasis-open.org>

The list archives are at http://lists.xml.org/archives/xml-dev/

To subscribe or unsubscribe from this list use the subscription
manager: <http://lists.xml.org/ob/adm.pl>





 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS