Forum: C May 26th, 2009 |
| Replies: 5 Views: 1,375 I am confused. First you say you want to write the program. Then you say you want somebody to send the code for such a program to you. |
Forum: C May 20th, 2009 |
| Replies: 12 Views: 539 The problem is with the line
path = "ragHu";
It should be replaced with the following
strcpy(path, "ragHu"); |
Forum: XML, XSLT and XPATH Mar 20th, 2009 |
| Replies: 2 Views: 677 Typo
<xsl:template match="FlowControl">
should be
<xsl:template math="FlowDocument"> |