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

copying empty svg nodes (no child nodes)

Subject: copying empty svg nodes (no child nodes)
From: ah49@xxxxxxxxxx
Date: Mon, 17 May 2004 13:52:17 -0400
svg child
Hey guys this is my 1st post... Havent done XSL templating for a while now, got too rusty, so need some help...

I want to be able to copy this document... I have an XSL stylesheet that just sets the output to indent (i add Nodes unformatted to this in a program i wrote and would like to format it). But my XSL skills have been lacking. 

1. first of all, i just need to declare the default namespace in the XSL to be the SVG namespace? so i can refer to svg nodes like this 'child::rect' instead of 'child::svg:rect'
The default namespace in original document is the svg namespace, not sure if that makes a difference.

2.i want to be able to copy the 'empty' rect nodes that look like this
<rect x="0" y="0" width="50" height="50"/>
without it copying it to look like a <rect x="0" y="0" width="50" height="50"></rect> 

my stylesheet just does look for all and copy. and it doesnt do anything fancy. thanx guys if u can help...
<xsl:output method="html" indent="yes"/>


  <xsl:template match="node()|@*">
    <xsl:copy>
      <xsl:apply-templates select="node()|@*"/>
    </xsl:copy>
  </xsl:template>  

for this document http://www.pages.drexel.edu/~ah49/mySchedule.svg

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.