I am new to Schema Validations..
I just wanted to know - does Schema Validations have capabilities to define rules/contraints for an XML something like this:
If the XML contains Node <ABC> then it should have Nodes <NNN> and <MMM>
If the XML contains Node <XYZ> then it should have Nodes...
Hi,
I am new to Unix/Linux world. I have question on the file permissions that are associated with the file and how to control during ftp/sftp.
I have a Weblogic account - "weblogic", created in this Linux (redhat 4.0) Server. I have scripts that sftp's the application files from this server to...
yes that is correct. So inside the TRANSACTION tag, I can get an XML Structure of TYPE A,B or C, and each one has to be validated with its corresponding Schema..and then processed..
Hi,
I have a XML structure that looks like this:
<TRANSACTION TYPE="A">
</TRANSACTION>
Now, inside this XML structure, there can be different types of XMLs that can be embedded in,that have different Schema definitions and The Transaction TYPE would determine what type of XML is in it.
I am...
Yes I already tried that. I get the file listing correctly with ls command and when I cat the file content using echo "${FILENAMES}" | cat -vet I get this:
/oracle/projects/Database/IDAA/Deployment/listfile.txt: line 1: @test1.sql: command not found...
Hi,
I have a script that has awk command( I am not a awk user), something like this:
awk '$0 != "" && $1 !~ /#/ {print $0}' "${FILENAMES}" | while read files
do
....
...
done
where ${FILENAMES} points to a file in the file system (filenames.txt) that has list of SQL script file names that...
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.