<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2014.210" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Can anyone verify the bits of xml/xsl/dtd for
me ? Also could you point out stuff that is not needed or extra or if i'm
correct.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>DTD:</FONT></DIV>
<DIV><FONT face=Arial size=2><!ELEMENT root
(elements+)><BR><!ELEMENT elements
(label*)><BR><!ELEMENT label
(plaintext*)><BR><!ELEMENT plaintext (#PCDATA)><BR></FONT></DIV>
<DIV><FONT face=Arial
size=2><!ATTLIST plaintext<BR> style ID #REQUIRED<BR>><BR></FONT></DIV>
<DIV><FONT face=Arial size=2>XML:</FONT></DIV>
<DIV><FONT face=Arial size=2><?xml version='1.0'?><BR><?xml:stylesheet
type = "text/xsl" href="created2.xsl"?><BR><!DOCTYPE bireport SYSTEM
"dtdsample.dtd"><BR><root><BR><elements><BR><label><BR><plaintext
style="labelprop"><BR>Some Text
3.4567</plaintext><BR></label><BR></elements><BR></root></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>
<DIV> </DIV>
<DIV><FONT face=Arial
size=2>XSL:</FONT></DIV>.labelprop{top:0px;left:0px;width:152px;height:56px;font:arial;font-size:24pt;color:red;position:relative;}</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2><xsl:stylesheet
xmlns:xsl='http://www.w3.org/1999/XSL/Transform'> <BR><xsl:template
match="plaintext"> <BR><xsl:number value="$nmbr"
format"2.000"/><BR><xsl:value-of
select="format-number($nmbr,"2.000")"/><BR></xsl:template>
<BR></xsl:stylesheet> </FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>I want my html to look like:</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2><FONT color=#ff0000 size=6>Some Text
3.456</FONT> **note only 3 digits**</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Thanks in advance.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Yogita Patil<BR>Software Developer<BR>Hummingbird
Communications Ltd.<BR>Decision Portals Division.<BR>552 Princess
Street.<BR>Kingston, Ontario.<BR>K7L-1C7<BR>(613) 548-4355 Ext.
1540</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Canada.</FONT></DIV></BODY></HTML>