Project
IntelliJ IDEA
Priority
Normal
Type
Bug
Fix versions
No Fix versions
State
Fixed
Assignee
Maxim Mossienko
Subsystem
No subsystem
Affected versions
No Affected versions
Fixed in build
108.65  
  • Created by   Maxim Mossienko
    5 years ago (13 Feb 2007 02:01)
  • Updated by   root
    2 years ago (17 Jan 2010 20:41)
  • Jira: IDEADEV-14367
    (history, comments)
 
IDEA-36973 Built-in MXML schema should be provided
2
Issue is visible to: All Users
  The issue is visible to the selected user group only


Issue was resolved
Comments (7)
 
History
 
Linked Issues (?)
 
Taras Tielkes
  Taras Tielkes
15 Aug 2007 22:43
4 years ago
What's the new "baseFile" parameter that's added to com.intellij.xml.XmlSchemaProvider#getSchema()?
Maxim Mossienko
  Maxim Mossienko
15 Aug 2007 22:46
4 years ago
context of the schema request (module is not enough sometimes :)
Taras Tielkes
  Taras Tielkes
15 Aug 2007 23:00
4 years ago
1) So, when "foo.xml" references "schemaA.xsd", and "schemaA.xsd" references "schemaB.xsd", what's the context for "schemaB.xsd": "foo.xml" or "schemaA.xsd"?

2) In addition, is it possible to contribute completion variants for namespaces and schemaLocations? In the case of the spring facet, it's trivial to collect a list of all spring namespaces (through "META-INF/spring.handlers"), as well as a list of all "virtual" schemaLocations (through "META-INF/spring.schemas" - those get resolved by spring at runtime).
Maxim Mossienko
  Maxim Mossienko
15 Aug 2007 23:06
4 years ago
1) Context file is the place where particular namespace reference is resolved (thus schemaA.xsd :)
2) no
Maxim Mossienko
  Maxim Mossienko
15 Aug 2007 23:23
4 years ago
I meant that 2) could not be done right now, so let start from request :)
Taras Tielkes
  Taras Tielkes
06 Sep 2007 01:04
4 years ago
OK, please comment here: IDEA-14762
Taras Tielkes
  Taras Tielkes
06 Sep 2007 02:29
4 years ago
Oops, that should have been: IDEA-14764