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 ...
|
on Using XaMLPad
Sat, 12 Jul 2008 08:58:26 -0400
I'm just starting to use XaMLPad and I'm getting very frustrated!
I'm trying to use http://tinyurl.com/5rldc4 , and trying to learn from Microsoft. I opened the editor, and tried a cut and paste on the first example, the one with the yellow smiley face.
I get all sorts of error messages! Starting with:
"T ...
|
"DTD is prohibited" when trying to add XMLSchema.xsd (schema for schemas) to schema cache in MSXML6.
Sat, 12 Jul 2008 14:45:26 +0200
Hi,
According to Microsoft
(http://msdn.microsoft.com/en-us/library/ms764692(VS.85).aspx) it should be
possible to add the schema for schemas to the schema cache. However, when i
try to do this, i get an error "DTD is prohibited".
This is what i do (in Delphi):
var
XMLDOMSchemaCache: IXMLDOMSchemaC ...
|
Why no error message when xs:include fails?
Sat, 12 Jul 2008 14:06:11 +0200
Hi,
To validate XML against an XMLSchema in MSXML6 i use the Schema Cache. My
XMLSchema ('example.xsd') contains an 'include' of another XMLSchema:
<xsd:include schemaLocation="whatever.xsd"></xsd:include>
To add my schema to the schema cache i do this:
XMLDOMSchemaCache := CoXMLSchemaCache60.Cre ...
|
MSXML replaceChild syntax for replacing nodes?
Fri, 11 Jul 2008 10:23:12 -0700 (PDT)
I have two xml files and I want to use VBA to replace a specific node
in one of the xml files with a specific node in the other file. Both
files have exactly the same structure. Only the root is different.
The first node is:
xmlDoc.ChildNodes(1).ChildNodes(1).ChildNodes(1)
And the second node is:
xmlDoc2.Chi ...
|
Setting up a bluetooth relationship between my phone and pc
Fri, 11 Jul 2008 09:18:17 -0700
Is there a solution to downloading a bluetooth plug-in to my pc using vista
so that I can use my palm treo 750 as a modem for my pc to access the
internet through a bluetooth connection instead of a usb connection?
--
John G ...
|
|
|
Windows CE
Thu, 10 Jul 2008 16:52:09 +0200
Could someone tell me what XML library I can use for Windows CE devices?
Mhaxx
...
|
Convert xsd file to C structure
Thu, 10 Jul 2008 04:19:09 -0700 (PDT)
Hello!
I have a question for you. I would like to convert a XSD file to a C
structure (.h file)
Do you know if some tools already exist? Because I don't want to code
a convertor :p.
I know that xsd.exe can convert xsd file to C# class, but I need a C
structure.
In advance Thank you for your answers.
bye ...
|
How to read DTD Using MSXML6.0
Thu, 10 Jul 2008 11:03:24 +0530
Hi,
I'm working with reading dtd using MSXML6.0.
Is it possible to carry out this task using
1) ISAXXMLReader
2) ISAXContentHandler
3) ISAXLexicalHandler
4) ISAXDeclHandler
???
If Yes,then how?
Are there any Sample Programs Available.
It will be of great help to me if some links are provided.
Th ...
|