Hi,
I'm having a little trouble with xsi attributes. I need to convert some XML files from one schema to another. For example, the old file is something like this
<MyRootElement xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../oldschema.xsd">...
The structure is exactly what I needed, thanks again. I mean the indentation is weird. I can see it in Firefox but not in IE. Maybe it's spaces vs tabs, I don't know. In any case, if you can't see what I mean in your browser, <bar> and </foo> are indented further to the right than <foo> and...
By the way, how could I just rename a certain attribute in a specific node? In all nodes?
e.g.
<foobar c="x"/>
<barfoo c="x"/>
would become
<foobar d="x"/>
<barfoo d="x"/>
Sorry about all the stupid questions...
Hi,
I need to write am xslt stylesheet that would convert a document structure like
<foo a="x">
...
</foo>
to
<bar b="x">
<foo>
...
</foo>
</bar>
Could someone help me with this or point me somewhere where I could find a relevant example?
Many thanks in advance.
Hi all,
First, some some background information.
I have written a Java application that runs XML-based scripts with relatively simple syntax. The syntax is defined in a schema, so it's possible to a) generate Java binding classes for the application and b) use an editor with validation and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.