Click here to Skip to main content
15,920,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralLines count Pin
Anonymous6-Mar-03 7:49
Anonymous6-Mar-03 7:49 
GeneralRe: Lines count Pin
Christian Graus6-Mar-03 9:48
protectorChristian Graus6-Mar-03 9:48 
GeneralInternet protocols Pin
Mazdak6-Mar-03 7:45
Mazdak6-Mar-03 7:45 
GeneralRe: Internet protocols Pin
Brian D6-Mar-03 8:27
Brian D6-Mar-03 8:27 
GeneralRe: Internet protocols Pin
Mazdak6-Mar-03 8:30
Mazdak6-Mar-03 8:30 
GeneralText problem Pin
Scozturk6-Mar-03 7:42
professionalScozturk6-Mar-03 7:42 
GeneralRe: Text problem Pin
Neville Franks6-Mar-03 9:30
Neville Franks6-Mar-03 9:30 
GeneralXML- XSLT Pin
wimel7-Mar-03 0:04
wimel7-Mar-03 0:04 
Yes, it's possible. But, not that easy.

The format of a HTML file is the same of a XML file. They both use <something> as tags. With XML there are a lot of possibilities.

It all depends on what you want to do with the HTML-file. If you want to parse/change/edit take al look at the DOM-parser. Then it doesn't matter if the code looks like
<head>
</head>

or
<head></head>

Another possibility is using XSLT for reformatting you XML file.
Again, it's not that easy to start with.

succes

Wimel
GeneralActiveX toolbars Pin
cmschaum6-Mar-03 7:35
cmschaum6-Mar-03 7:35 
GeneralStructure browser Pin
Phamton6-Mar-03 7:30
Phamton6-Mar-03 7:30 
GeneralPrinting a custom control Pin
Gilfrog6-Mar-03 7:29
Gilfrog6-Mar-03 7:29 
GeneralRe: Printing a custom control Pin
Chris Losinger6-Mar-03 9:21
professionalChris Losinger6-Mar-03 9:21 
GeneralRe: Printing a custom control Pin
Gilfrog6-Mar-03 11:04
Gilfrog6-Mar-03 11:04 
GeneralRe: Printing a custom control Pin
Chris Losinger6-Mar-03 12:14
professionalChris Losinger6-Mar-03 12:14 
GeneralThe View pointer to modal dlg Pin
ns6-Mar-03 7:19
ns6-Mar-03 7:19 
GeneralRe: The View pointer to modal dlg Pin
Nish Nishant6-Mar-03 7:25
sitebuilderNish Nishant6-Mar-03 7:25 
GeneralRe: The View pointer to modal dlg Pin
ns6-Mar-03 7:56
ns6-Mar-03 7:56 
GeneralRe: The View pointer to modal dlg Pin
Alvaro Mendez6-Mar-03 8:02
Alvaro Mendez6-Mar-03 8:02 
GeneralRe: The View pointer to modal dlg Pin
ns6-Mar-03 8:09
ns6-Mar-03 8:09 
GeneralRe: The View pointer to modal dlg Pin
Alvaro Mendez6-Mar-03 9:41
Alvaro Mendez6-Mar-03 9:41 
GeneralRe: The View pointer to modal dlg Pin
ns7-Mar-03 3:24
ns7-Mar-03 3:24 
GeneralApplication Icon Changes Pin
amymarie36-Mar-03 7:11
amymarie36-Mar-03 7:11 
GeneralRe: Application Icon Changes Pin
Anonymous7-Mar-03 3:57
Anonymous7-Mar-03 3:57 
GeneralAdvantech Data Acqusition Card Pin
Abbas_Riazi6-Mar-03 6:58
professionalAbbas_Riazi6-Mar-03 6:58 
GeneralClient vs. Screen Rect. Pin
Maximilien6-Mar-03 6:04
Maximilien6-Mar-03 6:04 

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.