XML Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreXML Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
  #1  
Old March 26th, 2008, 08:23 AM
raybiez's Avatar
raybiez raybiez is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2001
Location: Midrand, South Africa
Posts: 154 raybiez User rank is Lance Corporal (50 - 100 Reputation Level)raybiez User rank is Lance Corporal (50 - 100 Reputation Level)raybiez User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 2 Days 14 h 55 m 40 sec
Reputation Power: 7
Send a message via MSN to raybiez
XHTML Fragments & XSLT

Using the following XSLT:
xml Code:
Original - xml Code
  1.  
  2. <xsl:stylesheet version="1.0"
  3.     xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  4. <xsl:output method="html" indent="no"/>
  5. <xsl:template match="/">
  6. <xsl:element name="span">
  7. <xsl:attribute name="class">
  8. <xsl:text>myClass</xsl:text>
  9. </xsl:attribute>
  10. </xsl:element>
  11. <xsl:element name="img">
  12. <xsl:attribute name="src">
  13. <xsl:text>image.gif</xsl:text>
  14. </xsl:attribute>
  15. <xsl:attribute name="alt" />
  16. </xsl:element>
  17. <xsl:template>
  18. </xsl:stylesheet>


Will yield the following HTML:
html4strict Code:
Original - html4strict Code
  1.  
  2. <span class="myClass"></span>
  3. <img src="image.gif" alt="">


But changing the output with:
<xslutput method="xml" indent="no" omit-xml-declaration="yes" encoding="utf-8"/>

Will yield the following:
html4strict Code:
Original - html4strict Code
  1.  
  2. <span class="myClass"/>
  3. <img src="image.gif" alt=""/>


Is there a way I can ensure the span tag's endtag is written and not the collapsed version? Ie <span></span> instead of <span/>
__________________
Neil Craig
Software Developer
SourceCode Techonolgy Holdings Inc
South Africa

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreXML Programming > XHTML Fragments & XSLT


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five "checkpoints" for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway