Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Does anyone have experience with this? I've only recently switched to using schemas within Arbortext and having the following problem. I seem to be finding the schema properly as there is no warning about not finding the schema. What I do get a warniing about is that Arbortext can't find the stylesheet to go with it. I then navigate over to the stylesheet and it launches just fine.
I then close the document and try and reopen it, I get the same message about not finding the stylesheet.
I know I can add an association to the stylesheet, but I would prefer not, also I have 2400 existing files I need to touch, I don't want to do this for every file.
I'm not sure, but it almost looks like the Editor is finding the Schema via the URL somewhere other than my system. I have my catalog path set to a catalog that has the following entry:
URI "http://www.s1000d.org/S1000D_4-0/xml_schema_flat/descript.xsd" "./s1000d-4.0.1schemas/descript/descript.xsd"
The path is correct and the schema and stylesheet are at that location. The stylesheet is named descript.style as well.
What did I miss?
Part of the reason I don't want to set the association is becasue people have different drive letters mapped and this is only a temporay location for these schemas until I can get them into the PE server and make them official.
..dan
The session information is saying that it is finding the schema at the url http://www.s1000d.org/S1000D_4-0/xml_schema_flat/descript.xsdwhich does have a copy of the schema. I'll double check the other stuff. I kno wthe catalog path is set correctly as I cut and pasted that path and the catalog file is there. Style sheet location hasn't been changed and there is no dcf file defined.
Well I recreated the paths in the catlog file, just in case there was a typo and that didn't do anything for me. those that uses schemas, what does the session information report for a schema? I am bothered by the fact mine is reporting the URL rather than something local but that might be correct.
..dan
Just to close this thread out.
1) Even though a schema has a URL to indicate it's location, the reported path in the Session info should be to your local file. There is no difference in working with schemas and DTDs - setting up that is.
What threw me off was the fact the "DTD/schema" was not being looked for just the stylesheet. With DTDs those are not available on any system because the paths are always file paths, not URLs. So the URL was used to find the schema but then there was no stylesheet at that location.
My catalog wasn't working because I had changed s1000d issues from 4.0 to 4.0.1 and they had changed the URL for 4.0.1. Catlog was setup for issue 4.0.
thanks everyone for the sanity check and help.