Skip to content

Tag Archives: xml tag

How do i delete the 2nd iteration of an XML tag in a file?

Ex. <Book> <Info> blah blah</Info> </Book> <!– delete from "<Book .* </Book>" –> <Book> <Info /> <Info2 /> </Book> I appreciate your help!! Yes, i have Notepad++

Querying from an access database or reading data from a xml file. which one is faster?

I am developing a website using ASP.NET 2 Note that in the database there are many larg items and records. pleasr help me which one to use. I read the xml using the asp:xml tag in html

XML question: When to use and /> for closing tags.?

To get straight to the point. I know how if an XML tag has content like <xmltag>content</xmltag> it gets closed with an end </xmltag> because it has content. But what about tags that do not have their content (thus it would be <xmltag />) but content gets added to it by a program. Should it [...]