Click here to Skip to main content
15,911,531 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralPlease Help: XSLT transformation problem with namespaces Pin
Member 169700910-Jun-05 8:32
Member 169700910-Jun-05 8:32 
GeneralRe: Please Help: XSLT transformation problem with namespaces Pin
DavidNohejl10-Jun-05 9:02
DavidNohejl10-Jun-05 9:02 
GeneralGet XmlSchemaElement from XmlSchema by ID Pin
El'Cachubrey9-Jun-05 23:18
El'Cachubrey9-Jun-05 23:18 
QuestionWhy this error when using XML data? Pin
shapper9-Jun-05 15:43
shapper9-Jun-05 15:43 
AnswerRe: Why this error when using XML data? Pin
shapper9-Jun-05 15:44
shapper9-Jun-05 15:44 
AnswerRe: Why this error when using XML data? Pin
Christian Graus9-Jun-05 15:47
protectorChristian Graus9-Jun-05 15:47 
QuestionImplementation of XML (.NET 1.1) and RemoveChild() - is it a bug ? Pin
lkrzanik9-Jun-05 5:27
lkrzanik9-Jun-05 5:27 
QuestionXML and ASP.NET. How to set this? Pin
shapper9-Jun-05 5:03
shapper9-Jun-05 5:03 
Hello,

I have a XML file with a list of books published by an editor.
The editor node has some information on it such as Name and Email.
Each book has a title and price in two languages:

<editor>
<name>...
<email>...
<book>
<pt-pt>
<title>...
<price>...
<pt-pt>
<en-gb>
<title>...
<price>...
<en-gb>

<book>
<pt-pt>
<title>...
<price>...
<pt-pt>
<en-gb>
<title>...
<price>...
<en-gb>

...


I need to display the Editor <name> and <email> into my page followed by the last 4 <book> items.

Basically I am thinking to display the Editor info on the HeaderTemplate of an ASP.NET Repeater and the Books info on the ItemTemplate of the same ASP.NET Repeater.

Can someone help me out?

Thanks,
Miguel
GeneralWhats wrong with this code Pin
Usman Tasleem Akshaf8-Jun-05 20:04
Usman Tasleem Akshaf8-Jun-05 20:04 
GeneralRe: Whats wrong with this code Pin
Christian Graus9-Jun-05 15:54
protectorChristian Graus9-Jun-05 15:54 
GeneralRe: Whats wrong with this code Pin
KaptinKrunch13-Jun-05 19:27
KaptinKrunch13-Jun-05 19:27 
GeneralRename Element(TagName) in DOM Pin
Fastfootskater7-Jun-05 21:41
Fastfootskater7-Jun-05 21:41 
GeneralRe: Rename Element(TagName) in DOM Pin
Fastfootskater8-Jun-05 1:56
Fastfootskater8-Jun-05 1:56 
Generalconvert xml file to excel file by using vb6 Pin
YETER737-Jun-05 20:30
YETER737-Jun-05 20:30 
GeneralUsing XML Schemas in C++ Unmanaged Code Pin
RFickling7-Jun-05 16:39
RFickling7-Jun-05 16:39 
GeneralConvert XML/XSL to Image File Pin
pfsarff7-Jun-05 10:55
pfsarff7-Jun-05 10:55 
GeneralRe: Convert XML/XSL to Image File Pin
DavidNohejl7-Jun-05 11:41
DavidNohejl7-Jun-05 11:41 
GeneralRe: Convert XML/XSL to Image File Pin
pfsarff8-Jun-05 4:27
pfsarff8-Jun-05 4:27 
GeneralRe: Convert XML/XSL to Image File Pin
DavidNohejl9-Jun-05 5:24
DavidNohejl9-Jun-05 5:24 
GeneralRe: Convert XML/XSL to Image File Pin
pfsarff9-Jun-05 6:03
pfsarff9-Jun-05 6:03 
GeneralRe: Convert XML/XSL to Image File Pin
DavidNohejl10-Jun-05 9:23
DavidNohejl10-Jun-05 9:23 
GeneralRe: Convert XML/XSL to Image File Pin
Anonymous12-Jun-05 4:27
Anonymous12-Jun-05 4:27 
GeneralXML TO EXCEL Pin
Abhinavbhatia7-Jun-05 1:53
Abhinavbhatia7-Jun-05 1:53 
GeneralRe: Xml programming c# Pin
DavidNohejl7-Jun-05 2:21
DavidNohejl7-Jun-05 2:21 
Generalnested ado datasets in XML Pin
sparty10226-Jun-05 4:50
sparty10226-Jun-05 4:50 

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.