Skip to main content
1-Visitor
June 16, 2013
Question

ACL Get the path of the schema

  • June 16, 2013
  • 5 replies
  • 1125 views

Hi All,



I am new to ACL. I know how to get the doc_path(), but can someone please help me. i need to get the path to the schema. Is this possible ??



Thank you

    5 replies

    1-Visitor
    June 17, 2013
    Ashona,

    Try doc_type_file()

    Best,

    Chris

    18-Opal
    June 17, 2013
    Hi Ashona--

    doc_type_dir() should give you what you need.

    --Clay

    Sent from my iPad

    On Jun 16, 2013, at 3:42 PM, "Ashona Krithallal" <ashona.krithallal@lexisnexis.co.za<<a style="COLOR:" blue;=" text-decoration:=" underline&quot;=" target="_BLANK" href="mailto:ashona.krithallal@lexisnexis.co.za">>">mailto:ashona.krithallal@lexisnexis.co.za>> wrote:


    Hi All,



    I am new to ACL. I know how to get the doc_path(), but can someone please help me. i need to get the path to the schema. Is this possible ??



    Thank you

    -----End Original Message-----
    1-Visitor
    June 18, 2013
    Thank you Chris

    Ashona Krithallal
    Software Developer

    LexisNexis South Africa
    215 North Ridge Road
    Morningside
    Durban, 4001

    ashona.krithallal@lexisnexis.co.za<">mailto:ashona.krithallal@lexisnexis.co.za>
    +27 (0) 31 268 3172 Direct
    +27 (0) 83 777 0773 Mobile
    1-Visitor
    June 18, 2013
    Thank you Clay

    Ashona Krithallal
    Software Developer

    LexisNexis South Africa
    215 North Ridge Road
    Morningside
    Durban, 4001

    ashona.krithallal@lexisnexis.co.za<">mailto:ashona.krithallal@lexisnexis.co.za>
    +27 (0) 31 268 3172 Direct
    +27 (0) 83 777 0773 Mobile
    18-Opal
    June 18, 2013
    Hi Ashona--

    Just to clarify:


    ยท doc_type_dir() will get you the name of the directory containing the doctype (schema) file and other associated files (like the DCF, PCF, stylesheets, etc.);

    ยท doc_type_file() will get you the full name of the main doctype file itself.

    --Clay