cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X

ACL Get the path of the schema

akrithalllal
1-Newbie

ACL Get the path of the schema

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 5

Ashona,

Try doc_type_file()

Best,

Chris

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

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

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

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
Top Tags