Sign in
|
Join
in
Current Tags
Christian Nagel's OneNotes (blog)
Original ASP.NET Community Bloggers (group)
(Entire Site)
ASP.NET Weblogs
Home
Blogs
This Blog
Home
About
Syndication
RSS
Atom
Comments RSS
Recent Posts
Blog moved
Thinktecture Talks
Der Tod und das Mädchen
Cinema Tickets von Microsoft
usergroups.at started
Tags
ASP.NET
Avalon & Windows Forms
Book Writing
Code Snippets
Communication
Courses
Data & XML
Framework
INETA
Language
Personal
TechEd
Technology
Whidbey & Longhorn
XML
Affiliations
CodeWise
Christian Nagel's Home Page
.NET User Group Austria
INETA
MVP
Books I've written
Professional C#, 3rd Edition
Beginning Visual C#
Professional C# Web Services
Data-Centric .NET Programming with C#
Pro .NET 1.1 Network Programming
ASP to ASP.NET Migration Handbook
Visual C# .NET Developer's Cookbook
Enterprise Services with the .NET Framework
INETA UG Leaders
Andrew Filev (Russia)
Christian Nagel (Austria)
Klaus Aschenbrenner (Austria)
Andrea Saltarello (Italy)
Andreas Eide (Norway)
Shinja Strasser (Germany)
Frank Eller (Germany)
Damir Tomicic (Germany)
My Blogroll
Omri Gazitt
Eric Gunnerson
Jonathan Crossland
Greg Fee
Sascha P. Corti
Martin Gudgin
Rob Howard
Keith Pleas
Chris Sells
Sam Gentile
Christian Weyer
Ingo Rammer
Scott Watermasysk
Don Box
Scott Guthrie
Clemens Vasters
DataGrid Girl
Julia Lerman
Chris Brumme
Hannes Preishuber
Archives
September 2005
(1)
August 2005
(8)
July 2005
(7)
June 2005
(4)
May 2005
(1)
April 2005
(5)
March 2005
(10)
February 2005
(2)
January 2005
(5)
December 2004
(5)
November 2004
(8)
October 2004
(6)
September 2004
(10)
August 2004
(3)
July 2004
(5)
June 2004
(21)
May 2004
(22)
April 2004
(15)
March 2004
(13)
February 2004
(15)
January 2004
(20)
December 2003
(5)
November 2003
(13)
October 2003
(27)
September 2003
(19)
August 2003
(18)
July 2003
(10)
June 2003
(23)
Christian Nagel's OneNotes
.NET Training, Consulting, Coaching - C#, Web Services, Enterprise Services, ASP.NET, Whidbey, Longhorn and More!
Browse by Tags
All Tags
»
XML
(
RSS
)
Code Snippets
Data & XML
Technology
Whidbey & Longhorn
Getting Data from Excel 2003
Lately I've posted about creating Word documents with XSLT . Office 2003 has another cool XML feature: I needed data from an Excel sheet in a special format for processing. With XML schemas this can be done very easily: Create an XML schema With the Excel...
Posted
Oct 17 2004, 11:52 PM
by
CNagel
with | with
no comments
Filed under:
Technology
,
XML
,
Data & XML
Creating Word Documents with XSLT (Part 2 - Creating Tables)
With my last blog about creating Word documents with XSLT I've shown an example to do a very simple document. Here I'm showing how to create a table using Word. The same XML file as before is used: <?xml version="1.0" encoding="utf-8" ?> <Courses>...
Posted
Sep 30 2004, 08:15 PM
by
CNagel
with | with
5 comment(s)
Filed under:
Technology
,
Code Snippets
,
XML
,
Data & XML
Documentation that shows up in the XML Editor
The XML Editor of Visual Studio 2005 shows the elements that are allowed according to the XML Schema. The editor not only shows the elements and attributes that are possible where the cursor is positioned, it also shows some documentation about the elements...
Posted
Sep 26 2004, 01:37 PM
by
CNagel
with | with
2 comment(s)
Filed under:
Technology
,
Whidbey & Longhorn
,
Code Snippets
,
XML
,
Data & XML
Creating Word Documents with XSLT
Using the Office Schemas it is easy to create Microsoft Word 2003 documents. Let's start with this XML document: <?xml version="1.0" encoding="utf-8" ?> <Courses> <Course Number="MS-2524"> <Title>XML Web Services Programming<...
Posted
Sep 25 2004, 01:03 PM
by
CNagel
with | with
7 comment(s)
Filed under:
Technology
,
Code Snippets
,
XML
,
Data & XML
XSLT: Converting multiple elements to one attribute
I've received a question how to convert multiple XML elements to a values for a single attribute. Here is the information about how this can be done with XSLT. The XML source: <Article> <Head> <Title>.NET Enterprise Services</Title>...
Posted
Sep 24 2004, 09:14 AM
by
CNagel
with | with
2 comment(s)
Filed under:
Technology
,
Code Snippets
,
XML
,
Data & XML
More Posts
Terms of Use