Attribute or Element?
Wed, 16 Apr 2008 08:54:42 +0200
Hi,
I'm working with creating a XML Schema. I almost directly became uncertain
wheter/when to use attributes and when to use elements. Which is best:
this:
<person>
<name>adam</name>
<other stuff>
...
</person>
or this:
<person name="adam">
<other stuff>
...
</person>
A ...
|
Visual C++ 2003, SAX development
Tue, 15 Apr 2008 22:32:45 +0100
Hi
I am trying to do straight Win32, COM development (no .NET) using SAX
interface.
I keep seeing references to MS XML 3.0 SDK, MS XML 4.0 when I have MS XML
6.0 installed
Where can I get MS XML 6.0 SDK?
What I am after is a bare bones
SAXXMLReader application
MXXMLWriter application
Here mentions ...
|
Visual C++ 2003, SAX development
Tue, 15 Apr 2008 22:12:15 +0100
Hi
I am trying to do straight Win32, COM development (no .NET) using SAX
interface.
I keep seeing references to MS XML 3.0 SDK, MS XML 4.0 when I have MS XML
6.0 installed
Where can I get MS XML 6.0 SDK?
What I am after is a bare bones
SAXXMLReader application
MXXMLWriter application
Here mentio ...
|
Tool for testing web portals?
Tue, 15 Apr 2008 08:03:32 -0700 (PDT)
Hi all, can anyone tell me if they know of a free tool which will take
some text (XML) throw it at a given URL, and capture the response ?
I'm developing an interface to a web portal, and it's very time-
consuming to run through the code to generate the call each time ....
...
|
Complex xsl document selection based on id's
Tue, 15 Apr 2008 10:39:54 +0100
I'm exploring the use of document() a little further and I've been
attempting to solve a problem that is way beyond me atm.
I have a main document and a master document that may contain an element
in either or both documents with the same id. The output tree needs to
reflect the master document structure. E ...
|
[ANN] XMLmind XML Editor 3.8.0 supports MathML
Mon, 14 Apr 2008 12:27:27 +0200
XMLmind XMLmind is pleased to announce a new version of XMLmind XML Editor.
_____________________________________________
XMLmind XML Editor Personal Edition 3.8.0 can be downloaded from
http://www.xmlmind.com/xmleditor/download.shtml
Professional Edition users, please upgrade using this form:
http://www ...
|
Help - xsl question!
Sun, 13 Apr 2008 14:30:18 +1000
Hi,
I want to do this in xsl:
<xsl:if test="true"></tr></xsl:if>
However, I keep getting an error about the </tr>. How can i do this?
Thanks in advance. ...
|
|
|
Aarkvark directories
Fri, 11 Apr 2008 12:34:55 +0100
I'm at it again :)
Here's where we were after the last iteration (I think):
Applications
Shared
Core
Inventory
.
.
Web
Tools
Sites
www.serif.com
Richard pointed out:
>>Also would not the shared web code be better in Sites/Shared or
>>is there stuff in there that other, none site stuff c ...
|
Key and KeyRefs
Thu, 10 Apr 2008 09:35:11 -0700 (PDT)
Hi,
I am trying to get the below scenario,
Root
Categories
Category 1
ItemRef name=1
Category 2
ItemRef name=1
Items
Item name=1 Desc=
Item name=2 Desc=
But my schema gives me a keyref cannot find key in scope error. Please
suggest what is wrong in my schema.
<?xm ...
|
problem with xhtml-tags after transformNode
Thu, 10 Apr 2008 02:22:50 -0700 (PDT)
Hello,
I', trying to transform a xml-file with a node containing xhtml-code.
Here is the part of the schema:
<xs:element name="Rechtsmittel">
<xs:complexType>
<xs:sequence>
<xs:any namespace="http://www.w3.org/1999/xhtml" minOccurs="1"
maxOccurs="unbounded" processContents="lax"/>
</xs:s ...
|