Search found 6 matches

by sweetuv
Wed Mar 26, 2008 9:17 pm
Forum: Other Issues
Topic: How to test empty strings
Replies: 1
Views: 3296

How to test empty strings

hi, I am trying to print a message when a string is empty. <xsl:variable name="nonempty_string" select="n2:Protocol/n2:FundingSource/n2:FundingSourceName"/> <xsl:variable name="empty_string" /> <xsl:choose> <xsl:when test="$nonempty_string != $empty_string" > ...
by sweetuv
Tue Mar 25, 2008 7:32 pm
Forum: Other Issues
Topic: No template exists named:
Replies: 8
Views: 8430

Re: No template exists named:

Thank you very much, Sorin.
by sweetuv
Tue Mar 25, 2008 6:41 pm
Forum: Other Issues
Topic: No template exists named:
Replies: 8
Views: 8430

Re: No template exists named:

Thanks Sorin. I have submitted the docs and hope something works out.
by sweetuv
Tue Mar 25, 2008 4:47 pm
Forum: Other Issues
Topic: No template exists named:
Replies: 8
Views: 8430

Re: No template exists named:

Thanks again. the Header.xsl file has this: <xsl:template name="header"> .... </xsl:template> And I have imported/included this header file in body.xsl and called the template: <xsl:include href="http://www.indiana.edu/~byourwts/xslt/Header.xsl" /> ..... <fo:flow flow-name="...
by sweetuv
Tue Mar 25, 2008 3:51 pm
Forum: Other Issues
Topic: No template exists named:
Replies: 8
Views: 8430

Re: No template exists named:

Thank you, Sorin. The file did open in Oxygen. I am sure that the file exists in the location (I could open it in the browser also). Before this trial, I kept the header.xsl file in some other place and everything worked well. After I placed it in, one of the actual environments it is giving me this...
by sweetuv
Mon Mar 24, 2008 4:15 pm
Forum: Other Issues
Topic: No template exists named:
Replies: 8
Views: 8430

No template exists named:

Hi, I have been trying to include header.xsl file in body.xsl file. I tried both include and import. When I specifically calls the header template it is giving me out this error. The code is here: body.xsl <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0&q...