Click here to Skip to main content
15,887,214 members
Home / Discussions / C#
   

C#

 
QuestionOldie (as opposed to a newbie) trying to write a Windows Service Pin
jbradshaw20-Jul-10 4:38
jbradshaw20-Jul-10 4:38 
AnswerRe: Oldie (as opposed to a newbie) trying to write a Windows Service Pin
Pete O'Hanlon20-Jul-10 7:38
mvePete O'Hanlon20-Jul-10 7:38 
AnswerRe: Oldie (as opposed to a newbie) trying to write a Windows Service Pin
PIEBALDconsult20-Jul-10 16:49
mvePIEBALDconsult20-Jul-10 16:49 
QuestionHow to convert word document to xsl/xslt [modified] Pin
Exelioindia20-Jul-10 3:05
Exelioindia20-Jul-10 3:05 
AnswerRe: How to convert word document to xsl/xslt Pin
PIEBALDconsult20-Jul-10 3:10
mvePIEBALDconsult20-Jul-10 3:10 
GeneralRe: How to convert word document to xsl/xslt Pin
Exelioindia20-Jul-10 3:24
Exelioindia20-Jul-10 3:24 
GeneralRe: How to convert word document to xsl/xslt Pin
PIEBALDconsult20-Jul-10 3:40
mvePIEBALDconsult20-Jul-10 3:40 
GeneralRe: How to convert word document to xsl/xslt Pin
Exelioindia20-Jul-10 3:51
Exelioindia20-Jul-10 3:51 
Hi,

Thanks for you response.


Below is sample template document, in this Date, Name, Age, Address are merge field. I have to convert this template document to XLS.

<Date>

<Name>, <Age>
<Address>

Dear <Dr./Mr./Ms. Last Name>:

Below is the sample XLS for above template. (We created this manually)

<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:fo="http://www.w3.org/1999/XSL/Format"
xmlns:ibex="http://www.xmlpdf.com/2003/ibex/Format">
<xsl:template match="InvitationContemplateInfo">
<fo:block margin-left="0.785in" margin-top="0.7in" margin-right="0.88in" color="gray" font-family="'Times New Roman'" font-size="11.5pt" letter-spacing="0.15pt"><xsl:value-of select="//Date"/>
<xsl:if test="//Name[. != '']">&#32;<xsl:value-of select="//Name"/></xsl:if>
<xsl:if test="//Age[. != '']">&#32;<xsl:value-of select="//Age"/></xsl:if>
</fo:block>

</xsl:template>
</xsl:stylesheet>


Like this we have to create for all different kind of template documents dynamically.

Thank you once again.
Know is Drop, Unknown is Ocean

GeneralRe: How to convert word document to xsl/xslt Pin
Mycroft Holmes20-Jul-10 15:31
professionalMycroft Holmes20-Jul-10 15:31 
QuestionDotNet and PHP Interactivity Pin
arj_agt20-Jul-10 3:01
arj_agt20-Jul-10 3:01 
AnswerRe: DotNet and PHP Interactivity Pin
Richard MacCutchan20-Jul-10 4:45
mveRichard MacCutchan20-Jul-10 4:45 
GeneralRe: DotNet and PHP Interactivity Pin
arj_agt20-Jul-10 18:13
arj_agt20-Jul-10 18:13 
AnswerRe: DotNet and PHP Interactivity Pin
Ennis Ray Lynch, Jr.20-Jul-10 5:05
Ennis Ray Lynch, Jr.20-Jul-10 5:05 
AnswerRe: DotNet and PHP Interactivity Pin
Dr.Walt Fair, PE20-Jul-10 5:39
professionalDr.Walt Fair, PE20-Jul-10 5:39 
Questionreffering C#.net proj dll(2.0) in to new vb.net proj made in 1.1 using vs studio2003 [modified] Pin
Ankit Aneja20-Jul-10 2:57
Ankit Aneja20-Jul-10 2:57 
AnswerRe: reffering C#.net proj dll(2.0) in to new vb.net proj made in 1.1 using vs studio2003 Pin
Dave Kreskowiak20-Jul-10 3:46
mveDave Kreskowiak20-Jul-10 3:46 
Questiondesrialization fail due to xsi:type Pin
jainiraj19-Jul-10 22:42
jainiraj19-Jul-10 22:42 
AnswerRe: desrialization fail due to xsi:type Pin
Peace ON19-Jul-10 22:56
Peace ON19-Jul-10 22:56 
GeneralRe: desrialization fail due to xsi:type Pin
jainiraj19-Jul-10 22:58
jainiraj19-Jul-10 22:58 
GeneralRe: desrialization fail due to xsi:type Pin
Peace ON19-Jul-10 23:10
Peace ON19-Jul-10 23:10 
GeneralRe: desrialization fail due to xsi:type Pin
jainiraj19-Jul-10 23:24
jainiraj19-Jul-10 23:24 
AnswerRe: desrialization fail due to xsi:type Pin
Peace ON19-Jul-10 23:31
Peace ON19-Jul-10 23:31 
GeneralRe: desrialization fail due to xsi:type Pin
jainiraj20-Jul-10 0:35
jainiraj20-Jul-10 0:35 
AnswerRe: desrialization fail due to xsi:type Pin
Peace ON20-Jul-10 1:17
Peace ON20-Jul-10 1:17 
GeneralRe: desrialization fail due to xsi:type Pin
jainiraj20-Jul-10 2:06
jainiraj20-Jul-10 2:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.