Hi again,
I am sorry but I whish to delete the whole node part, if there is an empty tag within that node:
<part>
<section>
some text
</section>
<Empty Tag>...
Hi @all,
may somebody can help me out.
I would like to remove a node which has empty element, something like this:
<start>
<node 1>
<NonEmpty> Some Text </NonEmpty>
<node 2>
<Empty>
</Empty>
</node 2>
</node 1>
</start>
into :
<start>
<node 1>...
hi again,
i´m still not getting my desired result, hope
someone has an idea .
<xsl:template match="/">
<html>
<body>
<h2>Test</h2>
<table border="1">
<tr bgcolor="#9acd32">
<th align="left">Access</th>
<th align="left">Server</th>
</tr>
<xsl:for-each...
Hi,
could someone help me out creating an stylesheet to create an table for an html output.
Here is an example :
<Client>
<Access time = "10.00" location ="server"> A </Access>
<Access time = "10.01" location ="server"> B </Access>
<Access time = "10.02" location ="server"> C </Access>...
thx, that works fine.
I have another problem similiar to the one i posted already.
<Elements>
<Element type="any" isReadable="true"> ElementName.html
</Element>
<Element type="all" isValide="true"> Element_xy.html
</Element>
</Elements>
desired xml-output:
<Elements>
<Element...
I made an mistake, this one isnot a valide document at all:
the right one is :
<Elements>
<Element type="any" isReadable="true"> ElementName
</Element>
<Element type="all" isValide="true"> Element_xy.html
</Element>
</Elements>
desired xml-output:
<Elements>
<Element type="any"...
hello all,
i have a problem changing extension of an text element.
I hope someone can help me.
The situation is as follwing:
xml-input:
<Elements>
<Element type="any" isReadable="true"> ElementName
<Element type="all" isValide="true"> Element_xy.html
</Element>
</Elemenst>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.