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

RE: Incorrect output with IE6

Subject: RE: Incorrect output with IE6
From: Adrian <a.hobson@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 05 Nov 2002 15:13:18 +1100
parcel landxml
Added a short version of the xml file as requested.
Adrian

<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="test2.xsl"?>
<LandXML version="1.0" date="2001-03-08" time="08:44:45" readOnly="false"
language="English">
  <Project name="5558-Subdivision"/>
    <Parcels>
      <Parcel name="801" area="554.065">
	 <Center>33524.27796375 31528.20560466</Center>
	 <CoordGeom>
	   <Line>
	     <Start>33505.95684580 31533.46501647</Start>
	     <End>33516.39685788 31545.58962565</End>
	   </Line>
	   <Line>
	     <Start>33516.39685788 31545.58962565</Start>
	     <End>33542.33349683 31523.25663165</End>
	   </Line>
	 </CoordGeom>
      </Parcel>
    </Pracels>
  </Project>
</LandXML>


At 19:46 4-11-2002 -0800, you wrote:
>Could you please add your input XML?
>
>Thanks,
>
>Rich
>
>-----Original Message-----
>From: Adrian [mailto:a.hobson@xxxxxxxxxxxxxxxxxxx] 
>Sent: Monday, November 04, 2002 5:59 PM
>To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
>
>Hello
>
>When I process my xml file with saxon I get the output that I expect,
>however with IE6 it only seems to output the text nodes (ie. Parcel 1Parcel
>2Parcel3 etc).  The relevant part of the xsl file is included below.  Any
>suggestions would be appreciated.
>
><?xml version="1.0"?>
><xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
>version="1.0">
><xsl:output method = "xml"
>            doctype-public="-//W3C//DTD SVG 20010904//EN"
>
>doctype-system="http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"
>            media-type="image/svg+xml" />
>
><xsl:template match="/">
>  <svg width="500px" height="500px" preserveAspectRatio="xMinYMin meet">
>    <xsl:attribute name="viewBox">31100 -33800 500 500</xsl:attribute>
>    <g transform="scale(1, -1)">
>    <xsl:apply-templates select="//Parcels" />
>    </g>
>  </svg>
></xsl:template>
>
><xsl:template match="Parcels">
>  <xsl:apply-templates select="Parcel"/>
></xsl:template>
>
><xsl:template match="Parcel">
>  <g>
>  <desc>Parcel <xsl:value-of select="@name" /></desc>
>  <xsl:apply-templates select="CoordGeom"/>
>  </g>
></xsl:template>
>...
>
>
> XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>
>
>
> XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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.