Click here to Skip to main content
15,903,362 members
Home / Discussions / C#
   

C#

 
GeneralRe: Sockets: Send strings from Java to C#? Pin
Daniel Scott13-May-11 23:43
Daniel Scott13-May-11 23:43 
GeneralRe: Sockets: Send strings from Java to C#? Pin
Mark Salsbery13-May-11 18:11
Mark Salsbery13-May-11 18:11 
GeneralRe: Sockets: Send strings from Java to C#? Pin
Richard MacCutchan13-May-11 22:12
mveRichard MacCutchan13-May-11 22:12 
GeneralRe: Sockets: Send strings from Java to C#? Pin
Mark Salsbery13-May-11 22:20
Mark Salsbery13-May-11 22:20 
GeneralRe: Sockets: Send strings from Java to C#? Pin
Richard MacCutchan13-May-11 23:33
mveRichard MacCutchan13-May-11 23:33 
AnswerRe: Sockets: Send strings from Java to C#? Pin
CodeGust15-May-11 19:19
CodeGust15-May-11 19:19 
AnswerRe: Sockets: Send strings from Java to C#? Pin
CodeGust16-May-11 14:53
CodeGust16-May-11 14:53 
QuestionOutput HTML table from XML file Pin
rolandvink13-May-11 11:45
rolandvink13-May-11 11:45 
I need to read an XML file and output it as an HTML table. I have a background in Access, SQL and Crystal Reports so have experience with coding and relational databases. I'm now developing an application in Sharepoint using C# reading an XML file which I am unfamiliar with. The XML file has a structure as below:
<?xml version="1.0" encoding="ISO-8859-1"?>
<loan>
  <library>
    <libraryName>Auckland Library</libraryName>
    <item>
      <duedate>24-05-2011</duedate>
      <title>Empire Burlesque</title>
    </item>
    <item>
      <duedate>12-05-2011</duedate>
      <title>Hide your Heart</title>
    </item>
  </library>
  <library>
    <libraryName>Waikato Library</libraryName>
    <item>
     [...]
    </item>
  </library>
</loan>


The data is to be displayed as an html table, sorted by Library, duedate and title (in that order). The XML data is not sorted. Overdue books are highlighted:

Auckland Library ItemsDue
Hide Your Heart12 May
Empire Burlesque24 May
Waikato Library ItemsDue
......


I've only had limited success so far and its giving me a headache. Can anyone suggest the best way to do this? Thanks.
AnswerRe: Output HTML table from XML file Pin
jschell13-May-11 12:25
jschell13-May-11 12:25 
GeneralRe: Output HTML table from XML file Pin
AspDotNetDev13-May-11 12:51
protectorAspDotNetDev13-May-11 12:51 
GeneralRe: Output HTML table from XML file Pin
jschell13-May-11 12:57
jschell13-May-11 12:57 
AnswerRe: Output HTML table from XML file Pin
DaveAuld13-May-11 22:50
professionalDaveAuld13-May-11 22:50 
AnswerRe: Output HTML table from XML file Pin
RaviRanjanKr16-May-11 4:37
professionalRaviRanjanKr16-May-11 4:37 
Questionsend fax with C# 2010 [modified] Pin
esialex13-May-11 2:41
esialex13-May-11 2:41 
AnswerRe: send fax with C# 2010 Pin
_Erik_13-May-11 4:19
_Erik_13-May-11 4:19 
GeneralFaxcomexlib Pin
fbova30-May-11 11:00
fbova30-May-11 11:00 
GeneralRe: Faxcomexlib Pin
_Erik_31-May-11 2:54
_Erik_31-May-11 2:54 
Questionget invalid handle when called GetWindowLong. Pin
prasadbuddhika12-May-11 23:59
prasadbuddhika12-May-11 23:59 
AnswerRe: get invalid handle when called GetWindowLong. Pin
Luc Pattyn13-May-11 1:36
sitebuilderLuc Pattyn13-May-11 1:36 
GeneralRe: get invalid handle when called GetWindowLong. Pin
prasadbuddhika13-May-11 2:21
prasadbuddhika13-May-11 2:21 
AnswerRe: get invalid handle when called GetWindowLong. Pin
Luc Pattyn13-May-11 2:39
sitebuilderLuc Pattyn13-May-11 2:39 
GeneralRe: get invalid handle when called GetWindowLong. Pin
Dave Kreskowiak13-May-11 3:33
mveDave Kreskowiak13-May-11 3:33 
QuestionProblem matching name using Regex Pin
Etienne_12312-May-11 22:54
Etienne_12312-May-11 22:54 
AnswerRe: Problem matching name using Regex Pin
dasblinkenlight13-May-11 0:07
dasblinkenlight13-May-11 0:07 
AnswerRe: Problem matching name using Regex Pin
OriginalGriff13-May-11 0:09
mveOriginalGriff13-May-11 0:09 

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.