Description:
The Extensible Markup Language (XML).
|
|
|
Translators Needed!
|
| |
Translate XMLmind XML Editor messages to your mother tongue and win up to 5 lifetime Professional Edition licenses:
See: [link]
|
|
"walk over," and XPath-based substitutions?
|
| |
[Cross-posting to news:comp.text.xml, yet omitting it from
Followup-To:, for I'm primarily interested in Perl-based
solutions.]
Is there an easy way to invoke a particular code for each of XML
nodes that satisfies an XPath expression out of a certain list?
A simple-minded approach (based on XML::LibXML) could be like:... more »
|
|
Generating XML Schemas from RDF
|
| |
I have a data model that's currently defined using RDF components across a number of separate XML namespaces, some of which are created by third-party. I'd like to serialise this data model into XML. I had initially planned to use the standard RDF/XML serialisation, but there are political reason why that isn't acceptable. Basically, enough key... more »
|
|
Release of XMLmind XML Editor v5.6
|
| |
XMLmind is happy to announce the version 5.6 of XMLmind XML Editor.
______________________________ _______________
XMLmind XML Editor Evaluation Edition v5.6 can be downloaded from
[link]
Professional Edition users, please upgrade using this form:... more »
|
|
Liquid Technologies Unvei Liquid XML Studio 2013
|
| |
Liquid Technologies Ltd, a privately owned software business located in the UK, have formally launched the latest release of their well-known and best selling Liquid XML Studio software, Liquid XML Studio 2013. Liquid XML Studio has been known as an XML toolkit and IDE, that contains all of the tools required for designing and developing XML applications, like an XML Editor, XML Schema Editor, WSDL Editor, Web Service Tools etc.... more »
|
|
Syncro Soft Announces New Release of Syncro SVN Client version 8.1
|
| |
Syncro Soft Announces New Release of Syncro SVN Client version 8.1
Release date: March 14, 2013
Syncro Soft, the producer of Syncro SVN Client, has announced the immediate availability of version 8.1 of its Subversion (SVN) client.
Version 8.1 of Syncro SVN Client offers support for committing changes to multiple repositories at once. Also, the functionality of the commit operation was enhanced and further improvements were added regarding the representation and deletion of working copy items.... more »
|
|
string concat with apply template
|
| |
Hello,
I have got two rules:
<xsl:template match="templateparamlist">
<xsl:for-each select="param"> <xsl:value-of select="concat(., ',')" />
</xsl:for-each>
</xsl:template>
<xsl:template match="templateparamlist/param ">
<xsl:value-of select="replace(type, 'typename', '')"/>... more »
|
|
apply template with variable
|
| |
Hello,
I have got a problem with a query, that is passend by a parameter.
See this two templates
<xsl:call-template name="section">
<xsl:with-param name="query">
<xsl:value-of select="sectiondef[@kind='publ ic-func']"/>
</xsl:with-param>
</xsl:call-template>... more »
|
|
|