| island |
| Advanced Member |
| island_b |
| AT |
| %2B |
|
| None Specified |
|
| Monday, October 28, 2002 |
| Friday, November 20, 2009 10:08:31 AM |
345 [5.35% of all post / 0.13 posts per day] |
|
Hi,
there are no "settings" for this. You will have to execute an sql query to delete the contents of the table. You can write an sql query and execute it in the "Database query" tab of Mapforce, or in your database client (if you have one).
+
|
Hi,
please post the actual xml file and schema so that we have something to work with.
+
|
Hi,
this is because of the infinite recursive definition of "node". The problem with the schema definition, although it may be valid, is that there is no xml file in existence which could possibly validate against this schema because it stipulates an infinite hierarchy of "node" elements i.e. that "node" must have a child element named "node", and that this child element "node" must inturn also have a child element "node" and so on, infinitely i.e. it is a bad example from wrox. What you have to do, to generate a valid sample file would be to slightly alter the schema definition i.e. add a minOccurs="0" attribute to the node reference. Now the node hierarchy is not infinite, which means that it is possible to generate a valid sample file from it.
Code: <xs:element ref="node" minOccurs="0" maxOccurs="unbounded"/>
+
|
MTOM XOP attachments are not supported by XML Spy.
+
|
Again .....
Please actually provide the mapping file .mfd plus the sql to create the source and target tables so we can have an idea of what we are looking at.
+
|
Please actually provide the mapping file .mfd plus the sql to create the source and target tables so we can have an idea of what we are looking at.
+
|
Hi Wabiloo,
please note that the Altova XSLT engine does not provide support for the language argument i.e. this is ignored.
+
|
This would appear to be a bug and has now been submitted to the interal bug database for the developers to take a look at.
(caret is not a meta character in xml schema regular expressions, but has been reinstated as a metacharacter in xslt regular expressions, this is where the problem seems to lie)
+
|
Perhaps you could provide your mapping files including source and target components so that we can generate code and try to reproduce the problem on our side, or contact support directly and provde the aforementioned files http://www.altova.com/support_center.html
+
|
Right click on the target schema component, select Properties and then uncheck the "Add schema/dtd reference" option.
+
|
|