|
[XML-DEV Mailing List Archive Home]
[By Thread]
[By Date]
[Recent Entries]
[Reply To This Message]
Contained XML tag won't display
- To: <xml-dev@l...>
- Subject: Contained XML tag won't display
- From: "James Rayner" <rcxau@y...>
- Date: Wed, 15 Jan 2003 21:55:24 +1100

|
Hi
I have an xml tag but when i put another tag inside it, the
contained tag does not display
It should display
Heading
int main () { Assign to
variable: string [hello] }
but it instead displays:
Heading
int main () { Assign to
variable: }
The code is below
Thanks in advance
James Rayner
XML/XSL CODE
Code problem.xml
<?xml version="1.0"
encoding="UTF-8"?> <?xml-stylesheet href="problem.xsl"
type="text/xsl"?> <cpp> <name
value="Heading"></name>
<f name="main" type="int" > Assign to
variable: <!-- Tag below won't
display --> <v name="hello" type="string"
/>
</f> </cpp>
Code problem.xsl
<?xml version="1.0"
encoding="UTF-8"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="html" indent="yes"
doctype-public="-//W3C//DTD HTML 4.01//EN" doctype-system="http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd" />
<xsl:template
match="/"> <html> <body><font face="courier
new"> <p> <xsl:apply-templates select="//cpp"
/> </p> </font> </body> </html> </xsl:template>
<!-- <name
/> --> <xsl:template
match="name"> <h2> <xsl:value-of select="@value"
/> </h2> </xsl:template>
<!-- <v />
--> <xsl:template match="v"> <font face="courier new"
color="red"> <h5><xsl:value-of select="@types"
/>[<xsl:value-of select="@names"
/>]</h5> </font> </xsl:template>
<!-- <f />
--> <xsl:template match="f"> <h5><font
face="courier new" color="#d500ee"> <xsl:value-of select="@type"
/> <xsl:value-of select="@name" /> (<xsl:value-of
select="@param" />) </font>{ <br /><xsl:value-of
select="." /><br
/>} </h5> </xsl:template>
</xsl:stylesheet>
End Code
<about name="RCXAU" email="rcxau@y..." question="Why
is the buggiest browser the most widespread" /> <VRtech
motto="Bringing you all things IT (in the near future
:-)" web="http://vr_tech.tripod.com/"
/>
|

|
PURCHASE STYLUS STUDIO ONLINE TODAY!
Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!
Download The World's Best XML IDE!
Accelerate XML development with our award-winning XML IDE - Download a free trial today!
Subscribe in XML format
| RSS 2.0 |
 |
| Atom 0.3 |
 |
| |
Stylus Studio has published XML-DEV in RSS and ATOM formats,
enabling users to easily subcribe to the list from their preferred news reader application.
|
Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website.
they were not included by the author in the initial post. To view the content without the Sponsor Links please
click here.
|
|