Oh I didn't mention, but a dead-end is considered as a fail.
So that's why BackTrack will happen.
Only success happens only, when my G is empty: all nodes have been visited.
Hi Guys!
I am in a need of help! Sorry if my English is not okay.
So let's see my problem:
I would like to make a pathing algorith on direcred nodes.
so 1 -> 2, 1 -> 3, 2 -> 1 means 1 can visit 2 and 3, and 2 can visit 1, but 3 cannot visit 1.
I would like to visit all nodes from a given node...
Okay guys, I have found out. I have to use: "."
Its okay.
But I have another problem.
I want to use them in a list.
But only the first element has a spot on it
I am using this xsl code:
<xsl:template match="year" >
<h3><xsl:value-of select="@name" /></h3>
<li>
<xsl:apply-templates...
Hello there guys!
I have a very basic problem.
I want to use xsd and xsl on my xml file.
Everything is fine, except the following:
only the first elements are shown. I have more than one, but always the first one appears, and none else.
It looks like this:
<year name="2005-2006/1" >...
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.