Click here to Skip to main content
15,914,416 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralMY very own language Pin
shiko2-Oct-04 7:26
shiko2-Oct-04 7:26 
GeneralRe: MY very own language Pin
Alex Korchemniy16-Oct-04 11:27
Alex Korchemniy16-Oct-04 11:27 
QuestionHow to populate grid without reforming an xml Pin
manivannan.p2-Oct-04 2:05
manivannan.p2-Oct-04 2:05 
GeneralXSL For Loop Problem while using variable Pin
jjjkkk1-Oct-04 12:21
jjjkkk1-Oct-04 12:21 
GeneralRe: XSL For Loop Problem while using variable Pin
Mike Ellison1-Oct-04 20:06
Mike Ellison1-Oct-04 20:06 
GeneralRe: XSL For Loop Problem while using variable Pin
jjjkkk4-Oct-04 12:08
jjjkkk4-Oct-04 12:08 
GeneralRe: XSL For Loop Problem while using variable Pin
jjjkkk4-Oct-04 12:16
jjjkkk4-Oct-04 12:16 
GeneralSaving an xml node alone Pin
Member 10971171-Oct-04 11:55
Member 10971171-Oct-04 11:55 
Hi all,

I have a bunch of XML files, which all together can be considered as a database.
I need to be able to save only one node at a time in an XML file. (such as on tuple at a time in a RDBMS).
I already use DOM in my C++ code to process XML files.
The problem is that the Save() in DOM saves all the the elements of the file.
Which is not what I want.
I have searcher and not found an easy way to do that but I need a generic solution that is data-content independant because I need to do that on different XML files.
I am not very familiar with SAX.

The only thing I can find for the moment:
- Have the xml descrition of the element before I do the Save of my element. ->(string xmlNode1)
- Extract the XML from IXMLDOMElement with the "xml" property of the element
I want to save (string xmlNode2).
- Do a text search and replace of the string xmlNode1 with the string xmlNode2.

Which is very ugly and goes against XML usage.
Unless I write my own parsing in SAX which is very troublesome since I have many different xml files.

I would be very surprised to be the first to have this problem.

Please help.

Thanks,
Julien.



Julien Mazloum
GeneralRe: Saving an xml node alone Pin
necroleak7-Oct-04 1:16
sussnecroleak7-Oct-04 1:16 
GeneralRe: Saving an xml node alone Pin
Member 10971177-Oct-04 9:57
Member 10971177-Oct-04 9:57 
Generalusing XML to save info..please help Pin
jmahdi30-Sep-04 11:17
jmahdi30-Sep-04 11:17 
GeneralRe: using XML to save info..please help Pin
jmahdi6-Oct-04 3:17
jmahdi6-Oct-04 3:17 
GeneralRe: using XML to save info..please help Pin
DavidNohejl7-Oct-04 10:00
DavidNohejl7-Oct-04 10:00 
GeneralRe: using XML to save info..please help Pin
jmahdi16-Oct-04 4:53
jmahdi16-Oct-04 4:53 
GeneralRe: using XML to save info..please help Pin
DavidNohejl18-Oct-04 0:39
DavidNohejl18-Oct-04 0:39 
Generalresolving external data... Pin
theJazzyBrain29-Sep-04 23:54
theJazzyBrain29-Sep-04 23:54 
GeneralXML Serialization problem Pin
Member 95766529-Sep-04 12:30
Member 95766529-Sep-04 12:30 
GeneralMS-SOAP TK & SSL/HTTPS problem Pin
Nirav Doshi28-Sep-04 6:45
Nirav Doshi28-Sep-04 6:45 
GeneralRe: MS-SOAP TK & SSL/HTTPS problem Pin
eduardo.s.ferreira15-Nov-09 9:40
eduardo.s.ferreira15-Nov-09 9:40 
GeneralXPath expression not working in xslt stylesheet Pin
suzyb28-Sep-04 2:36
suzyb28-Sep-04 2:36 
GeneralRe: XPath expression not working in xslt stylesheet Pin
Member 95766529-Sep-04 12:36
Member 95766529-Sep-04 12:36 
GeneralRe: XPath expression not working in xslt stylesheet Pin
Member 95766529-Sep-04 12:41
Member 95766529-Sep-04 12:41 
GeneralRe: XPath expression not working in xslt stylesheet Pin
Member 95766529-Sep-04 12:41
Member 95766529-Sep-04 12:41 
GeneralXSLT refererring attributes Pin
hatim_ali23-Sep-04 22:06
hatim_ali23-Sep-04 22:06 
GeneralXML Date type Pin
AndyCheetham22-Sep-04 6:57
AndyCheetham22-Sep-04 6:57 

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.