Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. niet72

    Schema validations Question..

    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...
  2. niet72

    Question on..basic File permissions..

    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...
  3. niet72

    Parsing different types of XML..

    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..
  4. niet72

    Parsing different types of XML..

    Well, I am using JAXB, so the ultimate goal is to processes the data coming in this XML.. Not sure what specfic information you're looking for? neit..
  5. niet72

    Parsing different types of XML..

    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...
  6. niet72

    awk command exception in reading file

    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...
  7. niet72

    awk command exception in reading file

    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...

Part and Inventory Search

Back
Top