Two XMLDOM questions
Wed, 17 Mar 2010 13:27:01 -0700
IĆ¢??m creating some xml files using VBScript and XMLDOM.
Question #1:
When these files are created, they aren't formatted in a user friendly
manner. Is there something I can do that gets my files formatted nice?
Current format:
<Parent><Children><Child>Child_1</Child><Child>Child_2</Child></Children></Pa ...
|
Determining child nodes
Wed, 17 Mar 2010 01:32:01 -0700
I am new to the use of IXMLDomDocument interface .
I am surfing an XML document and successfully reach a specified node which
I recognize by the tag name : but, when I ask if this node has children , i
always get a positive answer , except when the node itself is totally empty .
I was expecting a node like t ...
|
[ANN] XMLmind DITA Converter v1.2.0
Mon, 08 Mar 2010 13:36:39 +0100
XMLmind DITA Converter 1.2.0 (March 6, 2010)
--------------------------------------------
Allows to convert DITA documents to EPUB (standard e-book format).
Fixes a few minor bugs.
More info in http://www.xmlmind.com/ditac/changes.html
Download XMLmind DITA Converter 1.2.0 from
http://www.xmlmind.com/ditac ...
|
Parasite infection how to fix
Fri, 5 Mar 2010 16:22:44 -0800
Hi ,
I had the hoax XPGuardian 2010 arrive on my laptop and thought I got rid of
it when I used updated Microsoft essentials to remove it. However..though
everything almost seems to be fine some things are not. EG when I try ro
access 'ADD or REMOVE Programs' I get center screen which says
C:\Wi ...
|
faculty with xml in curriculum
Fri, 5 Mar 2010 08:05:20 -0800 (PST)
Good day, please can any one refer me to a faculty that has xml on
its
curricula?
would be delighted?
xnt ...
|
Pagination after the Filtering XSLT HELP
Fri, 5 Mar 2010 06:00:14 -0800
I am fairly new with xslt and I need your expertise. I implemented some
sorting but now my pagination is not working correctly because of the
postion(). It appears it is only filtering the current page in view. Here
is the snip with the filtering and the pagination.
<
xsl:template name="projects" ...
|
XML Loading problems
Tue, 02 Mar 2010 09:46:27 -0800
I have the following asp code which gets some XML generated on the fly(valid xml) in asp.net web services.
Set objSrvHTTP = Server.CreateObject("MSXML2.ServerXMLHTTP.3.0")
'objSrvHTTP.setTimeouts lResolve, lConnect, lSend, lReceive
objSrvHTTP.Open "GET", strURL, False
objSrvHTTP.Send()
While objSrvH ...
|
|
|
XML Loading problems
Tue, 02 Mar 2010 09:37:34 -0800
I have the following asp code which gets some XML generated on the fly(valid xml) in asp.net web services.
Set objSrvHTTP = Server.CreateObject("MSXML2.ServerXMLHTTP.3.0")
'objSrvHTTP.setTimeouts lResolve, lConnect, lSend, lReceive
objSrvHTTP.Open "GET", strURL, False
objSrvHTTP.Send()
While objSrvH ...
|
Need Help w/ Syntax: Using XQuery instead of XLS
Tue, 2 Mar 2010 08:28:29 -0800 (PST)
I'm building a reporting structure using ASP 3.0 code that interacts
with an XML file to retrieve nodes/elements of data. I started out by
using XSL to define the data and the ASP page spits out all the data
with a response.write at the very end.
However - what I realized is that I need to incorporate the defi ...
|
save the information from an xml in sql
Mon, 1 Mar 2010 11:50:01 -0800
hi all. I need to save the mass information from an xml in
sql database from c # is not how. thanks
--
desarrollo ...
|