XML ProhibitDTD using MFC
Tue, 15 Jul 2008 15:07:28 -0700 (PDT)
In order to use MSXML 6.0 with DTDs, I need to set the ProhibitDTD
property to false.
I had been using the CXMLDOMDocument class generated from the typelib,
but it has no function for ProhibitDTD. So I tried using
CXMLDOMDocument2 instead since it has a setProperty function, like so:
doc.setProperty(_T("Pr ...
|
MSXML6 ignores IXMLDOMDocument.schemas property and uses schemaLocation and noNamespaceSchemaLocation?
Tue, 15 Jul 2008 16:50:56 +0200
Hi,
I am migrating from MSXML4 to MSXML6. In MSXML4 i use the schemas property
of the IXMLDOMDocument interface:
XMLDOMDocument.schemas := SchemaCache;
MSXML4 ignores the schema references in the XML document (schemaLocation and
noNamespaceSchemaLocation) when the schemas property is not Null. But M ...
|
Property "NewParser" still needed in MSXML6?
Tue, 15 Jul 2008 14:43:12 +0200
Hi,
In MSXML4 there's was a property "NewParser" so you could choose between the
'old' parser (slow, but with DTD support) or the 'new' parser (faster, but
without DTD support).
Is this property still needed in MSXML6? According to Microsoft
(http://msdn.microsoft.com/en-us/library/ms767616(VS.85).aspx), ...
|
How to redirect xsd:import and xsd:include?
Tue, 15 Jul 2008 11:50:49 +0200
Hi,
Using the SchemaCache i can redirect schemas to a location other than the
locations specified by xsi:schemaLocation and xsi:noNamespaceSchemaLocation.
For example:
xsi:schemaLocation="http://www.w3.org/2001/XMLSchema
http://www.w3.org/2001/XMLSchema.xsd"
This tell MSXML where to find the XMLSc ...
|
XSLT Transformation
Tue, 15 Jul 2008 00:46:56 -0700 (PDT)
Hi,
i am quite new to xml and need to transform an existing xml file:
<Location>
<ArticleDescription>
<Description>Shirt Hawaii</Description>
</ArticleDescription>
<ArticleMiscs>
<ArticleMisc>
<Country>DEU</Country>
<Size>32</Size> ...
|
Xpath and Namespaces
Tue, 15 Jul 2008 00:51:05 -0500
I am trying to read a few elements from an xml file that normally resides on
some Garmin GPS Devices. I am using vb.net. I have written a rather long and
messy routine that gets the information I need using the XmlTextReader
class. However, I would like to write a much shorter version using the Dom
and .Sele ...
|
Accessing xmlns attributes via SAX in MSXML
Mon, 14 Jul 2008 13:07:00 -0700
Accessing xmlns attributes via SAX in MSXML
Hi,
I'm having a little trouble using the MSXML implementation of SAX,
specifically with reading xmlns attributes using ISAXAttributes::getName. The
calling application is written in C++ with Visual Studio 2008.
MORE BACKGROUND: We're using the SAX interface t ...
|
|
|
Need to know sites for xml
Mon, 14 Jul 2008 20:37:06 +0800
Does anyone knows top 10 sites or blog for xml ?
...
|
Does anyone knows top 10 sites or blog for xml ?
Mon, 14 Jul 2008 20:36:12 +0800
Does anyone knows top 10 sites or blog for xml ?
...
|
TeX Users Group 2008 Conference in Cork
Sun, 13 Jul 2008 22:51:31 +0100
With just a week to go, there is still time to register for the TeX
Users Group 2008 Conference to be held at University College Cork in
Ireland (20-24 July).
Topics cover many of the subjects raised in this newsgroup, not just
TeX-based formatting, but including XML, PDF, PostScript, markup,
toolchains, scri ...
|