all groups > dotnet xml > september 2004 > threads for september 29 - 30, 2004
Filter by week: 1 2 3 4 5
Adding <?mso-application ...> programmatically
Posted by Victor Hadianto at 9/30/2004 5:47:03 PM
Hi,
If I have an XmlDocument DOM how do I insert
<?mso-application progid="ProgId.Here"?> programmatically?
--
Victor Hadianto
http://www.synop.com/Products/SauceReader/
... more >>
XMLDataDocument question-- appending/removing nodes
Posted by Jim Bancroft at 9/30/2004 5:29:18 PM
Hi,
I'm porting a VB 6 app to .Net, and wanted to use an XMLDataDocument to
store information that had previously been kept in XML Recordsets.
Unfortunately, I'm not too familiar yet with .Net's XML Namespace and
was wondering if someone could help with something....in the VB 6
appl... more >>
VB.NET: Get the Attribute and Text out from Xml string
Posted by http://www.visual-basic-data-mining.net/forum at 9/30/2004 2:37:14 AM
Besides using For Each /Next loop to find every individual nodes, which loop
should be use and how to apply if i want only one set of tag...(in blue)
Example:
<Book>
<Title ID ="1">
<Author>Hello</Author>
<Reference web = "www.reference.com" topic = "In thing">
</Title>
<Title ID = "2">
... more >>
Problems replacing SoapToolkit with .NET WebMethods (Server Side)
Posted by Muntz at 9/29/2004 8:03:02 PM
Hi - we are MSDN Enterprise subscribers, our no-spam address is
munter@computershare.com
We are currently trying to replace a SoapToolkit web-service with a .NET
WebMethod implementation, but can't seem to get the WSDL to line up properly.
I consulted the migration document:
http://msdn... more >>
Novice question about namespaces
Posted by flycast at 9/29/2004 1:05:06 PM
I have heard that using xml for configurations on applications is a good
thing. I have started to work with learning xml and have seen this
"http://tempuri.org" showing up automatically when I create the schema. I
have visited the site and it makes me think that I will have to post a schema
... more >>
coping with empty excel cells in the xml document
Posted by Wendy Spray at 9/29/2004 11:55:57 AM
Hi
I have an xml document that has been created from an excel spreadsheet. In
the s/s there are some empty cells however these are not captured in the xml
file. All that is added is for the cell after where the empty cell should
be, it has an extra attribute: "ss:Index="6", where it is the 6th... more >>
Database Independent aplication using XML
Posted by Hari Shankar at 9/29/2004 10:04:15 AM
Dear all
I have to develop a database independent application in c# 2003. It means
the underlying database should be anything like ACCESS, Oracle or SQL and my
application should not get affected if i change between databases. i also
have a requirement of storing 10,000 user records in my dat... more >>
xsl template startMode in system.xml.xsl.xslTransform
Posted by Steve at 9/29/2004 8:47:06 AM
Is there any way of specifying the startMode when using the xslTransform class?
We are updating code which used msxml to the system.xml classes but can find
no way to specify the startMode.
We use this so that we can specify different templates to be used by the
same xml node.
Know tha... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|