You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
Hi,
I have to integrate some xml files in DB.
1) first, I would like to create a metadata from a xsd file, but this file is composed by others using the "import" tag :
ex : <import namespace="http://purl.org/dc/elements/1.1/" schemaLocation="http://my.xsd" />
there are many xsd files used by only one xml.
How can I create my metadata to work?
2) then, I have to validate the xml file before doing anything.
but because of the same pb (many xsd used), it's not possible.
all the xsd files are on the web.the component tXSDValidator waits a xsd file to try to validate my xml.
how can I do?
thanks.
Last edited by frazak (2011-06-07 16:54:17)
Offline
Hi
tXSDValidator read a local xsd file, so you must fetch the file from web to local machine first using tFileFetch or FTP components.
Best regards
Shong
Offline
Pages: 1