aspose file tools
The moose likes Web Services and the fly likes finding namespaces and dtds Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "finding namespaces and dtds" Watch "finding namespaces and dtds" New topic
Author

finding namespaces and dtds

Guadalupe Ortiz
Ranch Hand

Joined: Sep 12, 2003
Posts: 74
Where can I consult, for example the dtd that "goes" with a file. For example, I want to see what can I add to the config file, but I need to know with which dtd is parsed later....
And what about namespaces? Where can I consult them? Is there any directory inside jwsdp where all this elements are?
thank you very much
gobellot
Lasse Koskela
author
Sheriff

Joined: Jan 23, 2002
Posts: 11962
    
    5
Originally posted by Guadalupe Ortiz:
Where can I consult, for example the dtd that "goes" with a file. For example, I want to see what can I add to the config file, but I need to know with which dtd is parsed later....
Does the XML file refer to the name of the DTD file?


Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
Guadalupe Ortiz
Ranch Hand

Joined: Sep 12, 2003
Posts: 74
It refers to:
xmlns="http://java.sun.com/xml/ns/jax-rpc/ri/config
But if you goes to http://java.sun... there is nothing on that url
Thank-you for help, I�ll be looking forward your answer
Gobellot
Lasse Koskela
author
Sheriff

Joined: Jan 23, 2002
Posts: 11962
    
    5
Ah. Namespaces don't need to be URLs (a URI is enough) and namespaces are sometimes not published in the URL they're identified from. I guess you'll just have to resort to reading the user's guide / manual...
Guadalupe Ortiz
Ranch Hand

Joined: Sep 12, 2003
Posts: 74
I tried to find any clue in the manual, but I didnt find anything. Anyway, thank-you for your help
Gobellot
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: finding namespaces and dtds
 
Similar Threads
converting DTD to schema
xml and dtd
Where to put DTDs?
How to Declare Namespace in DTD
Is it possible to pars a document with mixture of namespace prefix and plain nodes?