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 ...
|
Problems with XML HTTP POST requests etc
Tue, 8 Jul 2008 20:56:19 +0100
Our MS Access application currently sends XML documents and data requests to a Govt department as email attachments.
There is now a requirement to use HTTP Post to the recipient via the Gov gateway service and deal with responses accordingly.
Using a sample request XML instance (see below) we have been struggling to ...
|
Using XSLT to transform the file system
Tue, 8 Jul 2008 11:04:00 -0700
Hello,
In the web application I'm currently working on, I want to be able to
display the file system to the user -- but I want the display to be more of a
"virtual" file system. For example, if the actual file system is the
following:
Documents And Settings
Brian
My Documents
My M ...
|
Creating cross reference in WordML
Tue, 8 Jul 2008 06:36:23 -0700
Hi all
I want to use a cross reference inside my XML Word document. How to do
it?
When I saved a Word document as an XML, I saw a very long string
inside the flddata tag. How can I know what is this string? how can I
write it on my own?
I want to create an XML file which has a cross reference in it ...
|
Merge 2 XML Documents using XSLT Transform
Tue, 8 Jul 2008 11:59:25 +0600
Hi,
I have an XSLT which merges 2 XML Documents provided as input parameters. I
want to use that XSLT in my dot net code(C#). Please help me that how can I
handle this situation.
--
Kind Regards,
Muhammad Nasir Waqar
...
|
|
|
Can XML schema prevent additional unspecified elements?
Sun, 6 Jul 2008 22:53:53 -0700 (PDT)
I have a schema that I need to use it to validate incoming XML files.
These files must comply explicitly with the schema. In other words, no
elements should be allowed except those specified in the schema.
However, I just received an XML file that contains an additional
element, and this file validated success ...
|
Selecting single Element where Attribute = x
Sun, 6 Jul 2008 00:41:34 -0700 (PDT)
I have a simple XML document:
---
<?xml version="1.0" encoding="utf-8"?>
<Installations Current="Third">
<Set Name="Default">
<MaintCnt>10</MaintCnt>
<Location>C:\Installation\Default</Location>
<Lastuser />
<Version>Unknown</Version>
</Set>
<Set Name="Second">
<MaintCnt>9</Mai ...
|
Enum Tuple in XSD?
Thu, 3 Jul 2008 10:36:00 +0200
Hello,
I want to create a simple Type which has an enum of values as restriction
similar to this:
<xs:simpleType name="UnitType">
<xs:restriction base="xs:string">
<xs:enumeration value="min"/>
<xs:enumeration value="sec"/>
<xs:enumeration value="hrs"/>
</xs:restriction>
</xs:simpleType>
I h ...
|