Click here to Skip to main content
15,929,597 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: Slashdot RSS Stylesheet Pin
Daniel Bright20-Aug-03 15:06
Daniel Bright20-Aug-03 15:06 
GeneralRe: Slashdot RSS Stylesheet Pin
Steve McLenithan20-Aug-03 15:30
Steve McLenithan20-Aug-03 15:30 
GeneralXML as a config file Pin
Steve McLenithan19-Aug-03 17:37
Steve McLenithan19-Aug-03 17:37 
GeneralRe: XML as a config file Pin
Steve McLenithan19-Aug-03 17:51
Steve McLenithan19-Aug-03 17:51 
GeneralRe: XML as a config file Pin
Nick Parker19-Aug-03 18:09
protectorNick Parker19-Aug-03 18:09 
GeneralRe: XML as a config file Pin
Steve McLenithan20-Aug-03 3:14
Steve McLenithan20-Aug-03 3:14 
GeneralRe: XML as a config file Pin
Nick Parker20-Aug-03 4:54
protectorNick Parker20-Aug-03 4:54 
GeneralReading XML file with VB.Net Pin
sybux200019-Aug-03 8:41
sybux200019-Aug-03 8:41 
Hi,

I'm trying to read a XML file in vb. I've found some code to explain how to read it using a dataset.
The problem is that I can't read sub-section of my main table DVD.

Here is the XML code of my file :

<?xml version="1.0" encoding="us-ascii"?>
<Collection>
<DVD>
<ID>099720116493.9</ID>
<UPC>099720-116493</UPC>
<Title>Les Myst&#233;rieuses Cit&#233;s d&apos;Or L&apos;integrale</Title>
<SortTitle>Les Myst&#233;rieuses Cit&#233;s d&apos;Or L&apos;integrale</SortTitle>
<Description>Collector&apos;s Edition</Description>
<Regions>
<Region>2</Region>
</Regions>
<CollectionType>Owned</CollectionType>
<CollectionNumber>90</CollectionNumber>
<Rating>AL</Rating>
<ProductionYear>1982</ProductionYear>
<Released>2000-10-25</Released>
<RunningTime>974</RunningTime>
<Genres>
<Genre>Animation</Genre>
</Genres>
<Format>
<FormatAspectRatio>1.33</FormatAspectRatio>
<FormatVideoStandard>PAL</FormatVideoStandard>
<FormatLetterBox>False</FormatLetterBox>
<FormatPanAndScan>False</FormatPanAndScan>
<FormatFullFrame>True</FormatFullFrame>
<Format16X9>False</Format16X9>
<FormatDualSided>False</FormatDualSided>
<FormatDualLayered>False</FormatDualLayered>
<FormatFlipper>False</FormatFlipper>
</Format>
<Features>
<FeatureSceneAccess>True</FeatureSceneAccess>
<FeatureCommentary>False</FeatureCommentary>
<FeatureTrailer>True</FeatureTrailer>
<FeatureDeletedScenes>False</FeatureDeletedScenes>
<FeatureMakingOf>True</FeatureMakingOf>
<FeatureProductionNotes>True</FeatureProductionNotes>
<FeatureGame>False</FeatureGame>
<FeatureDVDROMContent>False</FeatureDVDROMContent>
<FeatureMultiAngle>False</FeatureMultiAngle>
<FeatureMusicVideos>False</FeatureMusicVideos>
<FeatureClosedCaptioned>False</FeatureClosedCaptioned>
<FeatureTHXCertified>False</FeatureTHXCertified>
</Features>
<Studios>
<Studio>Sony Music Video</Studio>
</Studios>
<Audio>
<AudioFormat>
<AudioLanguage>French</AudioLanguage>
<AudioCompression>MPEG Audio Stream</AudioCompression>
<AudioChannels>Mono</AudioChannels>
</AudioFormat>
</Audio>
<Subtitles>
</Subtitles>
<Directors>
</Directors>
<Actors>
</Actors>
<Review>
<ReviewFilm>0</ReviewFilm>
<ReviewVideo>0</ReviewVideo>
<ReviewAudio>0</ReviewAudio>
<ReviewExtras>0</ReviewExtras>
</Review>
<SRPInfo>
<SRP>$0.00</SRP>
<SRPCurrencyID>USD</SRPCurrencyID>
<SRPCurrencyName>United States (Dollar)</SRPCurrencyName>
</SRPInfo>
<PurchaseInfo>
<PurchasePriceInfo>
<PurchasePrice>$0.00</PurchasePrice>
<PurchasePriceCurrencyID>USD</PurchasePriceCurrencyID>
<PurchasePriceCurrencyName>United States (Dollar)</PurchasePriceCurrencyName>
</PurchasePriceInfo>
<PurchaseDate>1899-12-30</PurchaseDate>
</PurchaseInfo>
<LoanInfo>
</LoanInfo>
<Overview>Rencontre avec Bernard Deyri&#232;s &#13;&#10;Filmographie &#13;&#10;Descriptif des personnages &#13;&#10;Carte interactive des sites travers&#233;s par les personnages &#13;&#10;Bandes-annonces &#13;&#10;39 &#233;pisodes avec documentaires de fin</Overview>
<LastEdited>2003-07-27</LastEdited>
</DVD>
</Collection></code>

Thanx
Sybux

GeneralRe: Reading XML file with VB.Net Pin
adaoja19-Aug-03 10:21
adaoja19-Aug-03 10:21 
GeneralRe: Reading XML file with VB.Net Pin
sybux200019-Aug-03 11:46
sybux200019-Aug-03 11:46 
GeneralRe: Reading XML file with VB.Net Pin
adaoja19-Aug-03 22:11
adaoja19-Aug-03 22:11 
GeneralRe: Reading XML file with VB.Net Pin
sybux200020-Aug-03 10:35
sybux200020-Aug-03 10:35 
GeneralRe: Reading XML file with VB.Net Pin
adaoja21-Aug-03 0:55
adaoja21-Aug-03 0:55 
GeneralUsing SAX to generate DOM documents Pin
Steve S19-Aug-03 1:44
Steve S19-Aug-03 1:44 
QuestionGeneric calc engine? Pin
Andy H18-Aug-03 10:23
Andy H18-Aug-03 10:23 
AnswerRe: Generic calc engine? Pin
palbano28-Aug-03 8:33
palbano28-Aug-03 8:33 
GeneralFormat XML for web page Pin
Davy Mitchell18-Aug-03 7:10
Davy Mitchell18-Aug-03 7:10 
GeneralRe: Format XML for web page Pin
J. Dunlap18-Aug-03 9:03
J. Dunlap18-Aug-03 9:03 
GeneralRe: Format XML for web page Pin
ZoogieZork18-Aug-03 9:50
ZoogieZork18-Aug-03 9:50 
GeneralGeneric XSL for table with column names Pin
Jo Fredrickson17-Aug-03 15:41
Jo Fredrickson17-Aug-03 15:41 
GeneralRe: Generic XSL for table with column names Pin
Philip Fitzsimons18-Aug-03 3:08
Philip Fitzsimons18-Aug-03 3:08 
GeneralRe: Generic XSL for table with column names Pin
Jo Fredrickson18-Aug-03 15:16
Jo Fredrickson18-Aug-03 15:16 
GeneralProblem with createElement/createNode of IXMLDOMDocumentPtr Pin
Binayak7-Aug-03 15:32
Binayak7-Aug-03 15:32 
GeneralRe: Problem with createElement/createNode of IXMLDOMDocumentPtr Pin
Philip Fitzsimons12-Aug-03 3:20
Philip Fitzsimons12-Aug-03 3:20 
GeneralRe: Problem with createElement/createNode of IXMLDOMDocumentPtr Pin
adaoja21-Aug-03 10:18
adaoja21-Aug-03 10:18 

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.