Click here to Skip to main content
15,885,680 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: XPath navigation with namespaces Pin
DavidNohejl28-Dec-04 13:15
DavidNohejl28-Dec-04 13:15 
GeneralRe: XPath navigation with namespaces Pin
Steven Campbell30-Dec-04 4:44
Steven Campbell30-Dec-04 4:44 
GeneralXML validation through XSD Pin
Het210927-Dec-04 23:00
Het210927-Dec-04 23:00 
GeneralRe: XML validation through XSD Pin
DavidNohejl28-Dec-04 9:05
DavidNohejl28-Dec-04 9:05 
GeneralRe: XML validation through XSD Pin
Het210931-Dec-04 21:48
Het210931-Dec-04 21:48 
GeneralW3C XML standards Pin
Nosheen Iqbal21-Dec-04 16:20
Nosheen Iqbal21-Dec-04 16:20 
GeneralI want XML to draw the network topology Pin
Mohammed Aijaz Mohiuddin21-Dec-04 6:00
Mohammed Aijaz Mohiuddin21-Dec-04 6:00 
GeneralRe: I want XML to draw the network topology Pin
DavidNohejl21-Dec-04 8:29
DavidNohejl21-Dec-04 8:29 
hi there,
so you want to represent graph in XML... nice homework, I guess Smile | :)

If you want to represent that matrix, what about:

<matrix>
<row>
<col connected="1" /><col/><col/><col/>
</row>
<row>
<col/><col/><col connected="1"/><col/>
</row>
<row>
<col/><col/><col/><col/>
</row>
<row>
<col/><col/><col connected="1"/><col/>
</row>
</matrix>
My first idea and indeed far from ideal structure for this task. However I gave you some ideas hopefully.

It's, of course, too much verbose representation of your graph.
What about
<graph>
<edge start="1" end="5" />
<edge start="4" end="2" />
.
.
.
</graph> ?

There you have some representations... Think about it (do not shoot like I do!) and choose the best for u Smile | :)

does it help?

best regards,
David 'DNH' Nohejl



Never forget: <i>"Stay kul and happy"</i> (I.A.)
GeneralSkip blocks of nodes with XSL Pin
Milby00720-Dec-04 0:22
Milby00720-Dec-04 0:22 
GeneralRe: Skip blocks of nodes with XSL Pin
Milby00720-Dec-04 3:13
Milby00720-Dec-04 3:13 
GeneralRe: Skip blocks of nodes with XSL Pin
Milby00720-Dec-04 23:46
Milby00720-Dec-04 23:46 
GeneralBasic XML Pin
sharkbait16-Dec-04 3:55
sharkbait16-Dec-04 3:55 
GeneralXslt generated XML string format problem. Pin
titabonbon15-Dec-04 19:27
titabonbon15-Dec-04 19:27 
GeneralRe: Xslt generated XML string format problem. Pin
DavidNohejl17-Dec-04 12:17
DavidNohejl17-Dec-04 12:17 
GeneralRe: Xslt generated XML string format problem. Pin
titabonbon22-Dec-04 15:25
titabonbon22-Dec-04 15:25 
GeneralRe: Xslt generated XML string format problem. Pin
DavidNohejl23-Dec-04 0:06
DavidNohejl23-Dec-04 0:06 
GeneralRe: Xslt generated XML string format problem. Pin
titabonbon23-Dec-04 12:58
titabonbon23-Dec-04 12:58 
GeneralRe: Xslt generated XML string format problem. Pin
DavidNohejl23-Dec-04 13:28
DavidNohejl23-Dec-04 13:28 
GeneralRe: Xslt generated XML string format problem. Pin
titabonbon26-Dec-04 12:14
titabonbon26-Dec-04 12:14 
GeneralRe: Xslt generated XML string format problem. Pin
DavidNohejl26-Dec-04 14:16
DavidNohejl26-Dec-04 14:16 
QuestionDoes anybody know why XmlAttribute has ChildNodes property? Pin
DavidNohejl15-Dec-04 11:46
DavidNohejl15-Dec-04 11:46 
AnswerRe: Does anybody know why XmlAttribute has ChildNodes property? Pin
J4amieC20-Dec-04 3:09
J4amieC20-Dec-04 3:09 
GeneralRe: Does anybody know why XmlAttribute has ChildNodes property? Pin
DavidNohejl20-Dec-04 3:46
DavidNohejl20-Dec-04 3:46 
GeneralAsp.net - Xml Pin
Anonymous13-Dec-04 23:54
Anonymous13-Dec-04 23:54 
GeneralRe: Asp.net - Xml Pin
DavidNohejl14-Dec-04 2:15
DavidNohejl14-Dec-04 2:15 

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.