| Subject: [xsl] Empty nodes AND attributes stripping - I'm so lost From: "Kevinjohn Gallagher" <web_design_guru@xxxxxxxxxxx> Date: Thu, 02 Sep 2004 16:25:52 +0100 | 
<?xml version="1.0" encoding="UTF-16"?> <parent> <myContent> <url></url> <headline>This is a test.</headline> <abstract>An Abstract.</abstract> <media src="a.gif" caption="" /> </myContent> <myContent> <url></url> <headline></headline> <abstract></abstract> </myContent>
<?xml version="1.0" encoding="UTF-16"?> <parent>
<myContent> <headline>This is a test.</headline> <abstract>An Abstract.</abstract> <media src="a.gif" /> </myContent>
<myContent> <something attribute="data" anotherattribute="data"> SomeData</something> <somethingElse> <child> With Data </child> </somethingElse> </myContent>
| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| Re: [xsl] Encoding of strings in st, Josh Canfield | Thread | Re: [xsl] Empty nodes AND attribute, David Carlisle | 
| RE: [xsl] for-each loop in node set, Michael Kay | Date | Re: [xsl] Empty nodes AND attribute, David Carlisle | 
| Month |