Click here to Skip to main content
15,913,610 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionHow to add a tag <tag val="N"> to an xml file Pin
SWDevil1-Jul-08 8:57
SWDevil1-Jul-08 8:57 
Questionadding xmlnode with child nodes Pin
manoj221841-Jul-08 6:25
manoj221841-Jul-08 6:25 
QuestionReturning XML from the web service Pin
steve_rm28-Jun-08 4:41
steve_rm28-Jun-08 4:41 
QuestionOpen Office XML - Setting Style Pane Options Programmatically Pin
trvenkat27-Jun-08 11:20
trvenkat27-Jun-08 11:20 
QuestionXML Value change Pin
Jhony george24-Jun-08 23:21
Jhony george24-Jun-08 23:21 
AnswerRe: XML Value change Pin
led mike25-Jun-08 4:16
led mike25-Jun-08 4:16 
QuestionAjax and XML related problem Pin
Y_Kaushik23-Jun-08 23:14
Y_Kaushik23-Jun-08 23:14 
QuestionNeed help for converting XML data in excel spreadsheet and to show in web page... Pin
Pushpa Setty20-Jun-08 21:24
Pushpa Setty20-Jun-08 21:24 
Hi frnds...

I hv excel template with it look and feel...
Dat excel i hv converted into .xml file by saving excel sheet to xml.
Used
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
and closing tag
Nw i want to add data frm database into xml for which i hv used
<xsl:for-each select="dataset/table"> and also use <xsl:if test="group_id=1">
then fill the first row of xml and for other group_ids...
the xml file get generated bt when i open the xml file into excel file it gives me error

XML ERROR in Worksheet Setting
REASON: Bad Value
FILE: C:\Documents and Settings\Administrator\Desktop\ReportsinExcelWithXML\AuthorReportGenerator\bin\DebugReport.xml
GROUP: Worksheet
TAG: Table
ATTRIB: ExpandedRowCount
VALUE: 58


and the <Table> tag of xml has
<Table ss:ExpandedColumnCount="9" ss:ExpandedRowCount="58" x:FullColumns="1"
x:FullRows="1" ss:StyleID="s25" ss:DefaultRowHeight="12">

plz help me... its urgent Frown | :(
QuestionDataGridView to Xml Pin
Anoop Brijmohun20-Jun-08 0:29
Anoop Brijmohun20-Jun-08 0:29 
QuestionWBXML encoding/decoding Pin
hitonly200818-Jun-08 20:26
hitonly200818-Jun-08 20:26 
QuestionDeserializing a xml document for sending it using a WebService Pin
beatles169215-Jun-08 19:15
beatles169215-Jun-08 19:15 
Questioncomparing two XML files Pin
salon12-Jun-08 4:53
salon12-Jun-08 4:53 
AnswerRe: comparing two XML files Pin
led mike12-Jun-08 5:11
led mike12-Jun-08 5:11 
Question[Message Deleted] Pin
angel123456789010-Jun-08 9:06
angel123456789010-Jun-08 9:06 
AnswerRe: Numbering in XSLT Pin
led mike10-Jun-08 9:43
led mike10-Jun-08 9:43 
AnswerRe: [Message Deleted] Pin
led mike11-Jun-08 4:50
led mike11-Jun-08 4:50 
QuestionCreate multiple pages Pin
Nishad S10-Jun-08 1:00
Nishad S10-Jun-08 1:00 
AnswerRe: Create multiple pages Pin
led mike10-Jun-08 5:08
led mike10-Jun-08 5:08 
GeneralRe: Create multiple pages Pin
Nishad S10-Jun-08 18:32
Nishad S10-Jun-08 18:32 
GeneralRe: Create multiple pages Pin
led mike11-Jun-08 4:51
led mike11-Jun-08 4:51 
GeneralRe: Create multiple pages Pin
Nishad S11-Jun-08 18:20
Nishad S11-Jun-08 18:20 
QuestionValidation of unknown subclass [modified] Pin
hase24078-Jun-08 22:46
hase24078-Jun-08 22:46 
QuestionXML and old ASP(not ASP.NET) Pin
LeilaBayat7-Jun-08 23:22
LeilaBayat7-Jun-08 23:22 
QuestionBest practices for programmatically creating XML storage files Pin
jesarg6-Jun-08 9:43
jesarg6-Jun-08 9:43 
AnswerRe: Best practices for programmatically creating XML storage files Pin
PIEBALDconsult6-Jun-08 10:29
mvePIEBALDconsult6-Jun-08 10:29 

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.